Searched refs:yysbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h39 yysptr = yysbuf, string_val[pos++ - string_start] : \
40 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \
48 yysptr = yysbuf, string_val[pos++ - string_start] : \
49 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \
/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c540 char yysbuf[100]; /* pushback buffer */ variable
541 char *yysptr = yysbuf;
549 if (yysptr > yysbuf)
569 if (yysptr >= yysbuf + sizeof(yysbuf))
570 FATAL("pushed back too much: %.20s...", yysbuf);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l744 yysptr = yysbuf;
848 if (yysptr > yysbuf)

Completed in 163 milliseconds