Searched refs:tokend (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y82 static char *tokend;
1354 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
1370 tokend = tokstart + toksize;
H A Dawkgram.c208 static char *tokend; variable
3193 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
3209 tokend = tokstart + toksize;

Completed in 59 milliseconds