Searched refs:lex (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoip6.c54 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 Dpptrace.c112 * 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 Dppexpr.c32 #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 Dmissing82 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 Dbase.c357 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 Drules.c123 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 Dfilesync.h152 char *lex(FILE *); /* lex off one token */
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A DMakefile82 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 DMakefile34 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 DMakefile.com33 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 DMakefile53 common/lex.l \
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmdata.c101 * 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 Drules.c40 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 Dlex.c111 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 DMakefile41 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 DMakefile43 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 DMakefile66 lex \
144 @ cd lex; pwd; $(MAKE) $@
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l83 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 DMakefile40 sh.init.o sh.lex.o sh.misc.o sh.parse.o\
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile34 hostname.o lex.o list.o lock.o lpaths.o \
/illumos-gate/usr/src/cmd/eqn/eqn.d/
H A DMakefile11 glob.c integral.c io.c lex.c lookup.c \
/illumos-gate/usr/src/cmd/eqn/neqn.d/
H A DMakefile11 glob.c integral.c io.c lex.c lookup.c \
/illumos-gate/usr/src/cmd/geniconvtbl/
H A DMakefile.com40 LEXYY = lex.yy.c
62 LEXSED = ../lex.sed
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h118 unsigned char* lex; /* format lex type classes */ member in struct:__anon2635
/illumos-gate/usr/src/cmd/sgs/lex/
H A DMakefile.com27 PROG= lex

Completed in 181 milliseconds

12