Home
last modified time | relevance | path

Searched refs:tokenbuf (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.bin/indent/
H A Dindent_globs.h91 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 Dindent.c71 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 Dparser.c1059 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 Dparser.h111 char tokenbuf[256]; member
H A Dsv.c13954 Copy(proto->tokenbuf, parser->tokenbuf, 256, char);
H A Dtoke.c83 #define PL_tokenbuf (PL_parser->tokenbuf)
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables139 # 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 DTODO281 tokenbuf
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12158 # define PL_tokenbuf tokenbuf
12221 # define PL_tokenbuf D_PPP_my_PL_parser_var(tokenbuf)