Home
last modified time | relevance | path

Searched refs:yysptr (Results 26 – 50 of 73) sorted by relevance

123

/dports/games/nethack33-nox11/nethack-3.3.1/util/
H A Dlev_comp.l84 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
92 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/games/falconseye/falconseye-1.9.3_11/util/
H A Dlev_comp.l84 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
92 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/games/vultures-eye/vulture-2.3.67/slashem/util/
H A Dlev_comp.l84 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
92 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dlex.c115 yytchar = (yysptr > yysbuf) ? U(*--yysptr) : GetC(yyin) \
143 *yysptr++ = yytchar; \
159 static char *yysptr = NULL; variable
239 yysptr = yysbuf; in _dxf_ExInitLex()
/dports/cad/alliance/alliance/src/druc/src/
H A Ddrucompi_l.l35 #define input() (((yytchar = yysptr > yysbuf ? U(*--yysptr) \
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Dawk.lx.l342 if (yysptr > yysbuf)
343 c = U(*--yysptr) & 0377;
370 *yysptr++ = yytchar;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dlexer.l135 yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/deprecated/
H A Dlexer.l135 yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dlexer.l135 yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/deprecated/
H A Dlexer.l135 yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dreadcells.h48 #define yysptr CUSTOM_yysptr macro
H A Dreadnets.h53 #define yysptr NET_yysptr macro
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dreadcell.h47 #define yysptr READCEL_yysptr macro
H A Dreadnets.h56 #define yysptr NET_yysptr macro
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dreadcgraph.h51 #define yysptr DRG_yysptr macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lex/
H A Dncform7 Uchar *yysptr = yysbuf;
148 yysptr=yysbuf;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lib/
H A Dlex.ncform7 Uchar *yysptr = yysbuf;
148 yysptr=yysbuf;
/dports/sysutils/heirloom/heirloom-070715/oawk/
H A Dawk.lx.l119 if (yysptr > yysbuf) in input()
120 c = U(*--yysptr) & 0377; in input()
/dports/print/pic2fig/pic2fig/
H A Dpicl.c11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
12 # define unput(c) {yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
18 extern char *yysptr, yysbuf[];
2705 char *yysptr = yysbuf; variable
2845 yysptr=yysbuf; in yylook()
/dports/net/dante/dante-1.4.3/include/
H A Dyacconfig.h103 #define yysptr socks_yysptr macro
/dports/devel/cscope/cscope-15.9/src/
H A Dscanner.c832 #define input() ((yytchar=(yytchar=yysptr>yysbuf?*(unsigned char *)--yysptr:getc(yyin))=='/'?comme…
833 #define noncommentinput() ((yytchar=yysptr>yysbuf?*--yysptr:getc(yyin))==EOF?LEXEOF:yytchar)
835 #define unput(c) (*yysptr++=(c))
/dports/games/nethack33/nethack-3.3.1/sys/share/
H A Ddgn_lex.c491 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
499 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/share/
H A Ddgn_lex.c491 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
499 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/games/falconseye/falconseye-1.9.3_11/sys/share/
H A Ddgn_lex.c491 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
499 if (yysptr > yysbuf) return(*--yysptr); in input()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/share/
H A Ddgn_lex.c566 #define unput(c) { yytchar = (c); if (yytchar == 10) yylineno--; *yysptr++ = yytchar; }
574 if (yysptr > yysbuf) return(*--yysptr); in input()

123