Home
last modified time | relevance | path

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

/external/one-true-awk/
Dlex.c558 char *yysptr = yysbuf; variable
566 if (yysptr > yysbuf) in input()
567 c = (uschar)*--yysptr; in input()
588 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
590 *yysptr++ = c; in unput()