Home
last modified time | relevance | path

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

123

/dports/devel/9base/9base-6/awk/
H A Dlex.c527 char yysbuf[100]; /* pushback buffer */ variable
528 char *yysptr = yysbuf;
536 if (yysptr > yysbuf) in input()
556 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
557 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Dlex.c541 char yysbuf[100]; /* pushback buffer */ variable
542 char *yysptr = yysbuf;
550 if (yysptr > yysbuf) in input()
570 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
571 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Dlex.c527 char yysbuf[100]; /* pushback buffer */ variable
528 char *yysptr = yysbuf;
536 if (yysptr > yysbuf) in input()
556 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
557 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dreadcgraph_l.h12 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
19 extern char *yysptr, yysbuf[];
444 char yysbuf[YYLMAX]; variable
445 char *yysptr = yysbuf;
585 yysptr=yysbuf; in yylook()
H A Dreadtiles_l.h12 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
19 extern char *yysptr, yysbuf[];
499 char yysbuf[YYLMAX]; variable
500 char *yysptr = yysbuf;
640 yysptr=yysbuf; in yylook()
H A Dreadcgraph.h50 #define yysbuf DRG_yysbuf macro
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twflow/
H A Dreadobjects_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
494 char yysbuf[YYLMAX]; variable
495 char *yysptr = yysbuf;
635 yysptr=yysbuf; in yylook()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dreadnets_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
471 char yysbuf[YYLMAX]; variable
472 char *yysptr = yysbuf;
612 yysptr=yysbuf; in yylook()
H A Dreadcell_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
513 char yysbuf[YYLMAX]; variable
514 char *yysptr = yysbuf;
655 yysptr=yysbuf; in yylook()
H A Dreadcell.h46 #define yysbuf READCEL_yysbuf macro
H A Dreadnets.h55 #define yysbuf NET_yysbuf macro
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dreadnets_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
509 char yysbuf[YYLMAX]; variable
510 char *yysptr = yysbuf;
650 yysptr=yysbuf; in yylook()
H A Dreadcells_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
509 char yysbuf[YYLMAX]; variable
510 char *yysptr = yysbuf;
650 yysptr=yysbuf; in yylook()
H A Dreadcells.h47 #define yysbuf CUSTOM_yysbuf macro
H A Dreadnets.h52 #define yysbuf NET_yysbuf macro
/dports/lang/nawk/nawk-20121220_1/
H A Dlex.c540 char yysbuf[100]; /* pushback buffer */ variable
541 char *yysptr = yysbuf;
549 if (yysptr > yysbuf) in input()
569 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
570 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Dlex.c544 char yysbuf[100]; /* pushback buffer */ variable
545 char *yysptr = yysbuf;
553 if (yysptr > yysbuf) in input()
573 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
574 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Dlex.c554 char yysbuf[100]; /* pushback buffer */ variable
555 char *yysptr = yysbuf;
563 if (yysptr > yysbuf) in input()
583 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
584 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Dlex.c549 char yysbuf[100]; /* pushback buffer */ variable
550 char *yysptr = yysbuf;
558 if (yysptr > yysbuf) in input()
578 if (yysptr >= yysbuf + sizeof(yysbuf)) in unput()
579 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/syntax/
H A Dreadcells_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
524 char yysbuf[YYLMAX]; variable
525 char *yysptr = yysbuf;
665 yysptr=yysbuf; in yylook()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mincut/
H A Dreadcells_l.h11 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar…
18 extern char *yysptr, yysbuf[];
524 char yysbuf[YYLMAX]; variable
525 char *yysptr = yysbuf;
665 yysptr=yysbuf; in yylook()
/dports/devel/cc65/cc65-2.19/test/ref/
H A Dyacc.c58 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getchar())==('\n')?(yylineno++,yytchar):yytc…
66 extern char *yysptr, yysbuf[];
337 char yysbuf[YYLMAX]; variable
338 char *yysptr = yysbuf;
606 yysptr=yysbuf; in yylook()
H A Dyacc2.c115 # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):GETCHAR())==('\n')?(yylineno++,yytchar):yytc…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lex/
H A Dncform6 Uchar yysbuf[YYLMAX];
7 Uchar *yysptr = yysbuf;
148 yysptr=yysbuf;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lib/
H A Dlex.ncform6 Uchar yysbuf[YYLMAX];
7 Uchar *yysptr = yysbuf;
148 yysptr=yysbuf;

123