HomeSort by relevance Sort by last modified time
    Searched defs:lex (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
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 };
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
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['5'] = 5
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filesync/
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
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/
rules.c 42 char * lex(FILE *);
64 while (s = lex(file)) {
129 s = lex(0);
166 while ((s = lex(0))
175 while ((s = lex(0)) != 0) {
194 while ((s = lex(0)) != 0) {
202 s = lex(0);
281 while (s = lex(fd)) {
283 while (s = lex(0)) {
310 while (s = lex(0))
337 lex(FILE *fd) function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
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) != ':')
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))
    [all...]
pplib.h 726 struct ppsymkey /* pun for SYM_KEYWORD lex val */
729 int lex; /* lex value for SYM_KEYWORD */ member in struct:ppsymkey
  /onnv/onnv-gate/usr/src/cmd/mailx/
list.c 500 static struct lex { struct
520 register struct lex *lp;
lex.c 56 static const struct cmd *lex(char word[]);
490 com = lex(word);
756 lex(char word[]) function
  /onnv/onnv-gate/usr/src/cmd/bart/
rules.c 42 static char *lex(FILE *);
442 s = lex(file);
467 s = lex(0);
470 s = lex(0);
495 s = lex(0);
531 s = lex(0);
535 s = lex(0);
538 s = lex(0);
810 lex(FILE *file) function
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.lex.c 74 * Lex returns to its caller not only a wordlist (as a "var" parameter)
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);
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/usb/common/
cfga_configfile.c 272 lex(char *buf, char *val, char **errmsg) function
495 token = lex(buf, tokval, errmsg);
632 token = lex(buf, tokval, errmsg);
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
tm.h 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon21
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
tm.h 118 unsigned char* lex; /* format lex type classes */ member in struct:__anon55
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
tm.h 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon119
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
tm.h 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon141
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
tm.h 127 unsigned char* lex; /* format lex type classes */ member in struct:__anon163
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regcomp.c 101 short lex; member in struct:Token_s
736 env->token.lex = 0;
747 env->token.lex = c;
809 env->token.lex = c;
812 env->token.lex = 0;
815 env->token.lex = c;
911 return env->token.lex;
914 return env->token.lex = C_MB;
915 env->token.lex = 0;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devfsmap.c 192 lex(struct conf_file *filep, char *val, size_t size) function
610 } while ((token = lex(filep, tokbuf, linesize)) != T_SEMICOLON);
656 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
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(r, pat)
    [all...]

Completed in 7209 milliseconds