home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ptx-0.4-src.tgz / ptx-0.4-src.tar / fsf / ptx / TAGS < prev    next >
Text File  |  1996-09-28  |  11KB  |  362 lines

  1.  
  2. bumpalloc.h,66
  3. #define BUMP_ALLOC(43,2236
  4. #define BUMP_ALLOC_WITH_SIZE(51,2652
  5.  
  6. diacrit.h,46
  7. #define tobase(12,465
  8. #define todiac(15,597
  9.  
  10. ptx.c,1492
  11. #define SWALLOW_REALLOC_LOG 41,1775
  12. #define Sword 44,1839
  13. # define isspace(51,1975
  14. # define isxdigit(52,2038
  15. # define islower(56,2259
  16. # define isupper(57,2338
  17. # define isalpha(58,2417
  18. # define toupper(59,2466
  19. # define isascii(64,2597
  20. #define ISXDIGIT(67,2627
  21. #define ISODIGIT(68,2677
  22. #define HEXTOBIN(69,2724
  23. #define OCTTOBIN(71,2843
  24. # define S_ISREG(79,3004
  25. #  define strchr 87,3143
  26. #  define strrchr 90,3191
  27. # define EXIT_SUCCESS 101,3378
  28. # define EXIT_FAILURE 104,3430
  29. # define MALLOC_FUNC_CHECK123,3721
  30. enum FormatFormat140,4081
  31. BLOCK;BLOCK178,5690
  32. WORD;WORD185,5821
  33. WORD_TABLE;WORD_TABLE192,5934
  34. #define ALLOC_NEW_WORD(234,7181
  35. #define SKIP_NON_WHITE(249,7752
  36. #define SKIP_WHITE(253,7861
  37. #define SKIP_WHITE_BACKWARDS(257,7965
  38. #define SKIP_SOMETHING(261,8081
  39. typedef short DELTA;DELTA303,9873
  40. OCCURS;OCCURS312,10170
  41. #define ALLOC_NEW_OCCURS(320,10451
  42. copy_unescaped_string 363,12107
  43. alloc_and_compile_regex 470,14284
  44. initialize_regex 512,15694
  45. swallow_file_in_memory 590,18493
  46. compare_words 668,21120
  47. compare_occurs 711,22337
  48. search_table 728,22851
  49. sort_found_occurs 758,23772
  50. digest_break_file 776,24360
  51. digest_word_file 816,25804
  52. find_occurs_in_text 867,27174
  53. print_spaces 1122,35350
  54. print_field 1135,35601
  55. fix_output_parameters 1298,39213
  56. define_all_fields 1449,44843
  57. output_one_roff_line 1659,51995
  58. output_one_tex_line 1710,53073
  59. output_one_dumb_line 1748,54027
  60. generate_all_output 1846,56579
  61. usage 1909,58019
  62. main 1983,61266
  63.  
  64. diacrit.c,0
  65.  
  66. getopt.h,125
  67. #define _GETOPT_H 19,797
  68. #define    no_argument    93,3221
  69. #define required_argument    94,3244
  70. #define optional_argument    95,3272
  71.  
  72. regex.h,1796
  73. #define __REGEXP_LIBRARY_H__21,890
  74. typedef unsigned reg_syntax_t;reg_syntax_t38,1495
  75. #define RE_BACKSLASH_ESCAPE_IN_LISTS 42,1662
  76. #define RE_BK_PLUS_QM 47,1863
  77. #define RE_CHAR_CLASSES 53,2192
  78. #define RE_CONTEXT_INDEP_ANCHORS 67,2928
  79. #define RE_CONTEXT_INDEP_OPS 75,3355
  80. #define RE_CONTEXT_INVALID_OPS 79,3555
  81. #define RE_DOT_NEWLINE 83,3698
  82. #define RE_DOT_NOT_NULL 87,3834
  83. #define RE_HAT_LISTS_NOT_NEWLINE 91,3979
  84. #define RE_INTERVALS 96,4190
  85. #define RE_LIMITED_OPS 100,4339
  86. #define RE_NEWLINE_ALT 104,4481
  87. #define RE_NO_BK_BRACES 109,4671
  88. #define RE_NO_BK_PARENS 113,4862
  89. #define RE_NO_BK_REFS 117,5018
  90. #define RE_NO_BK_VBAR 121,5215
  91. #define RE_NO_EMPTY_RANGES 127,5509
  92. #define RE_UNMATCHED_RIGHT_PAREN_ORD 131,5665
  93. #define RE_SYNTAX_EMACS 143,6207
  94. #define RE_SYNTAX_AWK    145,6234
  95. #define RE_SYNTAX_POSIX_AWK 151,6465
  96. #define RE_SYNTAX_GREP    154,6562
  97. #define RE_SYNTAX_EGREP    159,6718
  98. #define RE_SYNTAX_POSIX_EGREP    165,6934
  99. #define RE_SYNTAX_ED 169,7079
  100. #define RE_SYNTAX_SED 171,7123
  101. #define _RE_SYNTAX_POSIX_COMMON    174,7241
  102. #define RE_SYNTAX_POSIX_BASIC    178,7384
  103. #define RE_SYNTAX_POSIX_MINIMAL_BASIC    184,7677
  104. #define RE_SYNTAX_POSIX_EXTENDED    187,7767
  105. #define RE_SYNTAX_POSIX_MINIMAL_EXTENDED    195,8129
  106. #define RE_DUP_MAX 208,8641
  107. #define REG_EXTENDED 215,8871
  108. #define REG_ICASE 219,8995
  109. #define REG_NEWLINE 224,9180
  110. #define REG_NOSUB 228,9358
  111. #define REG_NOTBOL 238,9724
  112. #define REG_NOTEOL 241,9798
  113. } reg_errcode_t;reg_errcode_t270,10866
  114. struct re_pattern_bufferre_pattern_buffer278,11202
  115. typedef struct re_pattern_buffer regex_t;regex_t346,13548
  116. typedef int regoff_t;regoff_t349,13662
  117. struct re_registersre_registers354,13818
  118. #define RE_NREGS 366,14108
  119. } regmatch_t;regmatch_t377,14482
  120. #define _RE_ARGS(389,14829
  121. #define _RE_ARGS(393,14884
  122.  
  123. regex.c,5780
  124. #define _GNU_SOURCE27,1040
  125. #define bcmp(63,1782
  126. #define bcopy(66,1852
  127. #define bzero(69,1919
  128. #define Sword 81,2169
  129. #define CHAR_SET_SIZE 91,2324
  130. init_syntax_once 96,2408
  131. #define SYNTAX(122,2833
  132. #define ISASCII(144,3665
  133. #define ISASCII(146,3692
  134. #define ISBLANK(150,3745
  135. #define ISBLANK(152,3799
  136. #define ISGRAPH(155,3868
  137. #define ISGRAPH(157,3922
  138. #define ISPRINT(160,3994
  139. #define ISDIGIT(161,4042
  140. #define ISALNUM(162,4090
  141. #define ISALPHA(163,4138
  142. #define ISCNTRL(164,4186
  143. #define ISLOWER(165,4234
  144. #define ISPUNCT(166,4282
  145. #define ISSPACE(167,4330
  146. #define ISUPPER(168,4378
  147. #define ISXDIGIT(169,4426
  148. #define NULL 172,4490
  149. #define SIGN_EXTEND_CHAR(181,4792
  150. #define SIGN_EXTEND_CHAR(184,4900
  151. #define REGEX_ALLOCATE 199,5528
  152. #define REGEX_REALLOCATE(200,5558
  153. #define alloca 209,5788
  154. #define REGEX_ALLOCATE 222,6100
  155. #define REGEX_REALLOCATE(225,6178
  156. #define FIRST_STRING_P(236,6531
  157. #define TALLOC(240,6686
  158. #define RETALLOC(241,6741
  159. #define RETALLOC_IF(242,6820
  160. #define REGEX_TALLOC(244,6922
  161. #define BYTEWIDTH 246,6992
  162. #define STREQ(248,7029
  163. #define MAX(252,7099
  164. #define MIN(253,7141
  165. typedef char boolean;boolean255,7184
  166. #define false 256,7206
  167. #define true 257,7222
  168. } re_opcode_t;re_opcode_t395,12435
  169. #define STORE_NUMBER(401,12573
  170. #define STORE_NUMBER_AND_INCR(411,12896
  171. #define EXTRACT_NUMBER(420,13153
  172. extract_number 428,13368
  173. #define EXTRACT_NUMBER(439,13614
  174. #define EXTRACT_NUMBER_AND_INCR(447,13835
  175. extract_number_and_incr 455,14024
  176. #define EXTRACT_NUMBER_AND_INCR(465,14237
  177. #define DEBUG_STATEMENT(487,14921
  178. #define DEBUG_PRINT1(488,14950
  179. #define DEBUG_PRINT2(489,14996
  180. #define DEBUG_PRINT3(490,15052
  181. #define DEBUG_PRINT4(491,15116
  182. #define DEBUG_PRINT_COMPILED_PATTERN(492,15188
  183. #define DEBUG_PRINT_DOUBLE_STRING(494,15291
  184. print_fastmap 503,15489
  185. print_partial_compiled_pattern 535,16129
  186. print_compiled_pattern 766,20919
  187. print_double_string 793,21732
  188. #define assert(822,22344
  189. #define DEBUG_STATEMENT(824,22363
  190. #define DEBUG_PRINT1(825,22390
  191. #define DEBUG_PRINT2(826,22414
  192. #define DEBUG_PRINT3(827,22443
  193. #define DEBUG_PRINT4(828,22476
  194. #define DEBUG_PRINT_COMPILED_PATTERN(829,22513
  195. #define DEBUG_PRINT_DOUBLE_STRING(830,22559
  196. re_set_syntax 848,23214
  197. #define MATCH_MAY_ALLOCATE900,25361
  198. #define INIT_FAILURE_ALLOC 918,26015
  199. typedef unsigned char *fail_stack_elt_t;fail_stack_elt_t927,26323
  200. } fail_stack_type;fail_stack_type934,26483
  201. #define FAIL_STACK_EMPTY(936,26503
  202. #define FAIL_STACK_PTR_EMPTY(937,26558
  203. #define FAIL_STACK_FULL(938,26618
  204. #define FAIL_STACK_TOP(939,26687
  205. #define INIT_FAIL_STACK(945,26852
  206. #define INIT_FAIL_STACK(957,27211
  207. #define DOUBLE_FAIL_STACK(971,27580
  208. #define PUSH_PATTERN_OP(989,28191
  209. #define PUSH_FAILURE_ITEM(999,28603
  210. #define POP_FAILURE_ITEM(1003,28776
  211. #define DEBUG_PUSH 1007,28927
  212. #define DEBUG_POP(1008,28964
  213. #define DEBUG_PUSH(1010,29034
  214. #define DEBUG_POP(1011,29059
  215. #define PUSH_FAILURE_POINT(1024,29398
  216. #define NUM_REG_ITEMS 1100,32747
  217. #define NUM_NONREG_ITEMS 1104,32836
  218. #define NUM_NONREG_ITEMS 1106,32903
  219. #define MAX_FAILURE_ITEMS 1110,32991
  220. #define NUM_FAILURE_ITEMS    1113,33111
  221. #define REMAINING_AVAIL_SLOTS 1118,33314
  222. #define POP_FAILURE_POINT(1133,33888
  223. } register_info_type;register_info_type1216,37215
  224. #define REG_MATCH_NULL_STRING_P(1218,37238
  225. #define IS_ACTIVE(1219,37305
  226. #define MATCHED_SOMETHING(1220,37348
  227. #define EVER_MATCHED_SOMETHING(1221,37407
  228. #define SET_REGS_MATCHED(1227,37663
  229. #define REG_UNSET_VALUE 1242,38086
  230. #define REG_UNSET(1243,38124
  231. #define PATFETCH(1274,39208
  232. #define PATFETCH_RAW(1282,39459
  233. #define PATUNFETCH 1288,39638
  234. #define TRANSLATE(1295,39942
  235. #define INIT_BUF_SIZE 1301,40147
  236. #define GET_BUFFER_SPACE(1304,40241
  237. #define BUF_PUSH(1309,40434
  238. #define BUF_PUSH_2(1317,40647
  239. #define BUF_PUSH_3(1326,40876
  240. #define STORE_JUMP(1337,41239
  241. #define STORE_JUMP2(1341,41356
  242. #define INSERT_JUMP(1345,41518
  243. #define INSERT_JUMP2(1349,41675
  244. #define MAX_BUF_SIZE 1356,41966
  245. #define EXTEND_BUFFER(1363,42273
  246. #define MAX_REGNUM 1392,43493
  247. typedef unsigned regnum_t;regnum_t1396,43611
  248. typedef int pattern_offset_t;pattern_offset_t1403,43827
  249. } compile_stack_elt_t;compile_stack_elt_t1412,44041
  250. } compile_stack_type;compile_stack_type1420,44187
  251. #define INIT_COMPILE_STACK_SIZE 1423,44211
  252. #define COMPILE_STACK_EMPTY 1425,44247
  253. #define COMPILE_STACK_FULL 1426,44303
  254. #define COMPILE_STACK_TOP 1429,44411
  255. #define SET_LIST_BIT(1433,44528
  256. #define GET_UNSIGNED_NUMBER(1439,44751
  257. #define CHAR_CLASS_MAX_LENGTH 1455,45173
  258. #define IS_CHAR_CLASS(1457,45232
  259. #define FREE_STACK_RETURN(1484,46385
  260. regex_compile 1488,46488
  261. store_op1 2544,84300
  262. store_op2 2557,84533
  263. insert_op1 2572,84872
  264. insert_op2 2591,85240
  265. at_begline_loc_p 2612,85744
  266. at_endline_loc_p 2631,86322
  267. group_in_compile_stack 2653,86939
  268. compile_range 2681,87762
  269. re_compile_fastmap 2740,89830
  270. re_set_registers 3030,97710
  271. re_search 3057,98337
  272. re_search_2 3090,99463
  273. #define POINTER_TO_OFFSET(3220,103182
  274. #define MATCHING_IN_FIRST_STRING 3227,103396
  275. #define PREFETCH(3231,103550
  276. #define AT_STRINGS_BEG(3245,104010
  277. #define AT_STRINGS_END(3246,104083
  278. #define WORDCHAR_P(3253,104389
  279. #define AT_WORD_BOUNDARY(3260,104636
  280. #define FREE_VAR(3268,104846
  281. #define FREE_VARIABLES(3269,104900
  282. #define FREE_VARIABLES(3284,105408
  283. #define FREE_VARIABLES(3287,105483
  284. #define NO_HIGHEST_ACTIVE_REG 3297,106045
  285. #define NO_LOWEST_ACTIVE_REG 3298,106092
  286. re_match 3306,106302
  287. re_match_2 3334,107196
  288. re_match_2_internal 3351,107656
  289. group_match_null_string_p 4652,154762
  290. alt_match_null_string_p 4761,158534
  291. common_op_match_null_string_p 4798,159390
  292. bcmp_translate 4886,161326
  293. re_compile_pattern 4912,162015
  294. re_comp 4945,162936
  295. re_exec 4983,163830
  296. regcomp 5031,165412
  297. regexec 5107,167829
  298. regerror 5172,169646
  299. regfree 5216,170705
  300.  
  301. argmatch.c,39
  302. argmatch 37,1251
  303. invalid_arg 76,2233
  304.  
  305. error.c,175
  306. #  define VA_START(29,1004
  307. #  define VA_START(32,1092
  308. # define va_alist 35,1155
  309. # define va_dcl 36,1204
  310. private_strerror 59,1769
  311. #define strerror 69,1975
  312. error 80,2305
  313.  
  314. xmalloc.c,133
  315. #define VOID 23,866
  316. #define VOID 25,890
  317. #define EXIT_FAILURE 39,1061
  318. fixup_null_alloc 53,1383
  319. xmalloc 69,1647
  320. xrealloc 85,1896
  321.  
  322. getopt.c,204
  323. #define _NO_PROTO26,1085
  324. #define const37,1302
  325. #define    my_index    164,6120
  326. my_index 173,6270
  327. exchange 219,7715
  328. _getopt_initialize 277,9238
  329. _getopt_internal 367,12723
  330. getopt 665,20341
  331. main 684,20723
  332.  
  333. getopt1.c,105
  334. #define const29,1042
  335. #define NULL 55,1833
  336. getopt_long 59,1860
  337. getopt_long_only 75,2363
  338. main 93,2719
  339.  
  340. alloca.c,675
  341. #define ADDRESS_FUNCTION(58,1913
  342. #define ADDRESS_FUNCTION(60,1976
  343. typedef void *pointer;pointer64,2034
  344. typedef char *pointer;pointer66,2063
  345. #define    NULL    69,2094
  346. #define malloc 82,2558
  347. #define    STACK_DIRECTION    95,2957
  348. #define    STACK_DIR    100,3043
  349. #define    STACK_DIR    105,3214
  350. find_stack_direction 108,3255
  351. #define    ALIGN_SIZE    139,4045
  352. typedef union hdrhdr142,4087
  353. } header;header150,4293
  354. alloca 162,4744
  355. #define CRAY_STACK230,6222
  356. struct stack_control_headerstack_control_header233,6315
  357. struct stack_segment_linkagestack_segment_linkage248,6936
  358. struct stk_statstk_stat286,8034
  359. struct stk_trailerstk_trailer315,9457
  360. i00afunc 344,10115
  361. i00afunc 418,12063
  362.