Searched refs:tokenbuf (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/usr.bin/indent/ |
| H A D | indent_globs.h | 91 tokenbuf = realloc(tokenbuf, nsize); \ 92 if (tokenbuf == NULL) \ 94 e_token = tokenbuf + (e_token-s_token) + 1; \ 95 l_token = tokenbuf + nsize - 5; \ 96 s_token = tokenbuf + 1; \ 115 extern char *tokenbuf; /* the last token scanned */
|
| H A D | indent.c | 71 char *tokenbuf; /* the last token scanned */ variable 221 tokenbuf = malloc(bufsize); in main() 223 tokenbuf == NULL) in main() 228 l_token = tokenbuf + bufsize - 5; in main() 236 s_token = e_token = tokenbuf + 1; in main()
|
| /openbsd-src/usr.bin/dig/lib/isccfg/ |
| H A D | parser.c | 1059 char tokenbuf[MAX_LOG_TOKEN + 10]; in parser_complain() local 1088 snprintf(tokenbuf, sizeof(tokenbuf), "end of file"); in parser_complain() 1091 tokenbuf[0] = '\0'; in parser_complain() 1096 snprintf(tokenbuf, sizeof(tokenbuf), in parser_complain() 1099 snprintf(tokenbuf, sizeof(tokenbuf), in parser_complain() 1111 tokenbuf[0] = '\0'; in parser_complain() 1114 "%s%s%s%s", where, message, prep, tokenbuf); in parser_complain()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | parser.h | 111 char tokenbuf[256]; member
|
| H A D | sv.c | 13954 Copy(proto->tokenbuf, parser->tokenbuf, 256, char);
|
| H A D | toke.c | 83 #define PL_tokenbuf (PL_parser->tokenbuf)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | variables | 139 # define PL_tokenbuf tokenbuf 195 # define PL_tokenbuf D_PPP_my_PL_parser_var(tokenbuf)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | TODO | 281 tokenbuf
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | ppport.h | 12158 # define PL_tokenbuf tokenbuf 12221 # define PL_tokenbuf D_PPP_my_PL_parser_var(tokenbuf)
|