/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/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) != ':')
|
H A D | ppproto.c | 545 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 D | pplib.h | 726 struct ppsymkey /* pun for SYM_KEYWORD lex val */ 729 int lex; /* lex value for SYM_KEYWORD */ member in struct:ppsymkey
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | files.c | 35 * lex ....... a lexer that can handle escaped/embedded blanks 48 * cause trouble when we re-lex that file later. 302 * lex 325 lex(FILE *file) function
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.parse.c | 37 * Perform aliasing on the word list lex 43 alias(struct wordent *lex) argument 59 asyntax(lex->next, lex); 150 redid = lex(&alout);
|
H A D | sh.lex.c | 88 lex(struct wordent *hp) function 94 tprintf("TRACE- lex()\n"); 126 tprintf("Exiting lex()\n"); 724 struct wordent lex; local 726 struct wordent *hp = &lex; 748 return (&enthist(-1000, &lex, 0)->Hlex);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 56 static const struct cmd *lex(char word[]); 490 com = lex(word); 756 lex(char word[]) function
|
H A D | list.c | 500 static struct lex { struct 520 register struct lex *lp;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 272 lex(char *buf, char *val, char **errmsg) function 495 token = lex(buf, tokval, errmsg); 632 token = lex(buf, tokval, errmsg);
|
/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/libast/amd64/include/ast/ |
H A D | tm.h | 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon2601
|
/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/lib/libast/i386/include/ast/ |
H A D | tm.h | 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon2701
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon2723
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon2745
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 102 short lex; member in struct:Token_s 740 env->token.lex = 0; 751 env->token.lex = c; 813 env->token.lex = c; 816 env->token.lex = 0; 819 env->token.lex = c; 915 return env->token.lex; 918 return env->token.lex = C_MB; 919 env->token.lex = 0; 2032 if (!(c = env->token.lex) [all...] |
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 190 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) { 1900 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 266 static void lex(re_re *r, PATTERN *pat); 915 lex(r, pat); 947 lex(re_re *r, PATTERN *pat) function 1054 lex(r, pat); 1058 lex(r, pat); 1072 lex(r, pat); 1075 lex(r, pat); 1079 lex(r, pat); 1099 lex(r, pat); 1126 lex( [all...] |