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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1352 /* tokadd --- add a character to the token buffer */
1354 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
1607 tokadd('\\');
1608 tokadd(c);
1616 tokadd('\0');
1627 tokadd(c);
1897 tokadd('\\');
1904 tokadd(c);
1950 tokadd(c);
1976 tokadd(
[all...]
H A Dawkgram.c3191 /* tokadd --- add a character to the token buffer */
3193 #define tokadd(x) (*tok++ = (x), tok == tokend ? tokexpand() : tok)
3446 tokadd('\\');
3447 tokadd(c);
3455 tokadd('\0');
3466 tokadd(c);
3736 tokadd('\\');
3743 tokadd(c);
3789 tokadd(c);
3815 tokadd(
3189 #define tokadd macro
[all...]

Completed in 73 milliseconds