Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h32 yysptr = yysbuf, string_val[pos++ - string_start] : \
33 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \
41 yysptr = yysbuf, string_val[pos++ - string_start] : \
42 ((yytchar = yysptr > yysbuf ? U(*--yysptr) : \
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c592 char yysbuf[100]; /* pushback buffer */ variable
593 char *yysptr = yysbuf;
602 if (yysptr > yysbuf) in input()
623 if (yysptr >= yysbuf + sizeof (yysbuf)) in unput()
624 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform30 char yysbuf[YYLMAX];
31 char *yysptr = yysbuf;
214 yysptr=yysbuf;
H A Dnceucform36 wchar_t yysbuf[YYLMAX];
37 wchar_t *yysptr = yysbuf;
248 yysptr=yysbuf;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dyy-lsed49 s/yysbuf/frusbuf/g
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l43 ((yytchar = (yytchar = yysptr > yysbuf ? \
47 ((yytchar = yysptr > yysbuf ? *--yysptr : getc(yyin)) == \
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l220 if (yysptr > yysbuf)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l41 #define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(scr_fp))==10?(yylineno++,yytchar):yytch…