Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dlex.c541 char *yysptr = yysbuf; variable
549 if (yysptr > yysbuf) in input()
550 c = (uschar)*--yysptr; in input()
569 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
571 *yysptr++ = c; in unput()