Searched defs:lex (Results 1 - 15 of 15) sorted by relevance

/osnet-11/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 };
/osnet-11/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...]
/osnet-11/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) != ':')
H A Dppproto.c545 lex(register struct proto* proto, register long flags) function
719 /* NOTE: RECURSIVE lex() should really SLIDE too */
803 lex(proto, (flags & GLOBAL) | RECURSIVE);
1023 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1538 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1600 lex(proto, (flags & GLOBAL) | DECLARE);
1848 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1886 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
2528 lex(proto, proto->flags);
H A Dpplib.h726 struct ppsymkey /* pun for SYM_KEYWORD lex val */
729 int lex; /* lex value for SYM_KEYWORD */ member in struct:ppsymkey
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c272 lex(char *buf, char *val, char **errmsg) function
495 token = lex(buf, tokval, errmsg);
632 token = lex(buf, tokval, errmsg);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h127 unsigned char* lex; /* format lex type classes */ member in struct:__anon1120
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h118 unsigned char* lex; /* format lex type classes */ member in struct:__anon1152
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h127 unsigned char* lex; /* format lex type classes */ member in struct:__anon1214
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h127 unsigned char* lex; /* format lex type classes */ member in struct:__anon1236
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h127 unsigned char* lex; /* format lex type classes */ member in struct:__anon1258
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c102 short lex; member in struct:Token_s
750 env->token.lex = 0;
761 env->token.lex = c;
823 env->token.lex = c;
826 env->token.lex = 0;
829 env->token.lex = c;
925 return env->token.lex;
928 return env->token.lex = C_MB;
929 env->token.lex = 0;
2057 if (!(c = env->token.lex)
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c190 lex(struct conf_file *filep, char *val, size_t size) function
608 } while ((token = lex(filep, tokbuf, linesize)) != T_SEMICOLON);
654 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
1899 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1915 Perl_localize(pTHX_ OP *o, I32 lex) argument
1952 lex ? (PL_in_my == KEY_our ? "our" : "my")
1957 if (lex)

Completed in 76 milliseconds