Trailing-Edge
-
PDP-10 Archives
-
steco_19840320_1er_E35
-
10,5676/teco/source/teccin.con
There is 1 other file named teccin.con in the archive. Click here to see a list.
SUBTTL Table of Contents
; Table of Contents for TECCIN
;
;
; Section Page
; 1. Table of Contents. . . . . . . . . . . . . . . . . . . 2
; 2. Revision History . . . . . . . . . . . . . . . . . . . 3
; 3. Special flags. . . . . . . . . . . . . . . . . . . . . 4
; 4. C$CINI - Initialize command input. . . . . . . . . . . 5
; 5. C$INPT - Command input processing. . . . . . . . . . . 6
; 6. C$PRMT - Prompt the user . . . . . . . . . . . . . . . 7
; 7. C$CEND - Check for end of command. . . . . . . . . . . 8
; 8. C$ICHS - Input a character with special character processing. 9
; 9. C$CCNG - Process the control G special character . . . 10
; 10. C$CCNR - Process the control R special character . . . 11
; 11. C$ICHE - Input a character with editing. . . . . . . . 12
; 12. C$CCNW - Process a control W editing character . . . . 13
; 13. C$CCNU - Process a control U editing character . . . . 14
; 14. C$CCNH - Process a control H editing character . . . . 15
; 15. C$DELE - Process a delete editing character. . . . . . 16
; 16. C$DLCH - Routine to delete one character from the buffer 17
; 17. C$DLTX - Routine to delete some text from the buffer . 18
; 18. C$DCxx - Routines to delete characters from the screen 19
; 19. C$ERS1 and C$ERS2 - Routines to erase characters from screen 20
; 20. C$RPRT - Reprint the last line . . . . . . . . . . . . 21
; 21. C$HPOS - Determine horizontal position . . . . . . . . 22
; 22. C$CLEN - Determine length of character . . . . . . . . 23
; 23. C$BLIN - Determine start of line . . . . . . . . . . . 24
; 24. C$DWRD - Find previous word boundary . . . . . . . . . 25
; 25. C$ICHR - Input a character . . . . . . . . . . . . . . 26
; 26. C$RCHR - Repeat the current character. . . . . . . . . 27
; 27. Low segment. . . . . . . . . . . . . . . . . . . . . . 28
; 28. End of TECCIN. . . . . . . . . . . . . . . . . . . . . 29