home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / EDITOR / NVI179B / NVI179B.ZIP / build / tags < prev   
Text File  |  1996-10-23  |  74KB  |  1,193 lines

  1. ABSMARK1    ../common/mark.h    /^#define    ABSMARK1    '\\''        \/* Absolute mark name. */
  2. ABSMARK2    ../common/mark.h    /^#define    ABSMARK2    '`'        \/* Absolute mark name. *\/$/
  3. ADDITIONAL_CHARACTERS    ../common/key.c    /^#define    ADDITIONAL_CHARACTERS    4$/
  4. ADD_SPACE_GOTO    ../common/mem.h    /^#define    ADD_SPACE_GOTO(sp, bp, blen, nlen) {                \\/
  5. ADD_SPACE_RET    ../common/mem.h    /^#define    ADD_SPACE_RET(sp, bp, blen, nlen) {                \\$/
  6. AGV_ALL    ../ex/ex.h    /^#define    AGV_ALL        (AGV_AT | AGV_AT_NORANGE | AGV_GL/
  7. AGV_AT    ../ex/ex.h    /^#define    AGV_AT        0x01        \/* @ buffer execution. *\/$/
  8. AGV_AT_NORANGE    ../ex/ex.h    /^#define    AGV_AT_NORANGE    0x02        \/* @ buffer executio/
  9. AGV_GLOBAL    ../ex/ex.h    /^#define    AGV_GLOBAL    0x04        \/* global command. *\/$/
  10. AGV_V    ../ex/ex.h    /^#define    AGV_V        0x08        \/* v command. *\/$/
  11. ARG    ../ex/ex_display.c    /^#define    ARG    "buffers"$/
  12. ARSIZE    ../common/msg.c    /^#define    ARSIZE(a)    sizeof(a) \/ sizeof (*a)$/
  13. A_ALLOCATED    ../common/args.h    /^#define    A_ALLOCATED    0x01    \/* If allocated space. */
  14. BINC_GOTO    ../common/mem.h    /^#define    BINC_GOTO(sp, lp, llen, nlen) {                    \\$/
  15. BINC_RET    ../common/mem.h    /^#define    BINC_RET(sp, lp, llen, nlen) {                    \\$/
  16. BITS    ../common/key.c    /^#define    BITS    (sizeof(CHAR_T) * 8)$/
  17. BUILD    ../ex/ex_subst.c    /^#define    BUILD(sp, l, len) {                        \\$/
  18. CALLOC    ../common/mem.h    /^#define    CALLOC(sp, p, cast, nmemb, size) {                \\$/
  19. CALLOC_GOTO    ../common/mem.h    /^#define    CALLOC_GOTO(sp, p, cast, nmemb, size) {            /
  20. CALLOC_NOMSG    ../common/mem.h    /^#define    CALLOC_NOMSG(sp, p, cast, nmemb, size) {        /
  21. CALLOC_RET    ../common/mem.h    /^#define    CALLOC_RET(sp, p, cast, nmemb, size) {                /
  22. CBNAME    ../common/cut.h    /^#define    CBNAME(sp, cbp, nch) {                        \\$/
  23. CB_LMODE    ../common/cut.h    /^#define    CB_LMODE    0x01        \/* Cut was in line mode. */
  24. CHK_INTR    ../vi/v_txt.c    /^#define    CHK_INTR                            \\$/
  25. CHLEN    ../vi/vs_relative.c    /^#define    CHLEN(val) (ch = *(u_char *)p++) == '\\t' /
  26. CH_ABBREVIATED    ../common/key.h    /^#define    CH_ABBREVIATED    0x01        \/* Character is from/
  27. CH_BSEARCH    ../common/key.h    /^#define    CH_BSEARCH    '?'        \/* Backward search prompt/
  28. CH_CURSOR    ../common/key.h    /^#define    CH_CURSOR    ' '        \/* Cursor character. *\/$/
  29. CH_ENDMARK    ../common/key.h    /^#define    CH_ENDMARK    '$'        \/* End of a range. *\/$/
  30. CH_EXPROMPT    ../common/key.h    /^#define    CH_EXPROMPT    ':'        \/* Ex prompt. *\/$/
  31. CH_FSEARCH    ../common/key.h    /^#define    CH_FSEARCH    '\/'        \/* Forward search prompt/
  32. CH_HEX    ../common/key.h    /^#define    CH_HEX        '\\030'        \/* Leading hex character/
  33. CH_LITERAL    ../common/key.h    /^#define    CH_LITERAL    '\\026'        \/* ASCII ^V. *\/$/
  34. CH_MAPPED    ../common/key.h    /^#define    CH_MAPPED    0x02        \/* Character is from a ma/
  35. CH_NO    ../common/key.h    /^#define    CH_NO        'n'        \/* No. *\/$/
  36. CH_NOMAP    ../common/key.h    /^#define    CH_NOMAP    0x04        \/* Do not map the characte/
  37. CH_NOT_DIGIT    ../common/key.h    /^#define    CH_NOT_DIGIT    'a'        \/* A non-isdigit() char/
  38. CH_QUIT    ../common/key.h    /^#define    CH_QUIT        'q'        \/* Quit. *\/$/
  39. CH_QUOTED    ../common/key.h    /^#define    CH_QUOTED    0x08        \/* Character is already q/
  40. CH_YES    ../common/key.h    /^#define    CH_YES        'y'        \/* Yes. *\/$/
  41. CLEAR_EX_CMD    ../ex/ex.h    /^#define    CLEAR_EX_CMD(cmdp) {                        \\$/
  42. CLEAR_EX_PARSER    ../ex/ex.h    /^#define    CLEAR_EX_PARSER(cmdp)                        \\$/
  43. CLP    ../cl/cl.h    /^#define    CLP(sp)        ((CL_PRIVATE *)((sp)->gp->cl_priv/
  44. CLR_INTERRUPT    ../common/key.h    /^#define    CLR_INTERRUPT(sp)                        \\$/
  45. CL_IN_EX    ../cl/cl.h    /^#define    CL_IN_EX    0x0001    \/* Currently running ex. /
  46. CL_RENAME    ../cl/cl.h    /^#define    CL_RENAME    0x0002    \/* X11 xterm icon\/windo/
  47. CL_RENAME_OK    ../cl/cl.h    /^#define    CL_RENAME_OK    0x0004    \/* User wants the win/
  48. CL_SCR_EX_INIT    ../cl/cl.h    /^#define    CL_SCR_EX_INIT    0x0008    \/* Ex screen initia/
  49. CL_SCR_VI_INIT    ../cl/cl.h    /^#define    CL_SCR_VI_INIT    0x0010    \/* Vi screen initia/
  50. CL_SIGHUP    ../cl/cl.h    /^#define    CL_SIGHUP    0x0020    \/* SIGHUP arrived. *\/$/
  51. CL_SIGINT    ../cl/cl.h    /^#define    CL_SIGINT    0x0040    \/* SIGINT arrived. *\/$/
  52. CL_SIGTERM    ../cl/cl.h    /^#define    CL_SIGTERM    0x0080    \/* SIGTERM arrived. *\//
  53. CL_SIGWINCH    ../cl/cl.h    /^#define    CL_SIGWINCH    0x0100    \/* SIGWINCH arrived. */
  54. CL_STDIN_TTY    ../cl/cl.h    /^#define    CL_STDIN_TTY    0x0200    \/* Talking to a termi/
  55. CNO    ../vi/vs_refresh.c    /^#define     CNO    sp->cno            \/* Current file column. */
  56. COL_OFF    ../common/util.h    /^#define    COL_OFF(c, stop)    ((stop) - ((c) % (stop)))/
  57. CSCOPE_CMD_FMT    ../ex/ex_cscope.c    /^#define    CSCOPE_CMD_FMT        "cd '%s' && exec cscope -d/
  58. CSCOPE_DBFILE    ../ex/ex_cscope.c    /^#define    CSCOPE_DBFILE        "cscope.out"$/
  59. CSCOPE_NLINES_FMT    ../ex/ex_cscope.c    /^#define    CSCOPE_NLINES_FMT    "cscope: %d lines%1[\\n]/
  60. CSCOPE_PATHS    ../ex/ex_cscope.c    /^#define    CSCOPE_PATHS        "cscope.tpath"$/
  61. CSCOPE_PROMPT    ../ex/ex_cscope.c    /^#define    CSCOPE_PROMPT        ">> "$/
  62. CSCOPE_QUERIES    ../ex/ex_cscope.c    /^#define    CSCOPE_QUERIES        "sgdct efi"$/
  63. CSCOPE_RE_SPACE    ../ex/ex_subst.c    /^#define    CSCOPE_RE_SPACE        "([ \\t]|\/\\\\*([^*]|\\/
  64. CS_EMP    ../vi/vi.h    /^#define    CS_EMP    1            \/* Empty line. *\/$/
  65. CS_EOF    ../vi/vi.h    /^#define    CS_EOF    2            \/* End-of-file. *\/$/
  66. CS_EOL    ../vi/vi.h    /^#define    CS_EOL    3            \/* End-of-line. *\/$/
  67. CS_SOF    ../vi/vi.h    /^#define    CS_SOF    4            \/* Start-of-file. *\/$/
  68. CUT_LINEMODE    ../common/cut.h    /^#define    CUT_LINEMODE    0x01        \/* Cut in line mode. */
  69. CUT_NUMOPT    ../common/cut.h    /^#define    CUT_NUMOPT    0x02        \/* Numeric buffer: optio/
  70. CUT_NUMREQ    ../common/cut.h    /^#define    CUT_NUMREQ    0x04        \/* Numeric buffer: requi/
  71. DBG_FATAL    ../common/exf.h    /^#define    DBG_FATAL    0x001    \/* If DNE, error message./
  72. DBG_NOCACHE    ../common/exf.h    /^#define    DBG_NOCACHE    0x002    \/* Ignore the front-end/
  73. DEC    ../vi/v_increment.c    /^#define    DEC    0$/
  74. DEFAULT_NOPRINT    ../common/gs.h    /^#define    DEFAULT_NOPRINT    '\\1'        \/* Emergency non-p/
  75. DIVIDESTR    ../vi/vs_msg.c    /^#define    DIVIDESTR    "+=+=+=+=+=+=+=+"$/
  76. DOT    ../vi/vi.c    /^#define    DOT        (&VIP(sp)->sdot)$/
  77. DOTMOTION    ../vi/vi.c    /^#define    DOTMOTION    (&VIP(sp)->sdotmotion)$/
  78. EC_INTERRUPT    ../common/key.h    /^#define    EC_INTERRUPT    0x001        \/* Checking for inter/
  79. EC_MAPCOMMAND    ../common/key.h    /^#define    EC_MAPCOMMAND    0x002        \/* Apply the command/
  80. EC_MAPINPUT    ../common/key.h    /^#define    EC_MAPINPUT    0x004        \/* Apply the input map/
  81. EC_MAPNODIGIT    ../common/key.h    /^#define    EC_MAPNODIGIT    0x008        \/* Return to a digit/
  82. EC_QUOTED    ../common/key.h    /^#define    EC_QUOTED    0x010        \/* Try to quote next cha/
  83. EC_RAW    ../common/key.h    /^#define    EC_RAW        0x020        \/* Any next character. XXX/
  84. EC_TIMEOUT    ../common/key.h    /^#define    EC_TIMEOUT    0x040        \/* Timeout to next char/
  85. ENDMESSAGE    ../tcl_api/tcl.c    /^#define    ENDMESSAGE                            \\$/
  86. ENTIRE_LINE    ../common/cut.c    /^#define    ENTIRE_LINE    0$/
  87. EQUAL    ../ex/ex_tag.c    /^#define    EQUAL        0$/
  88. EXCMD_RUNNING    ../common/gs.h    /^#define    EXCMD_RUNNING(gp)    ((gp)->ecq.lh_first->cle/
  89. EXP    ../ex/ex.h    /^#define    EXP(sp)    ((EX_PRIVATE *)((sp)->ex_private))/
  90. EXP_CSCINIT    ../ex/ex.h    /^#define    EXP_CSCINIT    0x01        \/* Cscope initialized. /
  91. E_ABSMARK    ../ex/ex.h    /^#define    E_ABSMARK    0x00040000    \/* Set the absolute /
  92. E_ADDR1    ../ex/ex.h    /^#define    E_ADDR1        0x00000001    \/* One address. *\/$/
  93. E_ADDR2    ../ex/ex.h    /^#define    E_ADDR2        0x00000002    \/* Two addresses. *\//
  94. E_ADDR2_ALL    ../ex/ex.h    /^#define    E_ADDR2_ALL    0x00000004    \/* Zero\/two addre/
  95. E_ADDR2_NONE    ../ex/ex.h    /^#define    E_ADDR2_NONE    0x00000008    \/* Zero\/two addr/
  96. E_ADDR_DEF    ../ex/ex.h    /^#define    E_ADDR_DEF    0x00080000    \/* Default addresse/
  97. E_ADDR_ZERO    ../ex/ex.h    /^#define    E_ADDR_ZERO    0x00000010    \/* 0 is a legal ad/
  98. E_ADDR_ZERODEF    ../ex/ex.h    /^#define    E_ADDR_ZERODEF    0x00000020    \/* 0 is default/
  99. E_AUTOPRINT    ../ex/ex.h    /^#define    E_AUTOPRINT    0x00000040    \/* Command always /
  100. E_BLIGNORE    ../ex/ex.h    /^#define    E_BLIGNORE    0x00000800    \/* Ignore blank lin/
  101. E_CLRFLAG    ../ex/ex.h    /^#define    E_CLRFLAG    0x00000080    \/* Clear the print (/
  102. E_C_BUFFER    ../ex/ex.h    /^#define    E_C_BUFFER    0x00001        \/* Buffer name specif/
  103. E_C_CARAT    ../ex/ex.h    /^#define    E_C_CARAT    0x00002        \/*  ^ flag. *\/$/
  104. E_C_COUNT    ../ex/ex.h    /^#define    E_C_COUNT    0x00004        \/* Count specified. */
  105. E_C_COUNT_NEG    ../ex/ex.h    /^#define    E_C_COUNT_NEG    0x00008        \/* Count was signe/
  106. E_C_COUNT_POS    ../ex/ex.h    /^#define    E_C_COUNT_POS    0x00010        \/* Count was signe/
  107. E_C_DASH    ../ex/ex.h    /^#define    E_C_DASH    0x00020        \/*  - flag. *\/$/
  108. E_C_DOT    ../ex/ex.h    /^#define    E_C_DOT        0x00040        \/*  . flag. *\/$/
  109. E_C_EQUAL    ../ex/ex.h    /^#define    E_C_EQUAL    0x00080        \/*  = flag. *\/$/
  110. E_C_FORCE    ../ex/ex.h    /^#define    E_C_FORCE    0x00100        \/*  ! flag. *\/$/
  111. E_C_HASH    ../ex/ex.h    /^#define    E_C_HASH    0x00200        \/*  # flag. *\/$/
  112. E_C_LIST    ../ex/ex.h    /^#define    E_C_LIST    0x00400        \/*  l flag. *\/$/
  113. E_C_PLUS    ../ex/ex.h    /^#define    E_C_PLUS    0x00800        \/*  + flag. *\/$/
  114. E_C_PRINT    ../ex/ex.h    /^#define    E_C_PRINT    0x01000        \/*  p flag. *\/$/
  115. E_DELTA    ../ex/ex.h    /^#define    E_DELTA        0x00100000    \/* Search address wit/
  116. E_MODIFY    ../ex/ex.h    /^#define    E_MODIFY    0x00200000    \/* File name expansio/
  117. E_MOVETOEND    ../ex/ex.h    /^#define    E_MOVETOEND    0x00400000    \/* Move to the end/
  118. E_NAMEDISCARD    ../ex/ex.h    /^#define    E_NAMEDISCARD    0x00001000    \/* Free\/discard/
  119. E_NEWLINE    ../ex/ex.h    /^#define    E_NEWLINE    0x00800000    \/* Found ending <new/
  120. E_NEWSCREEN    ../ex/ex.h    /^#define    E_NEWSCREEN    0x00000100    \/* Create a new sc/
  121. E_NOAUTO    ../ex/ex.h    /^#define    E_NOAUTO    0x00002000    \/* Don't do autoprint/
  122. E_NOPRDEF    ../ex/ex.h    /^#define    E_NOPRDEF    0x00004000    \/* Don't print as de/
  123. E_NRSEP    ../ex/ex.h    /^#define    E_NRSEP        0x00008000    \/* Need to line adjus/
  124. E_OPTNUM    ../ex/ex.h    /^#define    E_OPTNUM    0x00010000    \/* Number edit option/
  125. E_PRESERVE    ../ex/ex.h    /^#define    E_PRESERVE    0x0003f800    \/* Bits to preserve/
  126. E_SEARCH_WMSG    ../ex/ex.h    /^#define    E_SEARCH_WMSG    0x01000000    \/* Display searc/
  127. E_SECURE    ../ex/ex.h    /^#define    E_SECURE    0x00000200    \/* Permission denied /
  128. E_USELASTCMD    ../ex/ex.h    /^#define    E_USELASTCMD    0x02000000    \/* Use the last c/
  129. E_VIONLY    ../ex/ex.h    /^#define    E_VIONLY    0x00000400    \/* Meaningful only in/
  130. E_VISEARCH    ../ex/ex.h    /^#define    E_VISEARCH    0x04000000    \/* It's really a vi/
  131. E_VLITONLY    ../ex/ex.h    /^#define    E_VLITONLY    0x00020000    \/* Use ^V quoting o/
  132. FALSE    ../cl/cl.h    /^#define    FALSE    0$/
  133. FINDHELP    ../ex/ex_cscope.c    /^#define    FINDHELP "\\$/
  134. FLUSH    ../vi/vs_line.c    /^#define    FLUSH {                                \\$/
  135. FL_CLR    ../common/util.h    /^#define    FL_CLR(l, f)    ((l) &= ~(f))$/
  136. FL_INIT    ../common/util.h    /^#define    FL_INIT(l, f)    (l) = (f)        \/* Specific flag/
  137. FL_ISSET    ../common/util.h    /^#define    FL_ISSET(l, f)    ((l) & (f))$/
  138. FL_SET    ../common/util.h    /^#define    FL_SET(l, f)    ((l) |= (f))$/
  139. FMTCOLS    ../common/recover.c    /^#define    FMTCOLS    60$/
  140. FREE_SPACE    ../common/mem.h    /^#define    FREE_SPACE(sp, bp, blen) {                    \\$/
  141. FR_CURSORSET    ../common/gs.h    /^#define    FR_CURSORSET    0x0001        \/* If lno\/cno value/
  142. FR_DONTDELETE    ../common/gs.h    /^#define    FR_DONTDELETE    0x0002        \/* Don't delete the/
  143. FR_EXNAMED    ../common/gs.h    /^#define    FR_EXNAMED    0x0004        \/* Read\/write renamed/
  144. FR_NAMECHANGE    ../common/gs.h    /^#define    FR_NAMECHANGE    0x0008        \/* If the name chan/
  145. FR_NEWFILE    ../common/gs.h    /^#define    FR_NEWFILE    0x0010        \/* File doesn't really/
  146. FR_RECOVER    ../common/gs.h    /^#define    FR_RECOVER    0x0020        \/* File is being recov/
  147. FR_TMPEXIT    ../common/gs.h    /^#define    FR_TMPEXIT    0x0040        \/* Modified temporary /
  148. FR_TMPFILE    ../common/gs.h    /^#define    FR_TMPFILE    0x0080        \/* If file has no name/
  149. FR_UNLOCKED    ../common/gs.h    /^#define    FR_UNLOCKED    0x0100        \/* File couldn't be l/
  150. FS_ALL    ../common/exf.h    /^#define    FS_ALL        0x001    \/* Write the entire file. */
  151. FS_APPEND    ../common/exf.h    /^#define    FS_APPEND    0x002    \/* Append to the file. */
  152. FS_FORCE    ../common/exf.h    /^#define    FS_FORCE    0x004    \/* Force is set. *\/$/
  153. FS_OPENERR    ../common/exf.h    /^#define    FS_OPENERR    0x008    \/* Open failed, try it a/
  154. FS_POSSIBLE    ../common/exf.h    /^#define    FS_POSSIBLE    0x010    \/* Force could have bee/
  155. FS_SETALT    ../common/exf.h    /^#define    FS_SETALT    0x020    \/* Set alternate file nam/
  156. F_CLR    ../common/util.h    /^#define    F_CLR(p, f)    FL_CLR((p)->flags, f)$/
  157. F_DEVSET    ../common/exf.h    /^#define    F_DEVSET    0x001        \/* mdev\/minode fields in/
  158. F_FIRSTMODIFY    ../common/exf.h    /^#define    F_FIRSTMODIFY    0x002        \/* File not yet modi/
  159. F_INIT    ../common/util.h    /^#define    F_INIT(p, f)    FL_INIT((p)->flags, f)    \/* St/
  160. F_ISSET    ../common/util.h    /^#define    F_ISSET(p, f)    FL_ISSET((p)->flags, f)$/
  161. F_MODIFIED    ../common/exf.h    /^#define    F_MODIFIED    0x004        \/* File is currently di/
  162. F_MULTILOCK    ../common/exf.h    /^#define    F_MULTILOCK    0x008        \/* Multiple processes /
  163. F_NOLOG    ../common/exf.h    /^#define    F_NOLOG        0x010        \/* Logging turned off. */
  164. F_RCV_NORM    ../common/exf.h    /^#define    F_RCV_NORM    0x020        \/* Don't delete recover/
  165. F_RCV_ON    ../common/exf.h    /^#define    F_RCV_ON    0x040        \/* Recovery is possible. /
  166. F_SET    ../common/util.h    /^#define    F_SET(p, f)    FL_SET((p)->flags, f)$/
  167. F_UNDO    ../common/exf.h    /^#define    F_UNDO        0x080        \/* No change since last un/
  168. GCLP    ../cl/cl.h    /^#define    GCLP(gp)    ((CL_PRIVATE *)gp->cl_private)$/
  169. GET_SPACE_GOTO    ../common/mem.h    /^#define    GET_SPACE_GOTO(sp, bp, blen, nlen) {                \\/
  170. GET_SPACE_RET    ../common/mem.h    /^#define    GET_SPACE_RET(sp, bp, blen, nlen) {                \\$/
  171. GLOBAL_CLP    ../cl/cl_main.c    /^#define    GLOBAL_CLP \\$/
  172. GLOBAL_TKP    ../tk/tk_main.c    /^#define    GLOBAL_TKP \\$/
  173. GO_COLUMNS    ../common/gs.h    /^#define    GO_COLUMNS    0        \/* Global options: columns./
  174. GO_LINES    ../common/gs.h    /^#define    GO_LINES    1        \/* Global options: lines. *\//
  175. GO_SECURE    ../common/gs.h    /^#define    GO_SECURE    2        \/* Global options: secure. */
  176. GO_TERM    ../common/gs.h    /^#define    GO_TERM        3        \/* Global options: terminal t/
  177. GREATER    ../ex/ex_tag.c    /^#define    GREATER        1$/
  178. GTKP    ../tk/tki.h    /^#define    GTKP(gp)    ((TK_PRIVATE *)gp->tk_private)$/
  179. G_ABBREV    ../common/gs.h    /^#define    G_ABBREV    0x0001        \/* If have abbreviations/
  180. G_BELLSCHED    ../common/gs.h    /^#define    G_BELLSCHED    0x0002        \/* Bell scheduled. */
  181. G_INTERRUPTED    ../common/gs.h    /^#define    G_INTERRUPTED    0x0004        \/* Interrupted. *\//
  182. G_RECOVER_SET    ../common/gs.h    /^#define    G_RECOVER_SET    0x0008        \/* Recover system i/
  183. G_SCRIPTED    ../common/gs.h    /^#define    G_SCRIPTED    0x0010        \/* Ex script session. /
  184. G_SCRWIN    ../common/gs.h    /^#define    G_SCRWIN    0x0020        \/* Scripting windows run/
  185. G_SNAPSHOT    ../common/gs.h    /^#define    G_SNAPSHOT    0x0040        \/* Always snapshot fil/
  186. G_SRESTART    ../common/gs.h    /^#define    G_SRESTART    0x0080        \/* Screen restarted. */
  187. G_TMP_INUSE    ../common/gs.h    /^#define    G_TMP_INUSE    0x0100        \/* Temporary buffer i/
  188. HALFSCREEN    ../vi/vi.h    /^#define    HALFSCREEN(sp)                \/* Half text screen. */
  189. HALFTEXT    ../vi/vi.h    /^#define    HALFTEXT(sp)                \/* Half text. *\/    \\$/
  190. HANDLE_WEIRDNESS    ../vi/vs_smap.c    /^#define    HANDLE_WEIRDNESS(cnt) {                        \\$/
  191. HEXC    ../vi/v_increment.c    /^#define    HEXC    2$/
  192. HEXL    ../vi/v_increment.c    /^#define    HEXL    3$/
  193. HMAP    ../vi/vi.h    /^#define    HMAP        _HMAP(sp)$/
  194. INCREMENT    ../ex/ex_argv.c    /^#define    INCREMENT    20$/
  195. INDX_HUP    ../cl/cl.h    /^#define    INDX_HUP    0$/
  196. INDX_INT    ../cl/cl.h    /^#define    INDX_INT    1$/
  197. INDX_MAX    ../cl/cl.h    /^#define    INDX_MAX    4    \/* Original signal information/
  198. INDX_TERM    ../cl/cl.h    /^#define    INDX_TERM    2$/
  199. INDX_WINCH    ../cl/cl.h    /^#define    INDX_WINCH    3$/
  200. INITMESSAGE    ../tcl_api/tcl.c    /^#define    INITMESSAGE                            \\$/
  201. INTERRUPTED    ../common/key.h    /^#define    INTERRUPTED(sp)                            \\$/
  202. INTERRUPT_CHECK    ../common/key.h    /^#define    INTERRUPT_CHECK    100$/
  203. INTEXT_CHECK    ../vi/v_paragraph.c    /^#define    INTEXT_CHECK {                            \\$/
  204. ISCMD    ../vi/vi.h    /^#define    ISCMD(p, key)    ((p) == &vikeys[key])$/
  205. ISMOTION    ../vi/vi.h    /^#define    ISMOTION(vp)    (vp->rkp != NULL && F_ISSET(v/
  206. IS_ESCAPE    ../ex/ex.h    /^#define    IS_ESCAPE(sp, cmdp, ch)                        \\$/
  207. IS_ONELINE    ../vi/vi.h    /^#define    IS_ONELINE(sp)    ((sp)->rows == 1)$/
  208. IS_RESTART    ../vi/v_txt.c    /^#define    IS_RESTART    0x01    \/* Reset the incremental /
  209. IS_RUNNING    ../vi/v_txt.c    /^#define    IS_RUNNING    0x02    \/* Incremental search tur/
  210. IS_SMALL    ../vi/vi.h    /^#define    IS_SMALL(sp)    ((sp)->t_minrows != (sp)->t_m/
  211. IS_SPLIT    ../vi/vi.h    /^#define    IS_SPLIT(sp)                            \\$/
  212. KEY    ../vi/vi.c    /^#define    KEY(key, ec_flags) {                        \\$/
  213. KEYS_WAITING    ../common/key.h    /^#define    KEYS_WAITING(sp)    ((sp)->gp->i_cnt != 0)$/
  214. KEY_LEN    ../common/gs.h    /^#define    KEY_LEN(sp, ch)                            \\$/
  215. KEY_NAME    ../common/gs.h    /^#define    KEY_NAME(sp, ch)                        \\$/
  216. KEY_VAL    ../common/gs.h    /^#define    KEY_VAL(sp, ch)                            \\$/
  217. LASTLINE    ../vi/vi.h    /^#define LASTLINE(sp) \\$/
  218. LESS    ../ex/ex_tag.c    /^#define    LESS        (-1)$/
  219. LF_CLR    ../common/util.h    /^#define    LF_CLR(f)    FL_CLR(flags, f)$/
  220. LF_INIT    ../common/util.h    /^#define    LF_INIT(f)    FL_INIT(flags, f)    \/* Local var/
  221. LF_ISSET    ../common/util.h    /^#define    LF_ISSET(f)    FL_ISSET(flags, f)$/
  222. LF_SET    ../common/util.h    /^#define    LF_SET(f)    FL_SET(flags, f)$/
  223. LINE_RESOLVE    ../vi/v_txt.c    /^#define    LINE_RESOLVE {                            \\$/
  224. LNO    ../vi/vs_refresh.c    /^#define     LNO    sp->lno            \/* Current file line. *\/$/
  225. LOG_CORRECT    ../vi/v_itxt.c    /^#define    LOG_CORRECT {                            \\$/
  226. LOG_CURSOR_END    ../common/log.h    /^#define    LOG_CURSOR_END        2$/
  227. LOG_CURSOR_INIT    ../common/log.h    /^#define    LOG_CURSOR_INIT        1$/
  228. LOG_ERR    ../common/log.c    /^#define    LOG_ERR {                            \\$/
  229. LOG_LINE_APPEND    ../common/log.h    /^#define    LOG_LINE_APPEND        3$/
  230. LOG_LINE_DELETE    ../common/log.h    /^#define    LOG_LINE_DELETE        4$/
  231. LOG_LINE_INSERT    ../common/log.h    /^#define    LOG_LINE_INSERT        5$/
  232. LOG_LINE_RESET_B    ../common/log.h    /^#define    LOG_LINE_RESET_B    7$/
  233. LOG_LINE_RESET_F    ../common/log.h    /^#define    LOG_LINE_RESET_F    6$/
  234. LOG_MARK    ../common/log.h    /^#define    LOG_MARK        8$/
  235. LOG_NOTYPE    ../common/log.h    /^#define    LOG_NOTYPE        0$/
  236. L_ADDED    ../common/screen.h    /^#define    L_ADDED        0        \/* Added lines. *\/$/
  237. L_CHANGED    ../common/screen.h    /^#define    L_CHANGED    1        \/* Changed lines. *\/$/
  238. L_DELETED    ../common/screen.h    /^#define    L_DELETED    2        \/* Deleted lines. *\/$/
  239. L_JOINED    ../common/screen.h    /^#define    L_JOINED    3        \/* Joined lines. *\/$/
  240. L_MOVED    ../common/screen.h    /^#define    L_MOVED        4        \/* Moved lines. *\/$/
  241. L_NAME    ../ex/ex_tag.c    /^#define    L_NAME    30        \/* Name. *\/$/
  242. L_SHIFT    ../common/screen.h    /^#define    L_SHIFT        5        \/* Shift lines. *\/$/
  243. L_SLOP    ../ex/ex_tag.c    /^#define    L_SLOP     4        \/* Leading number plus trailin/
  244. L_SPACE    ../ex/ex_tag.c    /^#define    L_SPACE     5        \/* Spaces after name, before /
  245. L_TAG    ../ex/ex_tag.c    /^#define    L_TAG    20        \/* Tag. *\/$/
  246. L_YANKED    ../common/screen.h    /^#define    L_YANKED    6        \/* Yanked lines. *\/$/
  247. MALLOC    ../common/mem.h    /^#define    MALLOC(sp, p, cast, size) {                    \\$/
  248. MALLOC_GOTO    ../common/mem.h    /^#define    MALLOC_GOTO(sp, p, cast, size) {                \\$/
  249. MALLOC_NOMSG    ../common/mem.h    /^#define    MALLOC_NOMSG(sp, p, cast, size) {                \\$/
  250. MALLOC_RET    ../common/mem.h    /^#define    MALLOC_RET(sp, p, cast, size) {                    \\$/
  251. MAPPED_KEYS_WAITING    ../common/key.h    /^#define    MAPPED_KEYS_WAITING(sp)                        \\$/
  252. MAP_FILE    ../ex/ex_tag.c    /^#define    MAP_FILE    0$/
  253. MARK_DELETED    ../common/mark.h    /^#define    MARK_DELETED    0x01        \/* Mark was deleted. */
  254. MARK_USERSET    ../common/mark.h    /^#define    MARK_USERSET    0x02        \/* User set this mark./
  255. MAXCMDNAMELEN    ../ex/ex.h    /^#define    MAXCMDNAMELEN    12        \/* Longest command name/
  256. MAXHOSTNAMELEN    ../common/recover.c    /^#define    MAXHOSTNAMELEN    1024$/
  257. MAXIMUM_SCREEN_COLS    ../common/options_f.c    /^#define    MAXIMUM_SCREEN_COLS    500$/
  258. MAXIMUM_SCREEN_ROWS    ../common/options_f.c    /^#define    MAXIMUM_SCREEN_ROWS    500$/
  259. MAXNUM    ../common/msg.c    /^#define    MAXNUM        25$/
  260. MAXVIKEY    ../vi/vi.h    /^#define    MAXVIKEY    126        \/* List of vi commands. *\//
  261. MAX_ABBREVIATION_EXPANSION    ../vi/v_txt.c    /^#define    MAX_ABBREVIATION_EXPANSION    256$/
  262. MAX_BIT_SEQ    ../common/gs.h    /^#define    MAX_BIT_SEQ    128        \/* Max + 1 fast check ch/
  263. MAX_CHARACTER_COLUMNS    ../common/key.h    /^#define    MAX_CHARACTER_COLUMNS    4$/
  264. MAX_CHAR_T    ../common/key.h    /^#define    MAX_CHAR_T    0xff$/
  265. MAX_FAST_KEY    ../common/gs.h    /^#define    MAX_FAST_KEY    254        \/* Max fast check chara/
  266. MEGABYTE    ../ex/ex_source.c    /^#define    MEGABYTE    1048576$/
  267. MEMMOVE    ../common/mem.h    /^#define    MEMMOVE(p, t, len)    memmove(p, t, (len) * s/
  268. MEMSET    ../common/mem.h    /^#define    MEMSET(p, value, len)    memset(p, value, (le/
  269. MINIMUM_SCREEN_COLS    ../common/screen.h    /^#define    MINIMUM_SCREEN_COLS    20$/
  270. MINIMUM_SCREEN_ROWS    ../common/screen.h    /^#define    MINIMUM_SCREEN_ROWS     1$/
  271. MINREAD    ../ex/ex_script.c    /^#define    MINREAD    1024$/
  272. MODESIZE    ../vi/vs_refresh.c    /^#define    MODESIZE    9$/
  273. MSTAT_SHOWLAST    ../common/msg.h    /^#define    MSTAT_SHOWLAST    0x01    \/* Show the line numb/
  274. MSTAT_TRUNCATE    ../common/msg.h    /^#define    MSTAT_TRUNCATE    0x02    \/* Truncate the file /
  275. Mcl_main    ../cl/cl_main.c    /^main(argc, argv)$/
  276. Mtk_main    ../tk/tk_main.c    /^main(argc, argv)$/
  277. NADD_SLONG    ../common/util.h    /^#define    NADD_SLONG(sp, v1, v2)                        \\$/
  278. NADD_USLONG    ../common/util.h    /^#define    NADD_USLONG(sp, v1, v2)                        \\$/
  279. NEEDFILE    ../ex/ex.h    /^#define    NEEDFILE(sp, cmdp) {                        \\$/
  280. NEEDNEWLINE    ../ex/ex_subst.c    /^#define    NEEDNEWLINE(sp) {                        \\$/
  281. NEEDSP    ../ex/ex_subst.c    /^#define    NEEDSP(sp, len, pnt) {                        \\$/
  282. NIL    ../perl_api/perlsfio.c    /^#define NIL(type)       ((type)0)$/
  283. NNFITS    ../common/util.h    /^#define    NNFITS(min, cur, add)                        \\$/
  284. NPFITS    ../common/util.h    /^#define    NPFITS(max, cur, add)                        \\$/
  285. OCNO    ../vi/vs_refresh.c    /^#define    OCNO    vip->ocno        \/* Remembered file column/
  286. OCTAL    ../vi/v_increment.c    /^#define    OCTAL    4$/
  287. OG_CLR    ../common/options.h    /^#define    OG_CLR(gp, o)        ((gp)->opts[(o)].o_cur.val)/
  288. OG_D_STR    ../common/options.h    /^#define    OG_D_STR(gp, o)        ((gp)->opts[(o)].o_def.st/
  289. OG_D_VAL    ../common/options.h    /^#define    OG_D_VAL(gp, o)        ((gp)->opts[(o)].o_def.va/
  290. OG_ISSET    ../common/options.h    /^#define    OG_ISSET(gp, o)        OG_VAL(gp, o)$/
  291. OG_SET    ../common/options.h    /^#define    OG_SET(gp, o)        ((gp)->opts[(o)].o_cur.val)/
  292. OG_STR    ../common/options.h    /^#define    OG_STR(gp, o)        ((gp)->opts[(o)].o_cur.str)/
  293. OG_VAL    ../common/options.h    /^#define    OG_VAL(gp, o)        ((gp)->opts[(o)].o_cur.val)/
  294. OI    ../common/options.c    /^#define    OI(indx, str) {                            \\$/
  295. OLNO    ../vi/vs_refresh.c    /^#define    OLNO    vip->olno        \/* Remembered file line. /
  296. ONE_FOR_EOF    ../cl/cl_read.c    /^#define    ONE_FOR_EOF    1$/
  297. OOBLNO    ../common/mark.h    /^#define    OOBLNO        0        \/* Out-of-band line number. */
  298. OPT_ADISP    ../common/options.h    /^#define    OPT_ADISP    0x001        \/* Always display the op/
  299. OPT_ALWAYS    ../common/options.h    /^#define    OPT_ALWAYS    0x002        \/* Always call the supp/
  300. OPT_GLOBAL    ../common/options.h    /^#define    OPT_GLOBAL    0x01        \/* Option is global. *\//
  301. OPT_NDISP    ../common/options.h    /^#define    OPT_NDISP    0x004        \/* Never display the opt/
  302. OPT_NOSAVE    ../common/options.h    /^#define    OPT_NOSAVE    0x008        \/* Mkexrc command doesn/
  303. OPT_NOSET    ../common/options.h    /^#define    OPT_NOSET    0x010        \/* Option may not be set/
  304. OPT_NOUNSET    ../common/options.h    /^#define    OPT_NOUNSET    0x020        \/* Option may not be u/
  305. OPT_NOZERO    ../common/options.h    /^#define    OPT_NOZERO    0x040        \/* Option may not be se/
  306. OPT_SELECTED    ../common/options.h    /^#define    OPT_SELECTED    0x02        \/* Selected for displa/
  307. OS_DEF    ../common/options.h    /^#define    OS_DEF        0x01        \/* Set the default value. */
  308. OS_NOFREE    ../common/options.h    /^#define    OS_NOFREE    0x02        \/* Don't free the old str/
  309. OS_STR    ../common/options.h    /^#define    OS_STR        0x04        \/* Set to string argument. /
  310. OS_STRDUP    ../common/options.h    /^#define    OS_STRDUP    0x08        \/* Copy then set to strin/
  311. OUTCH    ../ex/ex_subst.c    /^#define    OUTCH(ch, nltrans) {                        \\$/
  312. O_CLR    ../common/options.h    /^#define    O_CLR(sp, o)        o_set(sp, o, 0, NULL, 0)$/
  313. O_D_CLR    ../common/options.h    /^#define    O_D_CLR(sp, o)        o_set(sp, o, OS_DEF, NULL,/
  314. O_D_ISSET    ../common/options.h    /^#define    O_D_ISSET(sp, o)    O_D_VAL(sp, o)$/
  315. O_D_SET    ../common/options.h    /^#define    O_D_SET(sp, o)        o_set(sp, o, OS_DEF, NULL,/
  316. O_D_STR    ../common/options.h    /^#define    O_D_STR(sp, o)        O_V(sp, o, o_def.str)$/
  317. O_D_VAL    ../common/options.h    /^#define    O_D_VAL(sp, o)        O_V(sp, o, o_def.val)$/
  318. O_ISSET    ../common/options.h    /^#define    O_ISSET(sp, o)        O_VAL(sp, o)$/
  319. O_NUMBER_FMT    ../vi/vi.h    /^#define    O_NUMBER_FMT    "%7lu "            \/* O_NUMBER format/
  320. O_NUMBER_LENGTH    ../vi/vi.h    /^#define    O_NUMBER_LENGTH    8$/
  321. O_SET    ../common/options.h    /^#define    O_SET(sp, o)        o_set(sp, o, 0, NULL, 1)$/
  322. O_STR    ../common/options.h    /^#define    O_STR(sp, o)        O_V(sp, o, o_cur.str)$/
  323. O_V    ../common/options.h    /^#define    O_V(sp, o, fld)                            \\$/
  324. O_VAL    ../common/options.h    /^#define    O_VAL(sp, o)        O_V(sp, o, o_cur.val)$/
  325. PROMPTCHAR    ../ex/ex.h    /^#define    PROMPTCHAR    ':'        \/* Prompt using a colon. /
  326. QREM    ../common/key.c    /^#define    QREM(len) {                            \\$/
  327. RCV_EMAIL    ../common/exf.h    /^#define    RCV_EMAIL    0x01    \/* Send the user email, IF/
  328. RCV_ENDSESSION    ../common/exf.h    /^#define    RCV_ENDSESSION    0x02    \/* End the file sessi/
  329. RCV_PERIOD    ../common/exf.h    /^#define    RCV_PERIOD    120        \/* Sync every two minutes/
  330. RCV_PRESERVE    ../common/exf.h    /^#define    RCV_PRESERVE    0x04    \/* Preserve backup file/
  331. RCV_SNAPSHOT    ../common/exf.h    /^#define    RCV_SNAPSHOT    0x08    \/* Snapshot the recover/
  332. REALLOC    ../common/mem.h    /^#define    REALLOC(sp, p, cast, size) {                    \\$/
  333. REM    ../common/msg.c    /^#define    REM    (blen - mlen)$/
  334. RE_C_CSCOPE    ../common/screen.h    /^#define    RE_C_CSCOPE    0x0001        \/* Compile cscope pat/
  335. RE_C_SEARCH    ../common/screen.h    /^#define    RE_C_SEARCH    0x0002        \/* Compile search rep/
  336. RE_C_SILENT    ../common/screen.h    /^#define    RE_C_SILENT    0x0004        \/* No error messages./
  337. RE_C_SUBST    ../common/screen.h    /^#define    RE_C_SUBST    0x0008        \/* Compile substitute /
  338. RE_C_TAG    ../common/screen.h    /^#define    RE_C_TAG    0x0010        \/* Compile ctag pattern./
  339. RE_WSTART    ../common/screen.h    /^#define    RE_WSTART    "[[:<:]]"    \/* Ex\/vi: not-in-wor/
  340. RE_WSTOP    ../common/screen.h    /^#define    RE_WSTOP    "[[:>:]]"$/
  341. RLNO    ../cl/cl.h    /^#define    RLNO(sp, lno)    (sp)->woff + (lno)$/
  342. SCNO    ../vi/vs_refresh.c    /^#define    SCNO    vip->sc_col        \/* Current screen colum/
  343. SCREEN_COLS    ../vi/vi.h    /^#define    SCREEN_COLS(sp)                \/* Screen columns. *\//
  344. SC_ARGNOFREE    ../common/screen.h    /^#define    SC_ARGNOFREE    0x00002000    \/* Argument list /
  345. SC_ARGRECOVER    ../common/screen.h    /^#define    SC_ARGRECOVER    0x00004000    \/* Argument list/
  346. SC_AT_SET    ../common/screen.h    /^#define    SC_AT_SET    0x00008000    \/* Last at buffer se/
  347. SC_COMEDIT    ../common/screen.h    /^#define    SC_COMEDIT    0x00010000    \/* Colon command-li/
  348. SC_EX    ../common/screen.h    /^#define    SC_EX        0x00000001    \/* Ex editor. *\/$/
  349. SC_EXIT    ../common/screen.h    /^#define    SC_EXIT        0x00000200    \/* Exiting (not force/
  350. SC_EXIT_FORCE    ../common/screen.h    /^#define    SC_EXIT_FORCE    0x00000400    \/* Exiting (forc/
  351. SC_EX_GLOBAL    ../common/screen.h    /^#define    SC_EX_GLOBAL    0x00020000    \/* Ex: executing /
  352. SC_EX_SILENT    ../common/screen.h    /^#define    SC_EX_SILENT    0x00040000    \/* Ex: batch scri/
  353. SC_EX_WAIT_NO    ../common/screen.h    /^#define    SC_EX_WAIT_NO    0x00080000    \/* Ex: don't wai/
  354. SC_EX_WAIT_YES    ../common/screen.h    /^#define    SC_EX_WAIT_YES    0x00100000    \/* Ex:    do wa/
  355. SC_FSWITCH    ../common/screen.h    /^#define    SC_FSWITCH    0x00000800    \/* Switch underlyin/
  356. SC_READONLY    ../common/screen.h    /^#define    SC_READONLY    0x00200000    \/* Persistent read/
  357. SC_RE_SEARCH    ../common/screen.h    /^#define    SC_RE_SEARCH    0x00400000    \/* Search RE has /
  358. SC_RE_SUBST    ../common/screen.h    /^#define    SC_RE_SUBST    0x00800000    \/* Substitute RE h/
  359. SC_SCRIPT    ../common/screen.h    /^#define    SC_SCRIPT    0x01000000    \/* Shell script wind/
  360. SC_SCR_CENTER    ../common/screen.h    /^#define    SC_SCR_CENTER    0x00000080    \/* Center the li/
  361. SC_SCR_EX    ../common/screen.h    /^#define    SC_SCR_EX    0x00000004    \/* Screen is in ex m/
  362. SC_SCR_EXWROTE    ../common/screen.h    /^#define    SC_SCR_EXWROTE    0x00000010    \/* Ex overwrite/
  363. SC_SCR_REDRAW    ../common/screen.h    /^#define    SC_SCR_REDRAW    0x00000040    \/* Refresh. *\/$/
  364. SC_SCR_REFORMAT    ../common/screen.h    /^#define    SC_SCR_REFORMAT    0x00000020    \/* Reformat (r/
  365. SC_SCR_TOP    ../common/screen.h    /^#define    SC_SCR_TOP    0x00000100    \/* Top the line if /
  366. SC_SCR_VI    ../common/screen.h    /^#define    SC_SCR_VI    0x00000008    \/* Screen is in vi m/
  367. SC_SSWITCH    ../common/screen.h    /^#define    SC_SSWITCH    0x00001000    \/* Switch screens. /
  368. SC_STATUS    ../common/screen.h    /^#define    SC_STATUS    0x02000000    \/* Welcome message. /
  369. SC_STATUS_CNT    ../common/screen.h    /^#define    SC_STATUS_CNT    0x04000000    \/* Welcome messa/
  370. SC_TINPUT    ../common/screen.h    /^#define    SC_TINPUT    0x08000000    \/* Doing text input./
  371. SC_TINPUT_INFO    ../common/screen.h    /^#define    SC_TINPUT_INFO    0x10000000    \/* Doing text i/
  372. SC_VI    ../common/screen.h    /^#define    SC_VI        0x00000002    \/* Vi editor. *\/$/
  373. SDEC    ../vi/v_increment.c    /^#define    SDEC    1$/
  374. SEARCH_CSCOPE    ../common/screen.h    /^#define    SEARCH_CSCOPE    0x0001        \/* Search for a csc/
  375. SEARCH_EOL    ../common/screen.h    /^#define    SEARCH_EOL    0x0002        \/* Offset past EOL is /
  376. SEARCH_FILE    ../common/screen.h    /^#define    SEARCH_FILE    0x0004        \/* Search the entire /
  377. SEARCH_INCR    ../common/screen.h    /^#define    SEARCH_INCR    0x0008        \/* Search incremental/
  378. SEARCH_MSG    ../common/screen.h    /^#define    SEARCH_MSG    0x0010        \/* Display search mess/
  379. SEARCH_PARSE    ../common/screen.h    /^#define    SEARCH_PARSE    0x0020        \/* Parse the search /
  380. SEARCH_SET    ../common/screen.h    /^#define    SEARCH_SET    0x0040        \/* Set search directio/
  381. SEARCH_TAG    ../common/screen.h    /^#define    SEARCH_TAG    0x0080        \/* Search for a tag pa/
  382. SEARCH_WMSG    ../common/screen.h    /^#define    SEARCH_WMSG    0x0100        \/* Display search-wra/
  383. SEQ_FUNCMAP    ../common/seq.h    /^#define    SEQ_FUNCMAP    0x01        \/* If unresolved functi/
  384. SEQ_NOOVERWRITE    ../common/seq.h    /^#define    SEQ_NOOVERWRITE    0x02        \/* Don't replace ex/
  385. SEQ_SCREEN    ../common/seq.h    /^#define    SEQ_SCREEN    0x04        \/* If screen specific. */
  386. SEQ_USERDEF    ../common/seq.h    /^#define    SEQ_USERDEF    0x08        \/* If user defined. *\//
  387. SETSIG    ../tk/tk_main.c    /^#define    SETSIG(signal, handler, off) {                    \\$/
  388. SHELLECHO    ../ex/ex_argv.c    /^#define    SHELLECHO    "echo "$/
  389. SHELLOFFSET    ../ex/ex_argv.c    /^#define    SHELLOFFSET    (sizeof(SHELLECHO) - 1)$/
  390. SHIFT    ../common/key.c    /^#define    SHIFT    (BITS - BITS % 3)$/
  391. SIGBLOCK    ../common/gs.h    /^#define    SIGBLOCK \\$/
  392. SIGUNBLOCK    ../common/gs.h    /^#define    SIGUNBLOCK \\$/
  393. SINGLE_CHAR_COMMANDS    ../ex/ex.c    /^#define    SINGLE_CHAR_COMMANDS    "\\004!#&*<=>@~"$/
  394. SIZE_HMAP    ../vi/vi.h    /^#define    SIZE_HMAP(sp)    (VIP(sp)->srows + 1)$/
  395. SKIP_PAST_NEWLINE    ../ex/ex_tag.c    /^#define    SKIP_PAST_NEWLINE(p, back)    while (p < back/
  396. SMAP_CACHE    ../vi/vi.h    /^#define    SMAP_CACHE(smp)        ((smp)->c_ecsize != 0)$/
  397. SMAP_FLUSH    ../vi/vi.h    /^#define    SMAP_FLUSH(smp)        ((smp)->c_ecsize = 0)$/
  398. STANDARD_TAB    ../common/key.h    /^#define    STANDARD_TAB    6$/
  399. SUB_FIRST    ../ex/ex_subst.c    /^#define    SUB_FIRST    0x01        \/* The 'r' flag isn't rea/
  400. SUB_MUSTSETR    ../ex/ex_subst.c    /^#define    SUB_MUSTSETR    0x02        \/* The 'r' flag is req/
  401. TABCH    ../vi/vs_line.c    /^#define    TABCH    '-'$/
  402. TAB_OFF    ../vi/vi.h    /^#define    TAB_OFF(c)    COL_OFF((c), O_VAL(sp, O_TABSTO/
  403. TAB_RESET    ../vi/vs_relative.c    /^#define    TAB_RESET {                            \\$/
  404. TAGF_ERR    ../ex/tag.h    /^#define    TAGF_ERR    0x01    \/* Error occurred. *\/$/
  405. TAGF_ERR_WARN    ../ex/tag.h    /^#define    TAGF_ERR_WARN    0x02    \/* Error reported. *\//
  406. TAG_CSCOPE    ../ex/tag.h    /^#define    TAG_CSCOPE    0x01    \/* Cscope tag. *\/$/
  407. TCC    ../tcl_api/tcl.c    /^#define    TCC(name, function) {                        \\$/
  408. TEMPORARY_FILE_STRING    ../common/gs.h    /^#define    TEMPORARY_FILE_STRING    "\/tmp"    \/* Default /
  409. TERM_PUSH_SHIFT    ../common/key.c    /^#define    TERM_PUSH_SHIFT    30$/
  410. TKP    ../tk/tki.h    /^#define    TKP(sp)        ((TK_PRIVATE *)((sp)->gp->tk_priv/
  411. TK_LLINE_IV    ../tk/tki.h    /^#define    TK_LLINE_IV    0x0001    \/* Last line is in inv/
  412. TK_SCR_VI_INIT    ../tk/tki.h    /^#define    TK_SCR_VI_INIT    0x0002    \/* Vi screen initia/
  413. TK_SIGHUP    ../tk/tki.h    /^#define    TK_SIGHUP    0x0004    \/* SIGHUP arrived. *\/$/
  414. TK_SIGINT    ../tk/tki.h    /^#define    TK_SIGINT    0x0008    \/* SIGINT arrived. *\/$/
  415. TK_SIGTERM    ../tk/tki.h    /^#define    TK_SIGTERM    0x0010    \/* SIGTERM arrived. *\//
  416. TK_SIGWINCH    ../tk/tki.h    /^#define    TK_SIGWINCH    0x0020    \/* SIGWINCH arrived. */
  417. TMAP    ../vi/vi.h    /^#define    TMAP        _TMAP(sp)$/
  418. TOPMASK    ../common/key.c    /^#define    TOPMASK    (BITS % 3 == 2 ? 3 : 1) << (BITS -/
  419. TRACE    ../common/util.c    /^TRACE(sp, fmt, va_alist)$/
  420. TRUE    ../cl/cl.h    /^#define    TRUE    1$/
  421. TXT_ADDNEWLINE    ../common/key.h    /^#define    TXT_ADDNEWLINE    0x00000001    \/* Replay start/
  422. TXT_AICHARS    ../common/key.h    /^#define    TXT_AICHARS    0x00000002    \/* Leading autoind/
  423. TXT_ALTWERASE    ../common/key.h    /^#define    TXT_ALTWERASE    0x00000004    \/* Option: altwe/
  424. TXT_APPENDEOL    ../common/key.h    /^#define    TXT_APPENDEOL    0x00000008    \/* Appending aft/
  425. TXT_AUTOINDENT    ../common/key.h    /^#define    TXT_AUTOINDENT    0x00000010    \/* Autoindent s/
  426. TXT_BACKSLASH    ../common/key.h    /^#define    TXT_BACKSLASH    0x00000020    \/* Backslashes e/
  427. TXT_BEAUTIFY    ../common/key.h    /^#define    TXT_BEAUTIFY    0x00000040    \/* Only printable/
  428. TXT_BS    ../common/key.h    /^#define    TXT_BS        0x00000080    \/* Backspace returns t/
  429. TXT_CEDIT    ../common/key.h    /^#define    TXT_CEDIT    0x00000100    \/* Can return TERM_C/
  430. TXT_CNTRLD    ../common/key.h    /^#define    TXT_CNTRLD    0x00000200    \/* Control-D is a c/
  431. TXT_CNTRLT    ../common/key.h    /^#define    TXT_CNTRLT    0x00000400    \/* Control-T is an /
  432. TXT_CR    ../common/key.h    /^#define    TXT_CR        0x00000800    \/* CR returns the buff/
  433. TXT_DOTTERM    ../common/key.h    /^#define    TXT_DOTTERM    0x00001000    \/* Leading '.' ter/
  434. TXT_EMARK    ../common/key.h    /^#define    TXT_EMARK    0x00002000    \/* End of replacemen/
  435. TXT_EOFCHAR    ../common/key.h    /^#define    TXT_EOFCHAR    0x00004000    \/* ICANON set, ret/
  436. TXT_ESCAPE    ../common/key.h    /^#define    TXT_ESCAPE    0x00008000    \/* Escape returns t/
  437. TXT_FILEC    ../common/key.h    /^#define    TXT_FILEC    0x00010000    \/* Option: filec. */
  438. TXT_INFOLINE    ../common/key.h    /^#define    TXT_INFOLINE    0x00020000    \/* Editing the in/
  439. TXT_MAPINPUT    ../common/key.h    /^#define    TXT_MAPINPUT    0x00040000    \/* Apply the inpu/
  440. TXT_NLECHO    ../common/key.h    /^#define    TXT_NLECHO    0x00080000    \/* Echo the newline/
  441. TXT_NUMBER    ../common/key.h    /^#define    TXT_NUMBER    0x00100000    \/* Number the line./
  442. TXT_OVERWRITE    ../common/key.h    /^#define    TXT_OVERWRITE    0x00200000    \/* Overwrite cha/
  443. TXT_PROMPT    ../common/key.h    /^#define    TXT_PROMPT    0x00400000    \/* Display a prompt/
  444. TXT_RECORD    ../common/key.h    /^#define    TXT_RECORD    0x00800000    \/* Record for repla/
  445. TXT_REPLACE    ../common/key.h    /^#define    TXT_REPLACE    0x01000000    \/* Replace; don't /
  446. TXT_REPLAY    ../common/key.h    /^#define    TXT_REPLAY    0x02000000    \/* Replay the last /
  447. TXT_RESOLVE    ../common/key.h    /^#define    TXT_RESOLVE    0x04000000    \/* Resolve the tex/
  448. TXT_SEARCHINCR    ../common/key.h    /^#define    TXT_SEARCHINCR    0x08000000    \/* Incremental /
  449. TXT_SHOWMATCH    ../common/key.h    /^#define    TXT_SHOWMATCH    0x10000000    \/* Option: showm/
  450. TXT_TTYWERASE    ../common/key.h    /^#define    TXT_TTYWERASE    0x20000000    \/* Option: ttywe/
  451. TXT_WRAPMARGIN    ../common/key.h    /^#define    TXT_WRAPMARGIN    0x40000000    \/* Option: wrap/
  452. UNMAP_TST    ../vi/v_txt.c    /^#define    UNMAP_TST                            \\$/
  453. UPDATE_CURSOR    ../vi/vs_refresh.c    /^#define    UPDATE_CURSOR    0x01            \/* Update the cursor/
  454. UPDATE_POSITION    ../vi/v_txt.c    /^#define    UPDATE_POSITION(sp, tp) {                    \\$/
  455. UPDATE_SCREEN    ../vi/vs_refresh.c    /^#define    UPDATE_SCREEN    0x02            \/* Flush to screen. /
  456. USAGE    ../cl/cl_funcs.c    /^#define    USAGE "\\$/
  457. VC_BUFFER    ../vi/vi.h    /^#define    VC_BUFFER    0x00000200    \/* The buffer was se/
  458. VC_C1RESET    ../vi/vi.h    /^#define    VC_C1RESET    0x00000400    \/* Reset C1SET flag/
  459. VC_C1SET    ../vi/vi.h    /^#define    VC_C1SET    0x00000800    \/* Count 1 was set. */
  460. VC_C2SET    ../vi/vi.h    /^#define    VC_C2SET    0x00001000    \/* Count 2 was set. */
  461. VC_ISDOT    ../vi/vi.h    /^#define    VC_ISDOT    0x00002000    \/* Command was the do/
  462. VIP    ../vi/vi.h    /^#define    VIP(sp)    ((VI_PRIVATE *)((sp)->vi_private))/
  463. VIP_CUR_INVALID    ../vi/vi.h    /^#define    VIP_CUR_INVALID    0x0001    \/* Cursor position/
  464. VIP_DIVIDER    ../vi/vi.h    /^#define    VIP_DIVIDER    0x0002    \/* Divider line was di/
  465. VIP_N_EX_PAINT    ../vi/vi.h    /^#define    VIP_N_EX_PAINT    0x0004    \/* Clear and repain/
  466. VIP_N_EX_REDRAW    ../vi/vi.h    /^#define    VIP_N_EX_REDRAW    0x0008    \/* Schedule SC_SCR/
  467. VIP_N_REFRESH    ../vi/vi.h    /^#define    VIP_N_REFRESH    0x0010    \/* Repaint (from SMA/
  468. VIP_N_RENUMBER    ../vi/vi.h    /^#define    VIP_N_RENUMBER    0x0020    \/* Renumber screen /
  469. VIP_RCM_LAST    ../vi/vi.h    /^#define    VIP_RCM_LAST    0x0040    \/* Cursor drawn to th/
  470. VIP_S_MODELINE    ../vi/vi.h    /^#define    VIP_S_MODELINE    0x0080    \/* Skip next modeli/
  471. VIP_S_REFRESH    ../vi/vi.h    /^#define    VIP_S_REFRESH    0x0100    \/* Skip next refresh/
  472. VI_FHEADER    ../common/recover.c    /^#define    VI_FHEADER    "X-vi-recover-file: "$/
  473. VI_INIT_IGNORE    ../tk/tki.h    /^#define    VI_INIT_IGNORE(sp)                        \\$/
  474. VI_PHEADER    ../common/recover.c    /^#define    VI_PHEADER    "X-vi-recover-path: "$/
  475. VI_SCR_CFLUSH    ../vi/vi.h    /^#define    VI_SCR_CFLUSH(vip)    vip->ss_lno = OOBLNO$/
  476. VI_VERSION    ../ex/version.h    /^#define    VI_VERSION \\$/
  477. VMC    ../common/msg.c    /^#define    VMC    "VI_MESSAGE_CATALOG"$/
  478. VM_CMDFAILED    ../vi/vi.h    /^#define    VM_CMDFAILED    0x00000001    \/* Command failed/
  479. VM_COMMASK    ../vi/vi.h    /^#define    VM_COMMASK    0x0000000f    \/* Mask for VM flag/
  480. VM_CUTREQ    ../vi/vi.h    /^#define    VM_CUTREQ    0x00000002    \/* Always cut into n/
  481. VM_LDOUBLE    ../vi/vi.h    /^#define    VM_LDOUBLE    0x00000004    \/* Doubled command /
  482. VM_LMODE    ../vi/vi.h    /^#define    VM_LMODE    0x00000008    \/* Motion is line ori/
  483. VM_RCM    ../vi/vi.h    /^#define    VM_RCM        0x00000010    \/* Use relative cursor/
  484. VM_RCM_MASK    ../vi/vi.h    /^#define    VM_RCM_MASK    0x000001f0    \/* Mask for RCM fl/
  485. VM_RCM_SET    ../vi/vi.h    /^#define    VM_RCM_SET    0x00000020    \/* RCM: set to curr/
  486. VM_RCM_SETFNB    ../vi/vi.h    /^#define    VM_RCM_SETFNB    0x00000040    \/* RCM: set to f/
  487. VM_RCM_SETLAST    ../vi/vi.h    /^#define    VM_RCM_SETLAST    0x00000080    \/* RCM: set to /
  488. VM_RCM_SETNNB    ../vi/vi.h    /^#define    VM_RCM_SETNNB    0x00000100    \/* RCM: set to n/
  489. V_ABS    ../vi/vi.h    /^#define    V_ABS        0x00004000    \/* Absolute movement, s/
  490. V_ABS_C    ../vi/vi.h    /^#define    V_ABS_C        0x00008000    \/* V_ABS: if the line/
  491. V_ABS_L    ../vi/vi.h    /^#define    V_ABS_L        0x00010000    \/* V_ABS: if the line/
  492. V_CHAR    ../vi/vi.h    /^#define    V_CHAR        0x00020000    \/* Character (required/
  493. V_CNT    ../vi/vi.h    /^#define    V_CNT        0x00040000    \/* Count (optional, lea/
  494. V_DOT    ../vi/vi.h    /^#define    V_DOT        0x00080000    \/* On success, sets dot/
  495. V_KEYW    ../vi/vi.h    /^#define    V_KEYW        0x00100000    \/* Cursor referenced w/
  496. V_MOTION    ../vi/vi.h    /^#define    V_MOTION    0x00200000    \/* Motion (required, /
  497. V_MOVE    ../vi/vi.h    /^#define    V_MOVE        0x00400000    \/* Command defines mov/
  498. V_OBUF    ../vi/vi.h    /^#define    V_OBUF        0x00800000    \/* Buffer (optional, l/
  499. V_RBUF    ../vi/vi.h    /^#define    V_RBUF        0x01000000    \/* Buffer (required, t/
  500. V_SECURE    ../vi/vi.h    /^#define    V_SECURE    0x02000000    \/* Permission denied /
  501. WMTSPACE    ../vi/v_txt.c    /^#define    WMTSPACE    wmt.offset + wmt.owrite + wmt.ins/
  502. XTERM_RENAME    ../cl/cl.h    /^#define    XTERM_RENAME    "\\033]0;%s\\007"$/
  503. _HMAP    ../vi/vi.h    /^#define    _HMAP(sp)    (VIP(sp)->h_smap)$/
  504. _TMAP    ../vi/vi.h    /^#define    _TMAP(sp)    (VIP(sp)->t_smap)$/
  505. __INUSE1    ../ex/ex.h    /^#define    __INUSE1    0xfffff800    \/* Same name space as/
  506. __INUSE2    ../ex/ex.h    /^#define    __INUSE2    0x000004ff    \/* Same name space as/
  507. __NL_ARGMAX    ../common/msg.c    /^#define    __NL_ARGMAX    20        \/* Set to 9 by System V. /
  508. addnstr    ../cl/cl_bsd.c    /^addnstr(s, n)$/
  509. api_aline    ../common/api.c    /^api_aline(sp, lno, line, len)$/
  510. api_dline    ../common/api.c    /^api_dline(sp, lno)$/
  511. api_edit    ../common/api.c    /^api_edit(sp, file, spp, newscreen)$/
  512. api_emessage    ../common/api.c    /^api_emessage(sp, text)$/
  513. api_escreen    ../common/api.c    /^api_escreen(sp)$/
  514. api_fscreen    ../common/api.c    /^api_fscreen(id, name)$/
  515. api_getcursor    ../common/api.c    /^api_getcursor(sp, mp)$/
  516. api_getmark    ../common/api.c    /^api_getmark(sp, markname, mp)$/
  517. api_gline    ../common/api.c    /^api_gline(sp, lno, linepp, lenp)$/
  518. api_iline    ../common/api.c    /^api_iline(sp, lno, line, len)$/
  519. api_imessage    ../common/api.c    /^api_imessage(sp, text)$/
  520. api_lline    ../common/api.c    /^api_lline(sp, lnop)$/
  521. api_map    ../common/api.c    /^api_map(sp, name, map, len)$/
  522. api_nextmark    ../common/api.c    /^api_nextmark(sp, next, namep)$/
  523. api_opts_get    ../common/api.c    /^api_opts_get(sp, name, value, boolvalue)$/
  524. api_opts_set    ../common/api.c    /^api_opts_set(sp, name, str_value, num_value, bool_/
  525. api_run_str    ../common/api.c    /^api_run_str(sp, cmd)$/
  526. api_setcursor    ../common/api.c    /^api_setcursor(sp, mp)$/
  527. api_setmark    ../common/api.c    /^api_setmark(sp, markname, mp)$/
  528. api_sline    ../common/api.c    /^api_sline(sp, lno, line, len)$/
  529. api_swscreen    ../common/api.c    /^api_swscreen(sp, new)$/
  530. api_unmap    ../common/api.c    /^api_unmap(sp, name)$/
  531. argv_alloc    ../ex/ex_argv.c    /^argv_alloc(sp, len)$/
  532. argv_comp    ../ex/ex_argv.c    /^argv_comp(a, b)$/
  533. argv_exp0    ../ex/ex_argv.c    /^argv_exp0(sp, excp, cmd, cmdlen)$/
  534. argv_exp1    ../ex/ex_argv.c    /^argv_exp1(sp, excp, cmd, cmdlen, is_bang)$/
  535. argv_exp2    ../ex/ex_argv.c    /^argv_exp2(sp, excp, cmd, cmdlen)$/
  536. argv_exp3    ../ex/ex_argv.c    /^argv_exp3(sp, excp, cmd, cmdlen)$/
  537. argv_fexp    ../ex/ex_argv.c    /^argv_fexp(sp, excp, cmd, cmdlen, p, lenp, bpp, ble/
  538. argv_free    ../ex/ex_argv.c    /^argv_free(sp)$/
  539. argv_init    ../ex/ex_argv.c    /^argv_init(sp, excp)$/
  540. argv_lexp    ../ex/ex_argv.c    /^argv_lexp(sp, excp, path)$/
  541. argv_sexp    ../ex/ex_argv.c    /^argv_sexp(sp, bpp, blenp, lenp)$/
  542. attach    ../common/main.c    /^attach(gp)$/
  543. b_search    ../common/search.c    /^b_search(sp, fm, rm, ptrn, plen, eptrn, flags)$/
  544. bdisplay    ../ex/ex_display.c    /^bdisplay(sp)$/
  545. beep    ../cl/cl_bsd.c    /^beep()$/
  546. binary_search    ../ex/ex_tag.c    /^binary_search(string, front, back)$/
  547. binc    ../common/util.c    /^binc(sp, bp, bsizep, min)$/
  548. bword    ../vi/v_word.c    /^bword(sp, vp, type)$/
  549. cb_rotate    ../common/cut.c    /^cb_rotate(sp)$/
  550. cl_addstr    ../cl/cl_funcs.c    /^cl_addstr(sp, str, len)$/
  551. cl_attr    ../cl/cl_funcs.c    /^cl_attr(sp, attribute, on)$/
  552. cl_baud    ../cl/cl_funcs.c    /^cl_baud(sp, ratep)$/
  553. cl_bell    ../cl/cl_funcs.c    /^cl_bell(sp)$/
  554. cl_clrtoeol    ../cl/cl_funcs.c    /^cl_clrtoeol(sp)$/
  555. cl_cursor    ../cl/cl_funcs.c    /^cl_cursor(sp, yp, xp)$/
  556. cl_deleteln    ../cl/cl_funcs.c    /^cl_deleteln(sp)$/
  557. cl_event    ../cl/cl_read.c    /^cl_event(sp, evp, flags, ms)$/
  558. cl_ex_adjust    ../cl/cl_funcs.c    /^cl_ex_adjust(sp, action)$/
  559. cl_ex_end    ../cl/cl_screen.c    /^cl_ex_end(gp)$/
  560. cl_ex_init    ../cl/cl_screen.c    /^cl_ex_init(sp)$/
  561. cl_fmap    ../cl/cl_term.c    /^cl_fmap(sp, stype, from, flen, to, tlen)$/
  562. cl_freecap    ../cl/cl_screen.c    /^cl_freecap(clp)$/
  563. cl_func_std    ../cl/cl_main.c    /^cl_func_std(gp)$/
  564. cl_getcap    ../cl/cl_screen.c    /^cl_getcap(sp, name, elementp)$/
  565. cl_init    ../cl/cl_main.c    /^cl_init(gp)$/
  566. cl_insertln    ../cl/cl_funcs.c    /^cl_insertln(sp)$/
  567. cl_keyval    ../cl/cl_funcs.c    /^cl_keyval(sp, val, chp, dnep)$/
  568. cl_move    ../cl/cl_funcs.c    /^cl_move(sp, lno, cno)$/
  569. cl_omesg    ../cl/cl_term.c    /^cl_omesg(sp, clp, on)$/
  570. cl_optchange    ../cl/cl_term.c    /^cl_optchange(sp, opt, str, valp)$/
  571. cl_pfmap    ../cl/cl_term.c    /^cl_pfmap(sp, stype, from, flen, to, tlen)$/
  572. cl_putchar    ../cl/cl_term.c    /^cl_putchar(ch)$/
  573. cl_putenv    ../cl/cl_screen.c    /^cl_putenv(name, str, value)$/
  574. cl_quit    ../cl/cl_screen.c    /^cl_quit(gp)$/
  575. cl_read    ../cl/cl_read.c    /^cl_read(sp, flags, bp, blen, nrp, tp)$/
  576. cl_refresh    ../cl/cl_funcs.c    /^cl_refresh(sp, repaint)$/
  577. cl_rename    ../cl/cl_funcs.c    /^cl_rename(sp, name, on)$/
  578. cl_resize    ../cl/cl_read.c    /^cl_resize(sp, lines, columns)$/
  579. cl_screen    ../cl/cl_screen.c    /^cl_screen(sp, flags)$/
  580. cl_ssize    ../cl/cl_term.c    /^cl_ssize(sp, sigwinch, rowp, colp, changedp)$/
  581. cl_suspend    ../cl/cl_funcs.c    /^cl_suspend(sp, allowedp)$/
  582. cl_term_end    ../cl/cl_term.c    /^cl_term_end(gp)$/
  583. cl_term_init    ../cl/cl_term.c    /^cl_term_init(sp)$/
  584. cl_usage    ../cl/cl_funcs.c    /^cl_usage()$/
  585. cl_vi_end    ../cl/cl_screen.c    /^cl_vi_end(gp)$/
  586. cl_vi_init    ../cl/cl_screen.c    /^cl_vi_init(sp)$/
  587. compare    ../ex/ex_tag.c    /^compare(s1, s2, back)$/
  588. create_cs_cmd    ../ex/ex_cscope.c    /^create_cs_cmd(sp, pattern, searchp)$/
  589. cs_bblank    ../vi/getc.c    /^cs_bblank(sp, csp)$/
  590. cs_fblank    ../vi/getc.c    /^cs_fblank(sp, csp)$/
  591. cs_fspace    ../vi/getc.c    /^cs_fspace(sp, csp)$/
  592. cs_init    ../vi/getc.c    /^cs_init(sp, csp)$/
  593. cs_next    ../vi/getc.c    /^cs_next(sp, csp)$/
  594. cs_prev    ../vi/getc.c    /^cs_prev(sp, csp)$/
  595. csc_file    ../ex/ex_cscope.c    /^csc_file(sp, csc, name, dirp, dlenp, isolderp)$/
  596. csc_help    ../ex/ex_cscope.c    /^csc_help(sp, cmd)$/
  597. cscope_add    ../ex/ex_cscope.c    /^cscope_add(sp, cmdp, dname)$/
  598. cscope_display    ../ex/ex_cscope.c    /^cscope_display(sp)$/
  599. cscope_find    ../ex/ex_cscope.c    /^cscope_find(sp, cmdp, pattern)$/
  600. cscope_help    ../ex/ex_cscope.c    /^cscope_help(sp, cmdp, subcmd)$/
  601. cscope_kill    ../ex/ex_cscope.c    /^cscope_kill(sp, cmdp, cn)$/
  602. cscope_reset    ../ex/ex_cscope.c    /^cscope_reset(sp, cmdp, notusedp)$/
  603. cscope_search    ../ex/ex_cscope.c    /^cscope_search(sp, tqp, tp)$/
  604. ctag_file    ../ex/ex_tag.c    /^ctag_file(sp, tfp, name, dirp, dlenp)$/
  605. ctag_search    ../ex/ex_tag.c    /^ctag_search(sp, search, slen, tag)$/
  606. ctag_sfile    ../ex/ex_tag.c    /^ctag_sfile(sp, tfp, tqp, tname)$/
  607. ctag_slist    ../ex/ex_tag.c    /^ctag_slist(sp, tag)$/
  608. cut    ../common/cut.c    /^cut(sp, namep, fm, tm, flags)$/
  609. cut_close    ../common/cut.c    /^cut_close(gp)$/
  610. cut_line    ../common/cut.c    /^cut_line(sp, lno, fcno, clen, cbp)$/
  611. db    ../ex/ex_display.c    /^db(sp, cbp, name)$/
  612. db_append    ../common/line.c    /^db_append(sp, update, lno, p, len)$/
  613. db_delete    ../common/line.c    /^db_delete(sp, lno)$/
  614. db_eget    ../common/line.c    /^db_eget(sp, lno, pp, lenp, isemptyp)$/
  615. db_err    ../common/line.c    /^db_err(sp, lno)$/
  616. db_exist    ../common/line.c    /^db_exist(sp, lno)$/
  617. db_get    ../common/line.c    /^db_get(sp, lno, flags, pp, lenp)$/
  618. db_insert    ../common/line.c    /^db_insert(sp, lno, p, len)$/
  619. db_last    ../common/line.c    /^db_last(sp, lnop)$/
  620. db_set    ../common/line.c    /^db_set(sp, lno, p, len)$/
  621. del    ../common/delete.c    /^del(sp, fm, tm, lmode)$/
  622. e_asp    ../common/key.h    /^#define    e_asp    _u_event._e_str.asp$/
  623. e_c    ../common/key.h    /^#define    e_c    _u_event._e_ch.c$/
  624. e_ch    ../common/key.h    /^#define    e_ch    _u_event._e_ch        \/* !!! The structure/
  625. e_cno    ../common/key.h    /^#define    e_cno    _u_event._e_mark.cno1$/
  626. e_csp    ../common/key.h    /^#define    e_csp    _u_event._e_str.csp$/
  627. e_fcno    ../common/key.h    /^#define    e_fcno    _u_event._e_mark.cno1$/
  628. e_flags    ../common/key.h    /^#define    e_flags    _u_event._e_ch.flags$/
  629. e_flno    ../common/key.h    /^#define    e_flno    _u_event._e_mark.lno1    \/* Text regi/
  630. e_len    ../common/key.h    /^#define    e_len    _u_event._e_str.len$/
  631. e_lno    ../common/key.h    /^#define    e_lno    _u_event._e_mark.lno1    \/* Single loc/
  632. e_memcmp    ../common/seq.c    /^e_memcmp(p1, ep, n)$/
  633. e_tcno    ../common/key.h    /^#define    e_tcno    _u_event._e_mark.cno2$/
  634. e_tlno    ../common/key.h    /^#define    e_tlno    _u_event._e_mark.lno2$/
  635. e_value    ../common/key.h    /^#define    e_value    _u_event._e_ch.value$/
  636. editor    ../common/main.c    /^editor(gp, argc, argv)$/
  637. eword    ../vi/v_word.c    /^eword(sp, vp, type)$/
  638. ex    ../ex/ex.c    /^ex(spp)$/
  639. ex_N_edit    ../ex/ex_edit.c    /^ex_N_edit(sp, cmdp, frp, attach)$/
  640. ex_N_next    ../ex/ex_args.c    /^ex_N_next(sp, cmdp)$/
  641. ex_abbr    ../ex/ex_abbrev.c    /^ex_abbr(sp, cmdp)$/
  642. ex_aci    ../ex/ex_append.c    /^ex_aci(sp, cmdp, cmd)$/
  643. ex_append    ../ex/ex_append.c    /^ex_append(sp, cmdp)$/
  644. ex_args    ../ex/ex_args.c    /^ex_args(sp, cmdp)$/
  645. ex_at    ../ex/ex_at.c    /^ex_at(sp, cmdp)$/
  646. ex_badaddr    ../ex/ex.c    /^ex_badaddr(sp, cp, ba, nret)$/
  647. ex_bang    ../ex/ex_bang.c    /^ex_bang(sp, cmdp)$/
  648. ex_bg    ../ex/ex_screen.c    /^ex_bg(sp, cmdp)$/
  649. ex_buildargv    ../ex/ex_args.c    /^ex_buildargv(sp, cmdp, name)$/
  650. ex_cadd    ../ex/ex_util.c    /^ex_cadd(cmdp, ap, arg, len)$/
  651. ex_cd    ../ex/ex_cd.c    /^ex_cd(sp, cmdp)$/
  652. ex_change    ../ex/ex_append.c    /^ex_change(sp, cmdp)$/
  653. ex_cinit    ../ex/ex_util.c    /^ex_cinit(cmdp, cmd_id, naddr, lno1, lno2, force, a/
  654. ex_cmd    ../ex/ex.c    /^ex_cmd(sp)$/
  655. ex_comlog    ../ex/ex.c    /^ex_comlog(sp, ecp)$/
  656. ex_comm_search    ../ex/ex.c    /^ex_comm_search(name, len)$/
  657. ex_copy    ../ex/ex_move.c    /^ex_copy(sp, cmdp)$/
  658. ex_cscope    ../ex/ex_cscope.c    /^ex_cscope(sp, cmdp)$/
  659. ex_delete    ../ex/ex_delete.c    /^ex_delete(sp, cmdp)$/
  660. ex_discard    ../ex/ex.c    /^ex_discard(sp)$/
  661. ex_display    ../ex/ex_display.c    /^ex_display(sp, cmdp)$/
  662. ex_edit    ../ex/ex_edit.c    /^ex_edit(sp, cmdp)$/
  663. ex_emsg    ../ex/ex_util.c    /^ex_emsg(sp, p, which)$/
  664. ex_equal    ../ex/ex_equal.c    /^ex_equal(sp, cmdp)$/
  665. ex_exec_proc    ../ex/ex_shell.c    /^ex_exec_proc(sp, cmdp, cmd, msg, need_newline)$/
  666. ex_exrc    ../ex/ex_init.c    /^ex_exrc(sp)$/
  667. ex_fflush    ../ex/ex_print.c    /^ex_fflush(sp)$/
  668. ex_fg    ../ex/ex_screen.c    /^ex_fg(sp, cmdp)$/
  669. ex_file    ../ex/ex_file.c    /^ex_file(sp, cmdp)$/
  670. ex_filter    ../ex/ex_filter.c    /^ex_filter(sp, cmdp, fm, tm, rp, cmd, ftype)$/
  671. ex_g_insdel    ../ex/ex_global.c    /^ex_g_insdel(sp, op, lno)$/
  672. ex_g_setup    ../ex/ex_global.c    /^ex_g_setup(sp, cmdp, cmd)$/
  673. ex_getline    ../ex/ex_util.c    /^ex_getline(sp, fp, lenp)$/
  674. ex_global    ../ex/ex_global.c    /^ex_global(sp, cmdp)$/
  675. ex_help    ../ex/ex_usage.c    /^ex_help(sp, cmdp)$/
  676. ex_init    ../ex/ex_util.c    /^ex_init(sp)$/
  677. ex_insert    ../ex/ex_append.c    /^ex_insert(sp, cmdp)$/
  678. ex_is_abbrev    ../ex/ex.c    /^ex_is_abbrev(name, len)$/
  679. ex_is_unmap    ../ex/ex.c    /^ex_is_unmap(name, len)$/
  680. ex_join    ../ex/ex_join.c    /^ex_join(sp, cmdp)$/
  681. ex_ldisplay    ../ex/ex_print.c    /^ex_ldisplay(sp, p, len, col, flags)$/
  682. ex_line    ../ex/ex.c    /^ex_line(sp, ecp, mp, isaddrp, errp)$/
  683. ex_list    ../ex/ex_print.c    /^ex_list(sp, cmdp)$/
  684. ex_load    ../ex/ex.c    /^ex_load(sp)$/
  685. ex_map    ../ex/ex_map.c    /^ex_map(sp, cmdp)$/
  686. ex_mark    ../ex/ex_mark.c    /^ex_mark(sp, cmdp)$/
  687. ex_mkexrc    ../ex/ex_mkexrc.c    /^ex_mkexrc(sp, cmdp)$/
  688. ex_move    ../ex/ex_move.c    /^ex_move(sp, cmdp)$/
  689. ex_ncheck    ../ex/ex_util.c    /^ex_ncheck(sp, force)$/
  690. ex_next    ../ex/ex_args.c    /^ex_next(sp, cmdp)$/
  691. ex_number    ../ex/ex_print.c    /^ex_number(sp, cmdp)$/
  692. ex_open    ../ex/ex_open.c    /^ex_open(sp, cmdp)$/
  693. ex_optchange    ../ex/ex_init.c    /^ex_optchange(sp, offset, str, valp)$/
  694. ex_perl    ../ex/ex_perl.c    /^ex_perl(sp, cmdp)$/
  695. ex_pr    ../ex/ex_print.c    /^ex_pr(sp, cmdp)$/
  696. ex_prchars    ../ex/ex_print.c    /^ex_prchars(sp, p, colp, len, flags, repeatc)$/
  697. ex_preserve    ../ex/ex_preserve.c    /^ex_preserve(sp, cmdp)$/
  698. ex_prev    ../ex/ex_args.c    /^ex_prev(sp, cmdp)$/
  699. ex_print    ../ex/ex_print.c    /^ex_print(sp, cmdp, fp, tp, flags)$/
  700. ex_printf    ../ex/ex_print.c    /^ex_printf(sp, fmt, va_alist)$/
  701. ex_put    ../ex/ex_put.c    /^ex_put(sp, cmdp)$/
  702. ex_puts    ../ex/ex_print.c    /^ex_puts(sp, str)$/
  703. ex_quit    ../ex/ex_quit.c    /^ex_quit(sp, cmdp)$/
  704. ex_range    ../ex/ex.c    /^ex_range(sp, ecp, errp)$/
  705. ex_read    ../ex/ex_read.c    /^ex_read(sp, cmdp)$/
  706. ex_readfp    ../ex/ex_read.c    /^ex_readfp(sp, name, fp, fm, nlinesp, silent)$/
  707. ex_recover    ../ex/ex_preserve.c    /^ex_recover(sp, cmdp)$/
  708. ex_resize    ../ex/ex_screen.c    /^ex_resize(sp, cmdp)$/
  709. ex_rew    ../ex/ex_args.c    /^ex_rew(sp, cmdp)$/
  710. ex_run_file    ../ex/ex_init.c    /^ex_run_file(sp, name)$/
  711. ex_run_str    ../ex/ex_init.c    /^ex_run_str(sp, name, str, len, ex_flags, nocopy)$/
  712. ex_s    ../ex/ex_subst.c    /^ex_s(sp, cmdp)$/
  713. ex_scprint    ../ex/ex_print.c    /^ex_scprint(sp, fp, tp)$/
  714. ex_screen_copy    ../ex/ex_init.c    /^ex_screen_copy(orig, sp)$/
  715. ex_screen_end    ../ex/ex_init.c    /^ex_screen_end(sp)$/
  716. ex_script    ../ex/ex_script.c    /^ex_script(sp, cmdp)$/
  717. ex_sdisplay    ../ex/ex_screen.c    /^ex_sdisplay(sp)$/
  718. ex_set    ../ex/ex_set.c    /^ex_set(sp, cmdp)$/
  719. ex_shell    ../ex/ex_shell.c    /^ex_shell(sp, cmdp)$/
  720. ex_shiftl    ../ex/ex_shift.c    /^ex_shiftl(sp, cmdp)$/
  721. ex_shiftr    ../ex/ex_shift.c    /^ex_shiftr(sp, cmdp)$/
  722. ex_source    ../ex/ex_source.c    /^ex_source(sp, cmdp)$/
  723. ex_stop    ../ex/ex_stop.c    /^ex_stop(sp, cmdp)$/
  724. ex_subagain    ../ex/ex_subst.c    /^ex_subagain(sp, cmdp)$/
  725. ex_subtilde    ../ex/ex_subst.c    /^ex_subtilde(sp, cmdp)$/
  726. ex_tag_Nswitch    ../ex/ex_tag.c    /^ex_tag_Nswitch(sp, tp, force)$/
  727. ex_tag_copy    ../ex/ex_tag.c    /^ex_tag_copy(orig, sp)$/
  728. ex_tag_display    ../ex/ex_tag.c    /^ex_tag_display(sp)$/
  729. ex_tag_first    ../ex/ex_tag.c    /^ex_tag_first(sp, tagarg)$/
  730. ex_tag_free    ../ex/ex_tag.c    /^ex_tag_free(sp)$/
  731. ex_tag_next    ../ex/ex_tag.c    /^ex_tag_next(sp, cmdp)$/
  732. ex_tag_nswitch    ../ex/ex_tag.c    /^ex_tag_nswitch(sp, tp, force)$/
  733. ex_tag_pop    ../ex/ex_tag.c    /^ex_tag_pop(sp, cmdp)$/
  734. ex_tag_prev    ../ex/ex_tag.c    /^ex_tag_prev(sp, cmdp)$/
  735. ex_tag_push    ../ex/ex_tag.c    /^ex_tag_push(sp, cmdp)$/
  736. ex_tag_top    ../ex/ex_tag.c    /^ex_tag_top(sp, cmdp)$/
  737. ex_tagf_alloc    ../ex/ex_tag.c    /^ex_tagf_alloc(sp, str)$/
  738. ex_tcl    ../ex/ex_tcl.c    /^ex_tcl(sp, cmdp)$/
  739. ex_txt    ../ex/ex_txt.c    /^ex_txt(sp, tiqh, prompt, flags)$/
  740. ex_unabbr    ../ex/ex_abbrev.c    /^ex_unabbr(sp, cmdp)$/
  741. ex_undo    ../ex/ex_undo.c    /^ex_undo(sp, cmdp)$/
  742. ex_unknown    ../ex/ex.c    /^ex_unknown(sp, cmd, len)$/
  743. ex_unmap    ../ex/ex_map.c    /^ex_unmap(sp, cmdp)$/
  744. ex_usage    ../ex/ex_usage.c    /^ex_usage(sp, cmdp)$/
  745. ex_v    ../ex/ex_global.c    /^ex_v(sp, cmdp)$/
  746. ex_version    ../ex/ex_version.c    /^ex_version(sp, cmdp)$/
  747. ex_visual    ../ex/ex_visual.c    /^ex_visual(sp, cmdp)$/
  748. ex_viusage    ../ex/ex_usage.c    /^ex_viusage(sp, cmdp)$/
  749. ex_wn    ../ex/ex_write.c    /^ex_wn(sp, cmdp)$/
  750. ex_wq    ../ex/ex_write.c    /^ex_wq(sp, cmdp)$/
  751. ex_write    ../ex/ex_write.c    /^ex_write(sp, cmdp)$/
  752. ex_writefp    ../ex/ex_write.c    /^ex_writefp(sp, name, fp, fm, tm, nlno, nch, silent/
  753. ex_xit    ../ex/ex_write.c    /^ex_xit(sp, cmdp)$/
  754. ex_yank    ../ex/ex_yank.c    /^ex_yank(sp, cmdp)$/
  755. ex_z    ../ex/ex_z.c    /^ex_z(sp, cmdp)$/
  756. exrc_isok    ../ex/ex_init.c    /^exrc_isok(sp, sbp, path, rootown, rootid)$/
  757. exwr    ../ex/ex_write.c    /^exwr(sp, cmdp, cmd)$/
  758. f_altwerase    ../common/options_f.c    /^f_altwerase(sp, op, str, valp)$/
  759. f_columns    ../common/options_f.c    /^f_columns(sp, op, str, valp)$/
  760. f_lines    ../common/options_f.c    /^f_lines(sp, op, str, valp)$/
  761. f_lisp    ../common/options_f.c    /^f_lisp(sp, op, str, valp)$/
  762. f_msgcat    ../common/options_f.c    /^f_msgcat(sp, op, str, valp)$/
  763. f_paragraph    ../common/options_f.c    /^f_paragraph(sp, op, str, valp)$/
  764. f_print    ../common/options_f.c    /^f_print(sp, op, str, valp)$/
  765. f_readonly    ../common/options_f.c    /^f_readonly(sp, op, str, valp)$/
  766. f_recompile    ../common/options_f.c    /^f_recompile(sp, op, str, valp)$/
  767. f_reformat    ../common/options_f.c    /^f_reformat(sp, op, str, valp)$/
  768. f_search    ../common/search.c    /^f_search(sp, fm, rm, ptrn, plen, eptrn, flags)$/
  769. f_section    ../common/options_f.c    /^f_section(sp, op, str, valp)$/
  770. f_ttywerase    ../common/options_f.c    /^f_ttywerase(sp, op, str, valp)$/
  771. f_w1200    ../common/options_f.c    /^f_w1200(sp, op, str, valp)$/
  772. f_w300    ../common/options_f.c    /^f_w300(sp, op, str, valp)$/
  773. f_w9600    ../common/options_f.c    /^f_w9600(sp, op, str, valp)$/
  774. f_window    ../common/options_f.c    /^f_window(sp, op, str, valp)$/
  775. file_add    ../common/exf.c    /^file_add(sp, name)$/
  776. file_aw    ../common/exf.c    /^file_aw(sp, flags)$/
  777. file_backup    ../common/exf.c    /^file_backup(sp, name, bname)$/
  778. file_cinit    ../common/exf.c    /^file_cinit(sp)$/
  779. file_comment    ../common/exf.c    /^file_comment(sp)$/
  780. file_end    ../common/exf.c    /^file_end(sp, ep, force)$/
  781. file_init    ../common/exf.c    /^file_init(sp, frp, rcv_name, flags)$/
  782. file_lock    ../common/exf.c    /^file_lock(sp, name, fdp, fd, iswrite)$/
  783. file_m1    ../common/exf.c    /^file_m1(sp, force, flags)$/
  784. file_m2    ../common/exf.c    /^file_m2(sp, force)$/
  785. file_m3    ../common/exf.c    /^file_m3(sp, force)$/
  786. file_spath    ../common/exf.c    /^file_spath(sp, frp, sbp, existsp)$/
  787. file_write    ../common/exf.c    /^file_write(sp, fm, tm, name, flags)$/
  788. filter_ldisplay    ../ex/ex_filter.c    /^filter_ldisplay(sp, fp)$/
  789. flash    ../cl/cl_bsd.c    /^flash()$/
  790. fword    ../vi/v_word.c    /^fword(sp, vp, type)$/
  791. gdbrefresh    ../cl/cl_funcs.c    /^gdbrefresh()$/
  792. get_paths    ../ex/ex_cscope.c    /^get_paths(sp, csc)$/
  793. getint    ../tcl_api/tcl.c    /^getint(interp, msg, s, intp)$/
  794. getscreenid    ../tcl_api/tcl.c    /^getscreenid(interp, spp, id, name)$/
  795. goto_adjust    ../vi/v_scroll.c    /^goto_adjust(vp)$/
  796. gs_init    ../cl/cl_main.c    /^gs_init(name)$/
  797. h_hup    ../cl/cl_main.c    /^h_hup(signo)$/
  798. h_int    ../cl/cl_main.c    /^h_int(signo)$/
  799. h_term    ../cl/cl_main.c    /^h_term(signo)$/
  800. h_winch    ../cl/cl_main.c    /^h_winch(signo)$/
  801. idlok    ../cl/cl_bsd.c    /^idlok(win, bf)$/
  802. inc_buf    ../vi/v_put.c    /^inc_buf(sp, vp)$/
  803. inc_err    ../vi/v_increment.c    /^inc_err(sp, nret)$/
  804. inword    ../vi/vi.h    /^#define    inword(ch)    (isalnum(ch) || (ch) == '_')$/
  805. io    ../vi/v_itxt.c    /^io(sp, vp, cmd)$/
  806. isblank    ../common/key.h    /^#define    isblank(ch)    ((ch) == ' ' || (ch) == '\\t')/
  807. ishex    ../vi/v_increment.c    /^#define    ishex(c)    (isdigit(c) || strchr("abcdefABCD/
  808. isoctal    ../vi/v_increment.c    /^#define    isoctal(c)    (isdigit(c) && (c) != '8' && (c/
  809. keypad    ../cl/cl_bsd.c    /^keypad(a, on)$/
  810. lcmp    ../cl/cl_bsd.c    /^lcmp(a, b)$/
  811. linear_search    ../ex/ex_tag.c    /^linear_search(string, front, back)$/
  812. log_backward    ../common/log.c    /^log_backward(sp, rp)$/
  813. log_cursor    ../common/log.c    /^log_cursor(sp)$/
  814. log_cursor1    ../common/log.c    /^log_cursor1(sp, type)$/
  815. log_end    ../common/log.c    /^log_end(sp, ep)$/
  816. log_err    ../common/log.c    /^log_err(sp, file, line)$/
  817. log_forward    ../common/log.c    /^log_forward(sp, rp)$/
  818. log_init    ../common/log.c    /^log_init(sp, ep)$/
  819. log_line    ../common/log.c    /^log_line(sp, lno, action)$/
  820. log_mark    ../common/log.c    /^log_mark(sp, lmp)$/
  821. log_setline    ../common/log.c    /^log_setline(sp)$/
  822. log_trace    ../common/log.c    /^log_trace(sp, msg, rno, p)$/
  823. lookup_ccmd    ../ex/ex_cscope.c    /^lookup_ccmd(name)$/
  824. mark    ../vi/v_mark.c    /^mark(sp, vp, cmd)$/
  825. mark_end    ../common/mark.c    /^mark_end(sp, ep)$/
  826. mark_find    ../common/mark.c    /^mark_find(sp, key)$/
  827. mark_get    ../common/mark.c    /^mark_get(sp, key, mp, mtype)$/
  828. mark_init    ../common/mark.c    /^mark_init(sp, ep)$/
  829. mark_insdel    ../common/mark.c    /^mark_insdel(sp, op, lno)$/
  830. mark_set    ../common/mark.c    /^mark_set(sp, key, value, userset)$/
  831. mod_rpt    ../common/msg.c    /^mod_rpt(sp)$/
  832. msg_cat    ../common/msg.c    /^msg_cat(sp, str, lenp)$/
  833. msg_close    ../common/msg.c    /^msg_close(gp)$/
  834. msg_cmsg    ../common/msg.c    /^msg_cmsg(sp, which, lenp)$/
  835. msg_open    ../common/msg.c    /^msg_open(sp, file)$/
  836. msg_print    ../common/msg.c    /^msg_print(sp, s, needfree)$/
  837. msghandler    ../tcl_api/tcl.c    /^msghandler(sp, mtype, msg, len)$/
  838. msgq    ../common/msg.c    /^msgq(sp, mt, fmt, va_alist)$/
  839. msgq_status    ../common/msg.c    /^msgq_status(sp, lno, flags)$/
  840. msgq_str    ../common/msg.c    /^msgq_str(sp, mtype, str, fmt)$/
  841. newterm    ../cl/cl_bsd.c    /^newterm(a, b, c)$/
  842. nget_slong    ../common/util.c    /^nget_slong(valp, p, endp, base)$/
  843. nget_uslong    ../common/util.c    /^nget_uslong(valp, p, endp, base)$/
  844. nonblank    ../common/util.c    /^nonblank(sp, lno, cnop)$/
  845. noprev    ../vi/v_ch.c    /^noprev(sp)$/
  846. notfound    ../vi/v_ch.c    /^notfound(sp, ch)$/
  847. o_set    ../common/options.c    /^o_set(sp, opt, flags, str, val)$/
  848. opts_abbcmp    ../common/options.c    /^opts_abbcmp(a, b)$/
  849. opts_cmp    ../common/options.c    /^opts_cmp(a, b)$/
  850. opts_copy    ../common/options.c    /^opts_copy(orig, sp)$/
  851. opts_dump    ../common/options.c    /^opts_dump(sp, type)$/
  852. opts_empty    ../common/options.c    /^opts_empty(sp, off, silent)$/
  853. opts_free    ../common/options.c    /^opts_free(sp)$/
  854. opts_init    ../common/options.c    /^opts_init(sp, oargs)$/
  855. opts_nomatch    ../common/options.c    /^opts_nomatch(sp, name)$/
  856. opts_print    ../common/options.c    /^opts_print(sp, op)$/
  857. opts_save    ../common/options.c    /^opts_save(sp, fp)$/
  858. opts_search    ../common/options.c    /^opts_search(name)$/
  859. opts_set    ../common/options.c    /^opts_set(sp, argv, usage)$/
  860. parse    ../ex/ex_cscope.c    /^parse(sp, csc, tqp, matchesp)$/
  861. perr    ../cl/cl_main.c    /^perr(name, msg)$/
  862. proc_wait    ../ex/ex_shell.c    /^proc_wait(sp, pid, cmd, silent, okpipe)$/
  863. ptym_open    ../ex/ex_script.c    /^ptym_open(pts_name)$/
  864. ptys_open    ../ex/ex_script.c    /^ptys_open(fdm, pts_name)$/
  865. put    ../common/put.c    /^put(sp, cbp, namep, cp, rp, append)$/
  866. rcv_copy    ../common/recover.c    /^rcv_copy(sp, wfd, fname)$/
  867. rcv_email    ../common/recover.c    /^rcv_email(sp, fname)$/
  868. rcv_gets    ../common/recover.c    /^rcv_gets(buf, len, fd)$/
  869. rcv_init    ../common/recover.c    /^rcv_init(sp)$/
  870. rcv_list    ../common/recover.c    /^rcv_list(sp)$/
  871. rcv_mailfile    ../common/recover.c    /^rcv_mailfile(sp, issync, cp_path)$/
  872. rcv_mktemp    ../common/recover.c    /^rcv_mktemp(sp, path, dname, perms)$/
  873. rcv_read    ../common/recover.c    /^rcv_read(sp, frp)$/
  874. rcv_sync    ../common/recover.c    /^rcv_sync(sp, flags)$/
  875. rcv_tmp    ../common/recover.c    /^rcv_tmp(sp, ep, name)$/
  876. re_compile    ../ex/ex_subst.c    /^re_compile(sp, ptrn, plen, ptrnp, lenp, rep, flags/
  877. re_conv    ../ex/ex_subst.c    /^re_conv(sp, ptrnp, plenp, replacedp)$/
  878. re_cscope_conv    ../ex/ex_subst.c    /^re_cscope_conv(sp, ptrnp, plenp, replacedp)$/
  879. re_error    ../ex/ex_subst.c    /^re_error(sp, errcode, preg)$/
  880. re_sub    ../ex/ex_subst.c    /^re_sub(sp, ip, lbp, lbclenp, lblenp, match)$/
  881. re_tag_conv    ../ex/ex_subst.c    /^re_tag_conv(sp, ptrnp, plenp, replacedp)$/
  882. read_prompt    ../ex/ex_cscope.c    /^read_prompt(sp, csc)$/
  883. run_cscope    ../ex/ex_cscope.c    /^run_cscope(sp, csc, dbname)$/
  884. s    ../ex/ex_subst.c    /^s(sp, cmdp, s, re, flags)$/
  885. scr_update    ../common/line.c    /^scr_update(sp, lno, op, current)$/
  886. screen_end    ../common/screen.c    /^screen_end(sp)$/
  887. screen_init    ../common/screen.c    /^screen_init(gp, orig, spp)$/
  888. screen_next    ../common/screen.c    /^screen_next(sp)$/
  889. search_busy    ../common/search.c    /^search_busy(sp, btype)$/
  890. search_init    ../common/search.c    /^search_init(sp, dir, ptrn, plen, epp, flags)$/
  891. search_msg    ../common/search.c    /^search_msg(sp, msg)$/
  892. seq_close    ../common/seq.c    /^seq_close(gp)$/
  893. seq_delete    ../common/seq.c    /^seq_delete(sp, input, ilen, stype)$/
  894. seq_dump    ../common/seq.c    /^seq_dump(sp, stype, isname)$/
  895. seq_find    ../common/seq.c    /^seq_find(sp, lastqp, e_input, c_input, ilen, stype/
  896. seq_mdel    ../common/seq.c    /^seq_mdel(qp)$/
  897. seq_save    ../common/seq.c    /^seq_save(sp, fp, prefix, stype)$/
  898. seq_set    ../common/seq.c    /^seq_set(sp, name, nlen, input, ilen, output, olen,/
  899. set_alt_name    ../common/exf.c    /^set_alt_name(sp, name)$/
  900. set_txt_std    ../vi/v_itxt.c    /^set_txt_std(sp, vp, flags)$/
  901. setsig    ../cl/cl_main.c    /^setsig(signo, oactp, handler)$/
  902. setupterm    ../cl/cl_bsd.c    /^setupterm(ttype, fno, errp)$/
  903. sfdcnewnvi    ../perl_api/perlsfio.c    /^sfdcnewnvi(scrp)$/
  904. sfnviwrite    ../perl_api/perlsfio.c    /^sfnviwrite(f, buf, n, disc)$/
  905. shift    ../ex/ex_shift.c    /^shift(sp, cmdp, rl)$/
  906. sig_end    ../cl/cl_main.c    /^sig_end(gp)$/
  907. sig_init    ../cl/cl_main.c    /^sig_init(gp, sp)$/
  908. sigmsg    ../ex/ex_shell.c    /^sigmsg(signo)$/
  909. sscr_check    ../ex/ex_script.c    /^sscr_check(sp)$/
  910. sscr_end    ../ex/ex_script.c    /^sscr_end(sp)$/
  911. sscr_exec    ../ex/ex_script.c    /^sscr_exec(sp, lno)$/
  912. sscr_getprompt    ../ex/ex_script.c    /^sscr_getprompt(sp)$/
  913. sscr_init    ../ex/ex_script.c    /^sscr_init(sp)$/
  914. sscr_input    ../ex/ex_script.c    /^sscr_input(sp)$/
  915. sscr_insert    ../ex/ex_script.c    /^sscr_insert(sp)$/
  916. sscr_matchprompt    ../ex/ex_script.c    /^sscr_matchprompt(sp, lp, line_len, lenp)$/
  917. sscr_pty    ../ex/ex_script.c    /^sscr_pty(amaster, aslave, name, termp, winp)$/
  918. sscr_setprompt    ../ex/ex_script.c    /^sscr_setprompt(sp, buf, len)$/
  919. start_cscopes    ../ex/ex_cscope.c    /^start_cscopes(sp, cmdp)$/
  920. tag_copy    ../ex/ex_tag.c    /^tag_copy(sp, otp, tpp)$/
  921. tag_msg    ../ex/ex_tag.c    /^tag_msg(sp, msg, tag)$/
  922. tag_pop    ../ex/ex_tag.c    /^tag_pop(sp, dtqp, force)$/
  923. tagf_copy    ../ex/ex_tag.c    /^tagf_copy(sp, otfp, tfpp)$/
  924. tagf_free    ../ex/ex_tag.c    /^tagf_free(sp, tfp)$/
  925. tagq_copy    ../ex/ex_tag.c    /^tagq_copy(sp, otqp, tqpp)$/
  926. tagq_free    ../ex/ex_tag.c    /^tagq_free(sp, tqp)$/
  927. tail    ../common/util.c    /^tail(path)$/
  928. tcl_aline    ../tcl_api/tcl.c    /^tcl_aline(clientData, interp, argc, argv)$/
  929. tcl_dline    ../tcl_api/tcl.c    /^tcl_dline(clientData, interp, argc, argv)$/
  930. tcl_err    ../tk/tk_main.c    /^tcl_err(tkp)$/
  931. tcl_escreen    ../tcl_api/tcl.c    /^tcl_escreen(clientData, interp, argc, argv)$/
  932. tcl_fscreen    ../tcl_api/tcl.c    /^tcl_fscreen(clientData, interp, argc, argv)$/
  933. tcl_getcursor    ../tcl_api/tcl.c    /^tcl_getcursor(clientData, interp, argc, argv)$/
  934. tcl_getmark    ../tcl_api/tcl.c    /^tcl_getmark(clientData, interp, argc, argv)$/
  935. tcl_gline    ../tcl_api/tcl.c    /^tcl_gline(clientData, interp, argc, argv)$/
  936. tcl_iline    ../tcl_api/tcl.c    /^tcl_iline(clientData, interp, argc, argv)$/
  937. tcl_init    ../tcl_api/tcl.c    /^tcl_init(gp)$/
  938. tcl_iscreen    ../tcl_api/tcl.c    /^tcl_iscreen(clientData, interp, argc, argv)$/
  939. tcl_lline    ../tcl_api/tcl.c    /^tcl_lline(clientData, interp, argc, argv)$/
  940. tcl_map    ../tcl_api/tcl.c    /^tcl_map(clientData, interp, argc, argv)$/
  941. tcl_msg    ../tcl_api/tcl.c    /^tcl_msg(clientData, interp, argc, argv)$/
  942. tcl_opts_get    ../tcl_api/tcl.c    /^tcl_opts_get(clientData, interp, argc, argv)$/
  943. tcl_opts_set    ../tcl_api/tcl.c    /^tcl_opts_set(clientData, interp, argc, argv)$/
  944. tcl_setcursor    ../tcl_api/tcl.c    /^tcl_setcursor(clientData, interp, argc, argv)$/
  945. tcl_setmark    ../tcl_api/tcl.c    /^tcl_setmark(clientData, interp, argc, argv)$/
  946. tcl_sline    ../tcl_api/tcl.c    /^tcl_sline(clientData, interp, argc, argv)$/
  947. tcl_swscreen    ../tcl_api/tcl.c    /^tcl_swscreen(clientData, interp, argc, argv)$/
  948. tcl_unmap    ../tcl_api/tcl.c    /^tcl_unmap(clientData, interp, argc, argv)$/
  949. term_init    ../cl/cl_main.c    /^term_init(name, ttype)$/
  950. terminate    ../ex/ex_cscope.c    /^terminate(sp, csc, n)$/
  951. text_free    ../common/cut.c    /^text_free(tp)$/
  952. text_init    ../common/cut.c    /^text_init(sp, p, len, total_len)$/
  953. text_lfree    ../common/cut.c    /^text_lfree(headp)$/
  954. tigetstr    ../cl/cl_bsd.c    /^tigetstr(name)$/
  955. tk_addstr    ../tk/tk_funcs.c    /^tk_addstr(sp, str, len)$/
  956. tk_attr    ../tk/tk_funcs.c    /^tk_attr(sp, attribute, on)$/
  957. tk_baud    ../tk/tk_funcs.c    /^tk_baud(sp, ratep)$/
  958. tk_bell    ../tk/tk_funcs.c    /^tk_bell(sp)$/
  959. tk_clrtoeol    ../tk/tk_funcs.c    /^tk_clrtoeol(sp)$/
  960. tk_cursor    ../tk/tk_funcs.c    /^tk_cursor(sp, yp, xp)$/
  961. tk_deleteln    ../tk/tk_funcs.c    /^tk_deleteln(sp)$/
  962. tk_event    ../tk/tk_read.c    /^tk_event(sp, evp, flags, timeout)$/
  963. tk_ex_adjust    ../tk/tk_funcs.c    /^tk_ex_adjust(sp, action)$/
  964. tk_fmap    ../tk/tk_term.c    /^tk_fmap(sp, stype, from, flen, to, tlen)$/
  965. tk_insertln    ../tk/tk_funcs.c    /^tk_insertln(sp)$/
  966. tk_key    ../tk/tk_read.c    /^tk_key(clientData, interp, argc, argv)$/
  967. tk_keyval    ../tk/tk_funcs.c    /^tk_keyval(sp, val, chp, dnep)$/
  968. tk_move    ../tk/tk_funcs.c    /^tk_move(sp, lno, cno)$/
  969. tk_msg    ../tk/tk_util.c    /^tk_msg(sp, mtype, line, rlen)$/
  970. tk_op    ../tk/tk_util.c    /^tk_op(clientData, interp, argc, argv)$/
  971. tk_op_push    ../tk/tk_util.c    /^tk_op_push(sp, tkp, et)$/
  972. tk_opt_init    ../tk/tk_util.c    /^tk_opt_init(clientData, interp, argc, argv)$/
  973. tk_opt_set    ../tk/tk_util.c    /^tk_opt_set(clientData, interp, argc, argv)$/
  974. tk_optchange    ../tk/tk_term.c    /^tk_optchange(sp, opt, str, valp)$/
  975. tk_quit    ../tk/tk_screen.c    /^tk_quit(gp)$/
  976. tk_read    ../tk/tk_read.c    /^tk_read(sp, timeout)$/
  977. tk_refresh    ../tk/tk_funcs.c    /^tk_refresh(sp, repaint)$/
  978. tk_rename    ../tk/tk_funcs.c    /^tk_rename(sp)$/
  979. tk_resize    ../tk/tk_read.c    /^tk_resize(sp, lines, columns)$/
  980. tk_screen    ../tk/tk_screen.c    /^tk_screen(sp, flags)$/
  981. tk_ssize    ../tk/tk_term.c    /^tk_ssize(sp, sigwinch, rowp, colp, changedp)$/
  982. tk_suspend    ../tk/tk_funcs.c    /^tk_suspend(sp, allowedp)$/
  983. tk_term_end    ../tk/tk_term.c    /^tk_term_end(gp)$/
  984. tk_term_init    ../tk/tk_term.c    /^tk_term_init(sp)$/
  985. tk_usage    ../tk/tk_funcs.c    /^tk_usage()$/
  986. tk_version    ../tk/tk_util.c    /^tk_version(clientData, interp, argc, argv)$/
  987. txt_Rresolve    ../vi/v_txt.c    /^txt_Rresolve(sp, tiqh, tp, orig_len)$/
  988. txt_abbrev    ../vi/v_txt.c    /^txt_abbrev(sp, tp, pushcp, isinfoline, didsubp, tu/
  989. txt_ai_resolve    ../vi/v_txt.c    /^txt_ai_resolve(sp, tp, changedp)$/
  990. txt_backup    ../vi/v_txt.c    /^txt_backup(sp, tiqh, tp, flagsp)$/
  991. txt_dent    ../ex/ex_txt.c    /^txt_dent(sp, tp)$/
  992. txt_emark    ../vi/v_txt.c    /^txt_emark(sp, tp, cno)$/
  993. txt_err    ../vi/v_txt.c    /^txt_err(sp, tiqh)$/
  994. txt_fc    ../vi/v_txt.c    /^txt_fc(sp, tp, redrawp)$/
  995. txt_fc_col    ../vi/v_txt.c    /^txt_fc_col(sp, argc, argv)$/
  996. txt_hex    ../vi/v_txt.c    /^txt_hex(sp, tp)$/
  997. txt_insch    ../vi/v_txt.c    /^txt_insch(sp, tp, chp, flags)$/
  998. txt_isrch    ../vi/v_txt.c    /^txt_isrch(sp, vp, tp, is_flagsp)$/
  999. txt_map_end    ../vi/v_txt.c    /^txt_map_end(sp)$/
  1000. txt_map_init    ../vi/v_txt.c    /^txt_map_init(sp)$/
  1001. txt_margin    ../vi/v_txt.c    /^txt_margin(sp, tp, wmtp, didbreak, flags)$/
  1002. txt_nomorech    ../vi/v_txt.c    /^txt_nomorech(sp)$/
  1003. txt_prompt    ../ex/ex_txt.c    /^txt_prompt(sp, tp, prompt, flags)$/
  1004. txt_resolve    ../vi/v_txt.c    /^txt_resolve(sp, tiqh, flags)$/
  1005. txt_showmatch    ../vi/v_txt.c    /^txt_showmatch(sp, tp)$/
  1006. txt_unmap    ../vi/v_txt.c    /^txt_unmap(sp, tp, ec_flagsp)$/
  1007. ulcase    ../vi/v_ulcase.c    /^ulcase(sp, lno, lp, len, scno, ecno)$/
  1008. v_Put    ../vi/v_put.c    /^v_Put(sp, vp)$/
  1009. v_Replace    ../vi/v_itxt.c    /^v_Replace(sp, vp)$/
  1010. v_Undo    ../vi/v_undo.c    /^v_Undo(sp, vp)$/
  1011. v_Xchar    ../vi/v_xchar.c    /^v_Xchar(sp, vp)$/
  1012. v_again    ../vi/v_ex.c    /^v_again(sp, vp)$/
  1013. v_alias    ../vi/vi.c    /^v_alias(sp, vp, kp)$/
  1014. v_at    ../vi/v_at.c    /^v_at(sp, vp)$/
  1015. v_bmark    ../vi/v_mark.c    /^v_bmark(sp, vp)$/
  1016. v_bottom    ../vi/v_scroll.c    /^v_bottom(sp, vp)$/
  1017. v_buildps    ../vi/v_paragraph.c    /^v_buildps(sp, p_p, s_p)$/
  1018. v_cfirst    ../vi/v_left.c    /^v_cfirst(sp, vp)$/
  1019. v_chF    ../vi/v_ch.c    /^v_chF(sp, vp)$/
  1020. v_chT    ../vi/v_ch.c    /^v_chT(sp, vp)$/
  1021. v_change    ../vi/v_itxt.c    /^v_change(sp, vp)$/
  1022. v_chf    ../vi/v_ch.c    /^v_chf(sp, vp)$/
  1023. v_chrepeat    ../vi/v_ch.c    /^v_chrepeat(sp, vp)$/
  1024. v_chrrepeat    ../vi/v_ch.c    /^v_chrrepeat(sp, vp)$/
  1025. v_cht    ../vi/v_ch.c    /^v_cht(sp, vp)$/
  1026. v_cmd    ../vi/vi.c    /^v_cmd(sp, dp, vp, ismotion, comcountp, mappedp)$/
  1027. v_comlog    ../vi/vi.c    /^v_comlog(sp, vp)$/
  1028. v_correct    ../vi/v_search.c    /^v_correct(sp, vp, isdelta)$/
  1029. v_count    ../vi/vi.c    /^v_count(sp, fkey, countp)$/
  1030. v_cr    ../vi/v_scroll.c    /^v_cr(sp, vp)$/
  1031. v_delete    ../vi/v_delete.c    /^v_delete(sp, vp)$/
  1032. v_dollar    ../vi/v_right.c    /^v_dollar(sp, vp)$/
  1033. v_down    ../vi/v_scroll.c    /^v_down(sp, vp)$/
  1034. v_dtoh    ../vi/vi.c    /^v_dtoh(sp)$/
  1035. v_ecl    ../vi/v_ex.c    /^v_ecl(sp)$/
  1036. v_ecl_exec    ../vi/v_ex.c    /^v_ecl_exec(sp)$/
  1037. v_ecl_init    ../vi/v_ex.c    /^v_ecl_init(sp)$/
  1038. v_ecl_log    ../vi/v_ex.c    /^v_ecl_log(sp, tp)$/
  1039. v_emsg    ../vi/v_util.c    /^v_emsg(sp, p, which)$/
  1040. v_end    ../common/main.c    /^v_end(gp)$/
  1041. v_eof    ../vi/v_util.c    /^v_eof(sp, mp)$/
  1042. v_eol    ../vi/v_util.c    /^v_eol(sp, mp)$/
  1043. v_estr    ../common/main.c    /^v_estr(name, eno, msg)$/
  1044. v_event_append    ../common/key.c    /^v_event_append(sp, argp)$/
  1045. v_event_err    ../common/key.c    /^v_event_err(sp, evp)$/
  1046. v_event_exec    ../vi/v_ex.c    /^v_event_exec(sp, vp)$/
  1047. v_event_flush    ../common/key.c    /^v_event_flush(sp, flags)$/
  1048. v_event_get    ../common/key.c    /^v_event_get(sp, argp, timeout, flags)$/
  1049. v_event_grow    ../common/key.c    /^v_event_grow(sp, add)$/
  1050. v_event_push    ../common/key.c    /^v_event_push(sp, p_evp, p_s, nitems, flags)$/
  1051. v_ex    ../vi/v_ex.c    /^v_ex(sp, vp)$/
  1052. v_ex_done    ../vi/v_ex.c    /^v_ex_done(sp, vp)$/
  1053. v_exaddr    ../vi/v_search.c    /^v_exaddr(sp, vp, dir)$/
  1054. v_exec_ex    ../vi/v_ex.c    /^v_exec_ex(sp, vp, exp)$/
  1055. v_exmode    ../vi/v_ex.c    /^v_exmode(sp, vp)$/
  1056. v_filter    ../vi/v_ex.c    /^v_filter(sp, vp)$/
  1057. v_first    ../vi/v_left.c    /^v_first(sp, vp)$/
  1058. v_fmark    ../vi/v_mark.c    /^v_fmark(sp, vp)$/
  1059. v_home    ../vi/v_scroll.c    /^v_home(sp, vp)$/
  1060. v_hpagedown    ../vi/v_scroll.c    /^v_hpagedown(sp, vp)$/
  1061. v_hpageup    ../vi/v_scroll.c    /^v_hpageup(sp, vp)$/
  1062. v_iA    ../vi/v_itxt.c    /^v_iA(sp, vp)$/
  1063. v_iI    ../vi/v_itxt.c    /^v_iI(sp, vp)$/
  1064. v_iO    ../vi/v_itxt.c    /^v_iO(sp, vp)$/
  1065. v_ia    ../vi/v_itxt.c    /^v_ia(sp, vp)$/
  1066. v_ii    ../vi/v_itxt.c    /^v_ii(sp, vp)$/
  1067. v_increment    ../vi/v_increment.c    /^v_increment(sp, vp)$/
  1068. v_init    ../vi/vi.c    /^v_init(sp)$/
  1069. v_io    ../vi/v_itxt.c    /^v_io(sp, vp)$/
  1070. v_isempty    ../vi/v_util.c    /^v_isempty(p, len)$/
  1071. v_join    ../vi/v_ex.c    /^v_join(sp, vp)$/
  1072. v_key    ../vi/vi.c    /^v_key(sp, command_events, evp, ec_flags)$/
  1073. v_key_cmp    ../common/key.c    /^v_key_cmp(ap, bp)$/
  1074. v_key_ilookup    ../common/key.c    /^v_key_ilookup(sp)$/
  1075. v_key_init    ../common/key.c    /^v_key_init(sp)$/
  1076. v_key_len    ../common/key.c    /^v_key_len(sp, ch)$/
  1077. v_key_name    ../common/key.c    /^v_key_name(sp, ach)$/
  1078. v_key_val    ../common/key.c    /^v_key_val(sp, ch)$/
  1079. v_keyval    ../common/key.c    /^v_keyval(sp, val, name)$/
  1080. v_keyword    ../vi/vi.c    /^v_keyword(sp)$/
  1081. v_left    ../vi/v_left.c    /^v_left(sp, vp)$/
  1082. v_lgoto    ../vi/v_scroll.c    /^v_lgoto(sp, vp)$/
  1083. v_linedown    ../vi/v_scroll.c    /^v_linedown(sp, vp)$/
  1084. v_lineup    ../vi/v_scroll.c    /^v_lineup(sp, vp)$/
  1085. v_mark    ../vi/v_mark.c    /^v_mark(sp, vp)$/
  1086. v_match    ../vi/v_match.c    /^v_match(sp, vp)$/
  1087. v_middle    ../vi/v_scroll.c    /^v_middle(sp, vp)$/
  1088. v_motion    ../vi/vi.c    /^v_motion(sp, dm, vp, mappedp)$/
  1089. v_mulcase    ../vi/v_ulcase.c    /^v_mulcase(sp, vp)$/
  1090. v_ncol    ../vi/v_left.c    /^v_ncol(sp, vp)$/
  1091. v_nomove    ../vi/v_util.c    /^v_nomove(sp)$/
  1092. v_obsolete    ../common/main.c    /^v_obsolete(name, argv)$/
  1093. v_optchange    ../vi/v_init.c    /^v_optchange(sp, offset, str, valp)$/
  1094. v_pagedown    ../vi/v_scroll.c    /^v_pagedown(sp, vp)$/
  1095. v_pageup    ../vi/v_scroll.c    /^v_pageup(sp, vp)$/
  1096. v_paragraphb    ../vi/v_paragraph.c    /^v_paragraphb(sp, vp)$/
  1097. v_paragraphf    ../vi/v_paragraph.c    /^v_paragraphf(sp, vp)$/
  1098. v_put    ../vi/v_put.c    /^v_put(sp, vp)$/
  1099. v_redraw    ../vi/v_redraw.c    /^v_redraw(sp, vp)$/
  1100. v_replace    ../vi/v_replace.c    /^v_replace(sp, vp)$/
  1101. v_right    ../vi/v_right.c    /^v_right(sp, vp)$/
  1102. v_screen    ../vi/v_screen.c    /^v_screen(sp, vp)$/
  1103. v_screen_copy    ../vi/v_init.c    /^v_screen_copy(orig, sp)$/
  1104. v_screen_end    ../vi/v_init.c    /^v_screen_end(sp)$/
  1105. v_search    ../vi/v_search.c    /^v_search(sp, vp, ptrn, plen, flags, dir)$/
  1106. v_searchN    ../vi/v_search.c    /^v_searchN(sp, vp)$/
  1107. v_searchb    ../vi/v_search.c    /^v_searchb(sp, vp)$/
  1108. v_searchf    ../vi/v_search.c    /^v_searchf(sp, vp)$/
  1109. v_searchn    ../vi/v_search.c    /^v_searchn(sp, vp)$/
  1110. v_searchw    ../vi/v_search.c    /^v_searchw(sp, vp)$/
  1111. v_sectionb    ../vi/v_section.c    /^v_sectionb(sp, vp)$/
  1112. v_sectionf    ../vi/v_section.c    /^v_sectionf(sp, vp)$/
  1113. v_sentenceb    ../vi/v_sentence.c    /^v_sentenceb(sp, vp)$/
  1114. v_sentencef    ../vi/v_sentence.c    /^v_sentencef(sp, vp)$/
  1115. v_shiftl    ../vi/v_ex.c    /^v_shiftl(sp, vp)$/
  1116. v_shiftr    ../vi/v_ex.c    /^v_shiftr(sp, vp)$/
  1117. v_sof    ../vi/v_util.c    /^v_sof(sp, mp)$/
  1118. v_sol    ../vi/v_util.c    /^v_sol(sp)$/
  1119. v_status    ../vi/v_status.c    /^v_status(sp, vp)$/
  1120. v_strdup    ../common/util.c    /^v_strdup(sp, str, len)$/
  1121. v_subst    ../vi/v_itxt.c    /^v_subst(sp, vp)$/
  1122. v_suspend    ../vi/v_ex.c    /^v_suspend(sp, vp)$/
  1123. v_switch    ../vi/v_ex.c    /^v_switch(sp, vp)$/
  1124. v_sync    ../common/key.c    /^v_sync(sp, flags)$/
  1125. v_tagpop    ../vi/v_ex.c    /^v_tagpop(sp, vp)$/
  1126. v_tagpush    ../vi/v_ex.c    /^v_tagpush(sp, vp)$/
  1127. v_tcmd    ../vi/v_txt.c    /^v_tcmd(sp, vp, prompt, flags)$/
  1128. v_txt    ../vi/v_txt.c    /^v_txt(sp, vp, tm, lp, len, prompt, ai_line, rcount/
  1129. v_txt_auto    ../vi/v_txt.c    /^v_txt_auto(sp, lno, aitp, len, tp)$/
  1130. v_ulcase    ../vi/v_ulcase.c    /^v_ulcase(sp, vp)$/
  1131. v_undo    ../vi/v_undo.c    /^v_undo(sp, vp)$/
  1132. v_up    ../vi/v_scroll.c    /^v_up(sp, vp)$/
  1133. v_wordB    ../vi/v_word.c    /^v_wordB(sp, vp)$/
  1134. v_wordE    ../vi/v_word.c    /^v_wordE(sp, vp)$/
  1135. v_wordW    ../vi/v_word.c    /^v_wordW(sp, vp)$/
  1136. v_wordb    ../vi/v_word.c    /^v_wordb(sp, vp)$/
  1137. v_worde    ../vi/v_word.c    /^v_worde(sp, vp)$/
  1138. v_wordw    ../vi/v_word.c    /^v_wordw(sp, vp)$/
  1139. v_xchar    ../vi/v_xchar.c    /^v_xchar(sp, vp)$/
  1140. v_yank    ../vi/v_yank.c    /^v_yank(sp, vp)$/
  1141. v_z    ../vi/v_z.c    /^v_z(sp, vp)$/
  1142. v_zero    ../vi/v_left.c    /^v_zero(sp, vp)$/
  1143. v_zexit    ../vi/v_zexit.c    /^v_zexit(sp, vp)$/
  1144. vi    ../vi/vi.c    /^vi(spp)$/
  1145. vs_bg    ../vi/vs_split.c    /^vs_bg(sp)$/
  1146. vs_busy    ../vi/vs_msg.c    /^vs_busy(sp, msg, btype)$/
  1147. vs_change    ../vi/vs_smap.c    /^vs_change(sp, lno, op)$/
  1148. vs_colpos    ../vi/vs_relative.c    /^vs_colpos(sp, lno, cno)$/
  1149. vs_column    ../vi/vs_relative.c    /^vs_column(sp, colp)$/
  1150. vs_columns    ../vi/vs_relative.c    /^vs_columns(sp, lp, lno, cnop, diffp)$/
  1151. vs_crel    ../vi/v_z.c    /^vs_crel(sp, count)$/
  1152. vs_deleteln    ../vi/vs_smap.c    /^vs_deleteln(sp, cnt)$/
  1153. vs_discard    ../vi/vs_split.c    /^vs_discard(sp, spp)$/
  1154. vs_divider    ../vi/vs_msg.c    /^vs_divider(sp)$/
  1155. vs_ex_resolve    ../vi/vs_msg.c    /^vs_ex_resolve(sp, continuep)$/
  1156. vs_fg    ../vi/vs_split.c    /^vs_fg(sp, nspp, name, newscreen)$/
  1157. vs_getbg    ../vi/vs_split.c    /^vs_getbg(sp, name)$/
  1158. vs_home    ../vi/vs_msg.c    /^vs_home(sp)$/
  1159. vs_insertln    ../vi/vs_smap.c    /^vs_insertln(sp, cnt)$/
  1160. vs_line    ../vi/vs_line.c    /^vs_line(sp, smp, yp, xp)$/
  1161. vs_modeline    ../vi/vs_refresh.c    /^vs_modeline(sp)$/
  1162. vs_msg    ../vi/vs_msg.c    /^vs_msg(sp, mtype, line, len)$/
  1163. vs_msgsave    ../vi/vs_msg.c    /^vs_msgsave(sp, mt, p, len)$/
  1164. vs_number    ../vi/vs_line.c    /^vs_number(sp)$/
  1165. vs_output    ../vi/vs_msg.c    /^vs_output(sp, mtype, line, llen)$/
  1166. vs_paint    ../vi/vs_refresh.c    /^vs_paint(sp, flags)$/
  1167. vs_rcm    ../vi/vs_relative.c    /^vs_rcm(sp, lno, islast)$/
  1168. vs_refresh    ../vi/vs_refresh.c    /^vs_refresh(sp, forcepaint)$/
  1169. vs_repaint    ../vi/vs_refresh.c    /^vs_repaint(sp, evp)$/
  1170. vs_resize    ../vi/vs_split.c    /^vs_resize(sp, count, adj)$/
  1171. vs_resolve    ../vi/vs_msg.c    /^vs_resolve(sp, csp, forcewait)$/
  1172. vs_screens    ../vi/vs_relative.c    /^vs_screens(sp, lno, cnop)$/
  1173. vs_scroll    ../vi/vs_msg.c    /^vs_scroll(sp, continuep, wtype)$/
  1174. vs_sm_1down    ../vi/vs_smap.c    /^vs_sm_1down(sp)$/
  1175. vs_sm_1up    ../vi/vs_smap.c    /^vs_sm_1up(sp)$/
  1176. vs_sm_cursor    ../vi/vs_smap.c    /^vs_sm_cursor(sp, smpp)$/
  1177. vs_sm_delete    ../vi/vs_smap.c    /^vs_sm_delete(sp, lno)$/
  1178. vs_sm_down    ../vi/vs_smap.c    /^vs_sm_down(sp, rp, count, scmd, smp)$/
  1179. vs_sm_erase    ../vi/vs_smap.c    /^vs_sm_erase(sp)$/
  1180. vs_sm_fill    ../vi/vs_smap.c    /^vs_sm_fill(sp, lno, pos)$/
  1181. vs_sm_insert    ../vi/vs_smap.c    /^vs_sm_insert(sp, lno)$/
  1182. vs_sm_next    ../vi/vs_smap.c    /^vs_sm_next(sp, p, t)$/
  1183. vs_sm_nlines    ../vi/vs_smap.c    /^vs_sm_nlines(sp, from_sp, to_lno, max)$/
  1184. vs_sm_position    ../vi/vs_smap.c    /^vs_sm_position(sp, rp, cnt, pos)$/
  1185. vs_sm_prev    ../vi/vs_smap.c    /^vs_sm_prev(sp, p, t)$/
  1186. vs_sm_reset    ../vi/vs_smap.c    /^vs_sm_reset(sp, lno)$/
  1187. vs_sm_scroll    ../vi/vs_smap.c    /^vs_sm_scroll(sp, rp, count, scmd)$/
  1188. vs_sm_up    ../vi/vs_smap.c    /^vs_sm_up(sp, rp, count, scmd, smp)$/
  1189. vs_split    ../vi/vs_split.c    /^vs_split(sp, new, ccl)$/
  1190. vs_swap    ../vi/vs_split.c    /^vs_swap(sp, nspp, name)$/
  1191. vs_update    ../vi/vs_msg.c    /^vs_update(sp, m1, m2)$/
  1192. vs_wait    ../vi/vs_msg.c    /^vs_wait(sp, continuep, wtype)$/
  1193.