HomeSort by: relevance | last modified time | path
    Searched defs:token_table (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/refer/
token.cpp 36 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable
161 if (token_table[n].tok == 0) {
164 token_table[n].tok = tok;
167 if (strcmp(tok, token_table[n].tok) == 0)
174 token_table[n].ti.set(typ, sk, oc);
184 if (token_table[n].tok == 0)
186 if (strlen(token_table[n].tok) == size_t(end - start)
187 && memcmp(token_table[n].tok, start, end - start) == 0)
188 return &(token_table[n].ti);
  /src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp 65 } token_table[] = { variable in typeref:struct:__anon9358
264 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) {
267 def->tok = token_table[i].token;
268 macro_table.define(token_table[i].name, def);
  /src/external/bsd/byacc/dist/
main.c 105 int token_table; variable
  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.c 4445 token_table[] = variable in typeref:struct:__anon9970
4590 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
4674 if (strcasecmp (rl78_lex_start, token_table[i].string) == 0
4675 && !(token_table[i].val == IS_OPCODE && rl78_last_token != 0)
4676 && !(token_table[i].token == FLAG && !need_flag))
4678 rl78_lval.regno = token_table[i].val;
4681 rl78_last_token = token_table[i].token;
4682 return token_table[i].token;
rx-parse.c 4571 token_table[] = variable in typeref:struct:__anon9972
4835 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
5001 if (strcasecmp (rx_lex_start, token_table[i].string) == 0
5002 && !(token_table[i].val == IS_OPCODE && rx_last_token != 0)
5003 && !(token_table[i].token == FLAG && !need_flag))
5005 rx_lval.regno = token_table[i].val;
5008 rx_last_token = token_table[i].token;
5009 return token_table[i].token;
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.c 4445 token_table[] = variable in typeref:struct:__anon11442
4590 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
4674 if (strcasecmp (rl78_lex_start, token_table[i].string) == 0
4675 && !(token_table[i].val == IS_OPCODE && rl78_last_token != 0)
4676 && !(token_table[i].token == FLAG && !need_flag))
4678 rl78_lval.regno = token_table[i].val;
4681 rl78_last_token = token_table[i].token;
4682 return token_table[i].token;
rx-parse.c 4571 token_table[] = variable in typeref:struct:__anon11444
4835 #define NUM_TOKENS (sizeof (token_table) / sizeof (token_table[0]))
5001 if (strcasecmp (rx_lex_start, token_table[i].string) == 0
5002 && !(token_table[i].val == IS_OPCODE && rx_last_token != 0)
5003 && !(token_table[i].token == FLAG && !need_flag))
5005 rx_lval.regno = token_table[i].val;
5008 rx_last_token = token_table[i].token;
5009 return token_table[i].token;

Completed in 32 milliseconds