|
|
1.1 ! root 1: (extern DCL) ! 2: (local LOCAL) ! 3: (global GLOBAL #) ! 4: (global-string SGLOBAL �2&#) ! 5: (global-string= SGLOBAL �#�1&) ! 6: (local-string SDCL) ! 7: (return SIMPLE ) ! 8: (top-killstack $SIMPLE ) ! 9: (start-of-line SIMPLE &) ! 10: (back SIMPLE ) ! 11: (capitalize-character SIMPLE ) ! 12: (delete-forward $SIMPLE ) ! 13: (end-of-line SIMPLE ) ! 14: (forward SIMPLE ) ! 15: (beep SIMPLE ) ! 16: (delete-back $SIMPLE ) ! 17: (tab SIMPLE \011) ! 18: (newline SIMPLE \012) ! 19: (kill-line $SIMPLE ) ! 20: (refresh SIMPLE ) ! 21: (down SIMPLE ) ! 22: (open-line SIMPLE ) ! 23: (up SIMPLE ) ! 24: (insert INSERT ) ! 25: (reverse-search STRING ) ! 26: (search STRING ) ! 27: (transpose SIMPLE ) ! 28: (next-page SIMPLE ) ! 29: (kill-region $SIMPLE ) ! 30: (restore STRING ) ! 31: (exit SIMPLE ) ! 32: (arg NUMBER ) ! 33: (invocation-char UNARY �) ! 34: (1 NUMBER ) ! 35: (last NUMBER ) ! 36: (delete-last-word $SIMPLE �) ! 37: (redisplay-page SIMPLE �) ! 38: (mail SIMPLE �) ! 39: (literal QUOTE �) ! 40: (quote QUOTE ) ! 41: (repeat-character CHAR ) ! 42: (regular-replace MAP �) ! 43: (ed-regular-replace MAP �) ! 44: (regular-search STRING �) ! 45: (execute SIMPLE �) ! 46: (arg= UNARY �) ! 47: (invocation-char= UNARY ��) ! 48: (mark SIMPLE �) ! 49: (run-command STRING �) ! 50: (buffer-to-command STRING �) ! 51: (command-to-buffer STRING �) ! 52: (sub-process STRING ��) ! 53: (fill-buffer SIMPLE �) ! 54: (fill-region SIMPLE �) ! 55: (comment SIMPLE �) ! 56: (map-keys MAP �) ! 57: (assign-key-to-macro MAP �) ! 58: (top SIMPLE �) ! 59: (bottom SIMPLE �) ! 60: (help UNARY �) /wont work/ ! 61: (expand-environment $STRING �) ! 62: (insert-ascii SIMPLE �) ! 63: (underline-word SIMPLE �) ! 64: (start-of-sentence SIMPLE �) ! 65: (back-word SIMPLE �) ! 66: (capitalize-word SIMPLE �) ! 67: (delete-next-word $SIMPLE �) ! 68: (end-of-sentence SIMPLE �) ! 69: (forward-word SIMPLE �) ! 70: (goto-line SIMPLE �) ! 71: (show-modes SIMPLE �) ! 72: (pickup-region $SIMPLE �) ! 73: (replace MAP �) ! 74: (ed-replace MAP �) ! 75: (statistics SIMPLE �) ! 76: (set-terminal-type STRING �) ! 77: (back-page SIMPLE �) ! 78: (wallchart SIMPLE �) ! 79: (backspace-killstack SIMPLE �) ! 80: (coredump SIMPLE �) ! 81: (sequence BEGIN ) ! 82: (unmodify SIMPLE �) ! 83: (buffer-modified SIMPLE ��) ! 84: (next-argument $SIMPLE &) ! 85: (change-buffer STRING ) ! 86: (exit-emacs SIMPLE ) ! 87: (change-directory STRING ) ! 88: (recursive-edit SIMPLE ) ! 89: (simulate STRING �) ! 90: (edit-file STRING ) ! 91: (interrupt-process SIMPLE ) ! 92: (input-file STRING \011) ! 93: (kill-buffer STRING ) ! 94: (set-mode STRING ) ! 95: (get-mode STRING ��) ! 96: (change-file-name STRING ) ! 97: (change-buffer-name STRING ) ! 98: (other-window SIMPLE ) ! 99: (current-character SIMPLE ) ! 100: (read-file STRING ) ! 101: (insert-file STRING ) ! 102: (save-buffer SIMPLE ) ! 103: (send-region-to-buffer STRING ) ! 104: (update-display SIMPLE �) ! 105: (pause SIMPLE ) ! 106: (get-version $SIMPLE ) ! 107: (write-file STRING ) ! 108: (append-file STRING ) ! 109: (exchange-mark SIMPLE ) ! 110: (grow-window SIMPLE ) ! 111: (case CASE ) ! 112: (exchange-killstack SIMPLE %) ! 113: (string-<= STRING �&) ! 114: (string-== STRING &) ! 115: (string-< STRING �&) ! 116: (string-> STRING �&) ! 117: (string-!= STRING �&) ! 118: (string->= STRING �&) ! 119: (start-keyboard-macro SIMPLE \050) ! 120: (end-keyboard-macro SIMPLE \051) ! 121: (append-to-killstack SIMPLE +) ! 122: (pop-killstack $SIMPLE -) ! 123: (one-window SIMPLE 1) ! 124: (two-window STRING 2) ! 125: (push $SSTRING <) ! 126: (Lpush $STRING @) ! 127: (display-prompt SSTRING �<) ! 128: (Ldisplay-prompt STRING �@) ! 129: (read-character SSTRING �<) ! 130: (Lread-character STRING �@) ! 131: (output-raw-characters SSTRING �<) ! 132: (Loutput-raw-characters STRING �@) ! 133: (read-line $SSTRING �<) ! 134: (Lread-line $STRING �@) ! 135: (file-line SIMPLE �=) ! 136: (file-character SIMPLE =) ! 137: (screen-line SIMPLE �=) ! 138: (screen-character SIMPLE �=) ! 139: (first-visible-line SIMPLE �=) ! 140: (last-visible-line SIMPLE �=) ! 141: (window-top SIMPLE �=) ! 142: (window-bottom SIMPLE �=) ! 143: (duplicate-killstack $SIMPLE >) ! 144: (copy-killstack STRING @) ! 145: (display-killstack STRING �@) ! 146: (read-character-killstack STRING �@) ! 147: (output-raw-killstack STRING �@) ! 148: (read-line-killstack $STRING �@) ! 149: (stack-buffer $SIMPLE B) ! 150: (execute-keyboard-macro SIMPLE E) ! 151: (stack-filename $SIMPLE F) ! 152: (trace UNARY T) ! 153: (while WHILE ^) ! 154: (define-macro SIMPLE d) ! 155: (load-macro STRING ) ! 156: (goto-screen SIMPLE g) ! 157: (set-key STRING k) ! 158: (cond COND |) ! 159: (<= BINARY �~) ! 160: (== BINARY ~) ! 161: (< BINARY �~) ! 162: (> BINARY �~) ! 163: (!= BINARY �~) ! 164: (>= BINARY �~) ! 165: (|| BINARY �~) ! 166: (&& BINARY �~) ! 167: (not UNARY �~) ! 168: (false SIMPLE �~ ! 169: (true SIMPLE \040) ! 170: (else SIMPLE \040) ! 171: (+ BINARY �1~) ! 172: (- BINARY �2~) ! 173: (* BINARY �3~) ! 174: (/ BINARY �4~) ! 175: (& BINARY �8~) ! 176: (| BINARY �9~) ! 177: (^ BINARY �0~) ! 178: (% BINARY �5~) ! 179: (mod BINARY �5~) ! 180: (convert-to-string $UNARY �6~) ! 181: (convert-to-number STRING �7~) ! 182: (unget-character UNARY �1~) ! 183: (input-count SIMPLE �2~) ! 184: (append-strings $STRING �&) ! 185: (string-index STRING �&) ! 186: (substring $BINARY �&) ! 187: (string-length STRING �0&) ! 188: (format $STRING �3&)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.