Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/one-true-awk/
H A Dlex.c603 char *yysptr = yysbuf; variable
611 if (yysptr > yysbuf) in input()
612 c = (uschar)*--yysptr; in input()
633 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
635 *yysptr++ = c; in unput()