/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoip6.c | 54 static unsigned char lex[256]; local 56 if (!lex[0]) 58 for (c = 0; c < sizeof(lex); ++c) 59 lex[c] = END; 60 lex['0'] = 0; 61 lex['1'] = 1; 62 lex['2'] = 2; 63 lex['3'] = 3; 64 lex['4'] = 4; 65 lex[' [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pptrace.c | 112 * return string given fsm lex state 116 pplexstr(register int lex) argument 122 if (lex < 0) lex &= ~lex; 123 splice = (lex & SPLICE); 124 lex &= 0x7f; 125 for (i = 0; i < (elementsof(pplexmap) - 1) && (lex > pplexmap[i].val || lex == pplexmap[i+1].val); i++); 126 if (lex ! [all...] |
H A D | ppexpr.c | 32 #define lex(c) ((((c)=peektoken)>=0?(peektoken=(-1)):((c)=pplex())),(c)) macro 283 switch (lex(c)) 311 switch (lex(c)) 325 if (lex(c) != ')') 343 if (lex(c) == ':') 358 if (lex(c) != ':')
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | missing | 82 flex create \`lex.yy.c', if possible, from existing .c 84 lex create \`lex.yy.c', if possible, from existing .c 110 lex|yacc) 240 lex|flex) 246 rm -f lex.yy.c 253 cp "$SRCFILE" lex.yy.c 258 if [ ! -f lex.yy.c ]; then 259 echo 'main() { return 0; }' >lex.yy.c
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | base.c | 357 s = lex(file); 367 s = lex(0); 388 s = lex(0); 398 s = lex(0); 422 s = lex(0); /* level */ 429 s = lex(0); /* type */ 437 s = lex(0); /* name */ 463 s = lex(0); /* modes */ 470 s = lex(0); /* uid */ 477 s = lex( [all...] |
H A D | rules.c | 123 s = lex(file); 134 s1 = lex(0); 139 s2 = lex(0); 162 s = lex(0); 175 s = lex(0); 184 s = lex(0); 200 s = lex(0); 207 s = lex(0); 242 * to lex a runnable command (! lines) into a buffer 252 * this is necessary because lex ha [all...] |
H A D | filesync.h | 152 char *lex(FILE *); /* lex off one token */
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | Makefile | 82 lex.yy.c : fsdb_lex.l 85 fsdb_lex.o : lex.yy.c 86 $(COMPILE.c) -o $@ lex.yy.c 91 $(RM) fsdb_yacc.c fsdb_lex.c y.tab.c y.tab.h lex.yy.c 101 CATSRCS= $(SRCS) lex.yy.c y.tab.c 110 lint: y.tab.c lex.yy.c ud_lib.c ud_lib.h
|
/illumos-gate/usr/src/cmd/genmsg/ |
H A D | Makefile | 34 LEXINTSRCS= lex.yy.c 35 LEXOBJS= lex.yy.o 45 # lex and yacc generates lint-unclean C code. 82 $(OBJS): y.tab.h lex.yy.c
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/ |
H A D | Makefile.com | 33 COMSRC= bpt.c dis.c main.c ps.c gram.c lex.c globals.c help.c \ 37 BLTSRC= gram.c lex.c 59 # The following lint error suppression definitions are to remove lex errors
|
H A D | Makefile | 53 common/lex.l \
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmdata.c | 101 * format[] lex type classes 104 static unsigned char lex[] = variable 282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
|
/illumos-gate/usr/src/cmd/bart/ |
H A D | rules.c | 40 static char *lex(FILE *); 438 s = lex(file); 463 s = lex(0); 466 s = lex(0); 491 s = lex(0); 527 s = lex(0); 531 s = lex(0); 534 s = lex(0); 819 lex(FILE *file) function
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 111 struct lexstate lex; 239 lp->lex = savelex.lex; 267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0; 269 lp->lex.reservok = 1; 329 if(lp->lex.incase) 332 lp->assignok |= lp->lex.reservok; 334 lp->comp_assign = lp->lex [all...] |
/illumos-gate/usr/src/cmd/csh/i386/ |
H A D | Makefile | 41 sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \ 46 sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o \
|
/illumos-gate/usr/src/cmd/csh/sparc/ |
H A D | Makefile | 43 sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \ 48 sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o \
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile | 66 lex \ 144 @ cd lex; pwd; $(MAKE) $@
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 83 static BOOL lex; /* lex file */ 92 static BOOL rules; /* lex/yacc rules */ 113 %\{ { /* lex/yacc C declarations/definitions */ 123 ^%% { /* lex/yacc rules delimiter */ 131 if (lex == YES) { 772 lex = NO; /* lex file */ 778 rules = NO; /* lex/yacc rules */ 797 if (strcmp(s, "l") == 0) { /* lex */ [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | Makefile | 40 sh.init.o sh.lex.o sh.misc.o sh.parse.o\
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | Makefile | 34 hostname.o lex.o list.o lock.o lpaths.o \
|
/illumos-gate/usr/src/cmd/eqn/eqn.d/ |
H A D | Makefile | 11 glob.c integral.c io.c lex.c lookup.c \
|
/illumos-gate/usr/src/cmd/eqn/neqn.d/ |
H A D | Makefile | 11 glob.c integral.c io.c lex.c lookup.c \
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | Makefile.com | 40 LEXYY = lex.yy.c 62 LEXSED = ../lex.sed
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | tm.h | 118 unsigned char* lex; /* format lex type classes */ member in struct:__anon2635
|
/illumos-gate/usr/src/cmd/sgs/lex/ |
H A D | Makefile.com | 27 PROG= lex
|