Searched refs:tokexpand (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dmain.c534 (void) tokexpand();
H A Dawkgram.y1354 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
1356 /* tokexpand --- grow the token buffer */
1359 tokexpand()
1367 erealloc(tokstart, char *, toksize, "tokexpand");
1369 emalloc(tokstart, char *, toksize, "tokexpand");
H A Dawk.h914 extern char *tokexpand P((void));
H A Dawkgram.c3193 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
3195 /* tokexpand --- grow the token buffer */
3198 tokexpand()
3206 erealloc(tokstart, char *, toksize, "tokexpand");
3208 emalloc(tokstart, char *, toksize, "tokexpand");
3194 tokexpand() function

Completed in 109 milliseconds