Home
last modified time | relevance | path

Searched refs:yysptr (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) : \
51 *yysptr++ = yytchar; }
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c593 char *yysptr = yysbuf; variable
602 if (yysptr > yysbuf) in input()
603 c = (uschar)*--yysptr; in input()
623 if (yysptr >= yysbuf + sizeof (yysbuf)) in unput()
625 *yysptr++ = c; in unput()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l43 ((yytchar = (yytchar = yysptr > yysbuf ? \
44 *--yysptr : getc(yyin)) == '/' ? comment() : yytchar) == \
47 ((yytchar = yysptr > yysbuf ? *--yysptr : getc(yyin)) == \
50 #define unput(c) (*yysptr++ = (c))
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l220 if (yysptr > yysbuf)
221 c = U(*--yysptr);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform31 char *yysptr = yysbuf;
214 yysptr=yysbuf;
H A Dnceucform37 wchar_t *yysptr = yysbuf;
248 yysptr=yysbuf;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dyy-lsed50 s/yysptr/frusptr/g
/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…