home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / readline / readline.imp < prev    next >
Text File  |  2000-01-15  |  9KB  |  220 lines

  1. ;
  2. ; readline.imp (created by emximp)
  3. ;
  4. ; -------- readline.def --------
  5. rl_make_bare_keymap     readline   1 ?
  6. rl_copy_keymap          readline   2 ?
  7. rl_make_keymap          readline   3 ?
  8. rl_get_keymap_by_name   readline   4 ?
  9. rl_get_keymap           readline   5 ?
  10. rl_set_keymap           readline   6 ?
  11. emacs_standard_keymap   readline 1000 ?
  12. emacs_meta_keymap       readline 1001 ?
  13. emacs_ctlx_keymap       readline 1002 ?
  14. emacs_emx_keymap        readline 1003 ?
  15. vi_insertion_keymap     readline 1004 ?
  16. vi_movement_keymap      readline 1005 ?
  17. rl_tilde_expand         readline  50 ?
  18. rl_beg_of_line          readline  51 ?
  19. rl_backward             readline  52 ?
  20. rl_delete               readline  53 ?
  21. rl_end_of_line          readline  54 ?
  22. rl_forward              readline  55 ?
  23. ding                    readline  56 ?
  24. rl_newline              readline  57 ?
  25. rl_kill_line            readline  58 ?
  26. rl_clear_screen         readline  59 ?
  27. rl_get_next_history     readline  60 ?
  28. rl_get_previous_history readline  61 ?
  29. rl_quoted_insert        readline  62 ?
  30. rl_reverse_search_history readline  63 ?
  31. rl_transpose_chars      readline  64 ?
  32. rl_unix_line_discard    readline  65 ?
  33. rl_unix_word_rubout     readline  66 ?
  34. rl_yank                 readline  67 ?
  35. rl_rubout               readline  68 ?
  36. rl_backward_word        readline  69 ?
  37. rl_kill_word            readline  70 ?
  38. rl_forward_word         readline  71 ?
  39. rl_tab_insert           readline  72 ?
  40. rl_yank_pop             readline  73 ?
  41. rl_yank_nth_arg         readline  74 ?
  42. rl_backward_kill_word   readline  75 ?
  43. rl_backward_kill_line   readline  76 ?
  44. rl_transpose_words      readline  77 ?
  45. rl_complete             readline  78 ?
  46. rl_possible_completions readline  79 ?
  47. rl_insert_completions   readline  80 ?
  48. rl_do_lowercase_version readline  81 ?
  49. rl_universal_argument   readline  83 ?
  50. rl_abort                readline  84 ?
  51. rl_undo_command         readline  85 ?
  52. rl_revert_line          readline  86 ?
  53. rl_beginning_of_history readline  87 ?
  54. rl_end_of_history       readline  88 ?
  55. rl_forward_search_history readline  89 ?
  56. rl_insert               readline  90 ?
  57. rl_upcase_word          readline  91 ?
  58. rl_downcase_word        readline  92 ?
  59. rl_capitalize_word      readline  93 ?
  60. rl_restart_output       readline  94 ?
  61. rl_re_read_init_file    readline  95 ?
  62. rl_dump_functions       readline  96 ?
  63. rl_delete_horizontal_space readline  97 ?
  64. rl_blink_matching_paren readline  98 ?
  65. rl_history_search_forward readline 100 ?
  66. rl_history_search_backward readline 101 ?
  67. rl_tty_status           readline 102 ?
  68. rl_yank_last_arg        readline 103 ?
  69. rl_insert_text          readline  99 ?
  70. rl_delete_text          readline 701 ?
  71. rl_kill_text            readline 702 ?
  72. rl_complete_internal    readline 703 ?
  73. rl_expand_prompt        readline 704 ?
  74. rl_initialize           readline 705 ?
  75. rl_set_signals          readline 706 ?
  76. rl_clear_signals        readline 707 ?
  77. _rl_init_argument       readline 708 ?
  78. rl_digit_argument       readline  82 ?
  79. rl_read_key             readline 710 ?
  80. rl_getc                 readline 711 ?
  81. rl_stuff_char           readline 712 ?
  82. maybe_save_line         readline 713 ?
  83. maybe_unsave_line       readline 714 ?
  84. maybe_replace_line      readline 715 ?
  85. rl_modifying            readline 716 ?
  86. rl_begin_undo_group     readline 717 ?
  87. rl_end_undo_group       readline 718 ?
  88. rl_add_undo             readline 719 ?
  89. rl_do_undo              readline 721 ?
  90. rl_prep_terminal        readline 722 ?
  91. rl_deprep_terminal      readline 723 ?
  92. rl_read_init_file       readline 724 ?
  93. rl_deprep_term_function readline 725 ?
  94. rl_resize_terminal      readline 726 ?
  95. rl_insert_close         readline 150 ?
  96. rl_vi_editing_mode      readline 160 ?
  97. rl_emacs_editing_mode   readline 161 ?
  98. rl_noninc_forward_search readline 175 ?
  99. rl_noninc_reverse_search readline 176 ?
  100. rl_noninc_forward_search_again readline 177 ?
  101. rl_noninc_reverse_search_again readline 178 ?
  102. rl_vi_redo              readline 200 ?
  103. rl_vi_tilde_expand      readline 201 ?
  104. rl_vi_movement_mode     readline 202 ?
  105. rl_vi_insertion_mode    readline 203 ?
  106. rl_vi_arg_digit         readline 204 ?
  107. rl_vi_prev_word         readline 205 ?
  108. rl_vi_next_word         readline 206 ?
  109. rl_vi_char_search       readline 207 ?
  110. rl_vi_eof_maybe         readline 208 ?
  111. rl_vi_append_mode       readline 209 ?
  112. rl_vi_put               readline 210 ?
  113. rl_vi_append_eol        readline 211 ?
  114. rl_vi_insert_beg        readline 212 ?
  115. rl_vi_delete            readline 213 ?
  116. rl_insert_comment       readline 214 ?
  117. rl_vi_first_print       readline 215 ?
  118. rl_vi_fword             readline 216 ?
  119. rl_vi_fWord             readline 217 ?
  120. rl_vi_bword             readline 218 ?
  121. rl_vi_bWord             readline 219 ?
  122. rl_vi_eword             readline 220 ?
  123. rl_vi_eWord             readline 221 ?
  124. rl_vi_end_word          readline 222 ?
  125. rl_vi_change_case       readline 223 ?
  126. rl_vi_match             readline 224 ?
  127. rl_vi_bracktype         readline 225 ?
  128. rl_vi_change_char       readline 226 ?
  129. rl_vi_yank_arg          readline 227 ?
  130. rl_vi_search            readline 228 ?
  131. rl_vi_search_again      readline 229 ?
  132. rl_vi_subst             readline 230 ?
  133. rl_vi_overstrike        readline 231 ?
  134. rl_vi_overstrike_delete readline 232 ?
  135. rl_vi_replace           readline 233 ?
  136. rl_vi_column            readline 234 ?
  137. rl_vi_delete_to         readline 235 ?
  138. rl_vi_change_to         readline 236 ?
  139. rl_vi_yank_to           readline 237 ?
  140. rl_vi_complete          readline 238 ?
  141. rl_vi_fetch_history     readline 239 ?
  142. rl_start_kbd_macro      readline 280 ?
  143. rl_end_kbd_macro        readline 281 ?
  144. rl_call_last_kbd_macro  readline 282 ?
  145. rl_arrow_keys           readline 296 ?
  146. rl_refresh_line         readline 297 ?
  147. rl_undo_list            readline 310 ?
  148. free_undo_list          readline 311 ?
  149. rl_readline_name        readline 1100 ?
  150. rl_line_buffer          readline 1101 ?
  151. rl_point                readline 1102 ?
  152. rl_end                  readline 1103 ?
  153. rl_terminal_name        readline 1104 ?
  154. rl_instream             readline 1105 ?
  155. rl_outstream            readline 1106 ?
  156. rl_basic_word_break_characters readline 1107 ?
  157. rl_completer_word_break_characters readline 1108 ?
  158. rl_completer_quote_characters readline 1109 ?
  159. rl_special_prefixes     readline 1110 ?
  160. rl_completion_entry_function readline 1111 ?
  161. rl_ignore_some_completions_function readline 1112 ?
  162. rl_attempted_completion_function readline 1113 ?
  163. rl_startup_hook         readline 1114 ?
  164. rl_directory_completion_hook readline 1115 ?
  165. rl_event_hook           readline 1116 ?
  166. tilde_expand            readline 320 ?
  167. tilde_expansion_failure_hook readline 2000 ?
  168. tilde_additional_prefixes readline 2001 ?
  169. tilde_additional_suffixes readline 2002 ?
  170. _rl_savestring          readline 330 ?
  171. _rl_output_character_function readline 331 ?
  172. readline                readline 400 ?
  173. completion_matches      readline 401 ?
  174. rl_add_defun            readline 402 ?
  175. add_history             readline 500 ?
  176. append_history          readline 501 ?
  177. current_history         readline 502 ?
  178. history_arg_extract     readline 503 ?
  179. history_expand          readline 504 ?
  180. history_get             readline 505 ?
  181. history_get_history_state readline 506 ?
  182. history_list            readline 507 ?
  183. history_set_history_state readline 508 ?
  184. history_set_pos         readline 509 ?
  185. history_search          readline 510 ?
  186. history_search_pos      readline 511 ?
  187. history_total_bytes     readline 512 ?
  188. previous_history        readline 513 ?
  189. next_history            readline 514 ?
  190. read_history            readline 515 ?
  191. read_history_range      readline 516 ?
  192. remove_history          readline 517 ?
  193. replace_history_entry   readline 518 ?
  194. stifle_history          readline 519 ?
  195. unstifle_history        readline 520 ?
  196. using_history           readline 521 ?
  197. where_history           readline 522 ?
  198. write_history           readline 523 ?
  199. history_is_stifled      readline 524 ?
  200. history_search_prefix   readline 525 ?
  201. history_truncate_file   readline 526 ?
  202. get_history_event       readline 527 ?
  203. history_tokenize        readline 528 ?
  204. history_base            readline 2200 ?
  205. history_length          readline 2201 ?
  206. history_stifled         readline 2202 ?
  207. max_input_history       readline 2203 ?
  208. history_expansion_char  readline 2204 ?
  209. history_subst_char      readline 2205 ?
  210. history_comment_char    readline 2206 ?
  211. history_no_expand_chars readline 2207 ?
  212. rl_completion_append_character readline 2300 ?
  213. rl_basic_quote_characters readline 2301 ?
  214. term_clrpag             readline 600 ?
  215. crlf                    readline 601 ?
  216. screenheight            readline 602 ?
  217. screenwidth             readline 603 ?
  218. tputs                   readline 604 ?
  219. _setcursortype          readline 3000 ?
  220.