Searched refs:token_table (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/groff-38/groff/src/preproc/refer/
H A Dtoken.cpp34 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable
159 if (token_table[n].tok == 0) {
162 token_table[n].tok = tok;
165 if (strcmp(tok, token_table[n].tok) == 0)
172 token_table[n].ti.set(typ, sk, oc);
182 if (token_table[n].tok == 0)
184 if (strlen(token_table[n].tok) == size_t(end - start)
185 && memcmp(token_table[n].tok, start, end - start) == 0)
186 return &(token_table[n].ti);
/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h56 table_t *token_table; member in struct:notify_globals_s
H A Dnotify_client.c406 globals->token_table = NULL;
431 globals->token_table = _nc_table_new(CLIENT_TOKEN_TABLE_SIZE);
435 if (globals->token_table == NULL) return -1;
457 _nc_table_insert_n(globals->token_table, t->token, t);
519 t = (token_table_node_t *)_nc_table_find_n(globals->token_table, token);
531 return (token_table_node_t *)_nc_table_find_n(globals->token_table, token);
635 tt = _nc_table_traverse_start(globals->token_table);
638 t = _nc_table_traverse(globals->token_table, tt);
643 _nc_table_traverse_end(globals->token_table, tt);
919 _nc_table_delete_n(globals->token_table,
[all...]
/macosx-10.10/ruby-106/ruby/lib/racc/
H A Dparser.rb276 _, _, token_table, _,
291 @racc_t = (token_table[tok] or 1) # error token
325 _, _, token_table, _,
342 @racc_t = (token_table[tok] or 1) # error token
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Dlex.cpp63 } token_table[] = { variable in typeref:struct:__anon9053
262 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) {
265 def->tok = token_table[i].token;
266 macro_table.define(token_table[i].name, def);
/macosx-10.10/ruby-106/ruby/ext/racc/cparse/
H A Dcparse.c157 VALUE token_table; /* token conversion table */ member in struct:cparse_params
347 v->token_table = assert_hash (RARRAY_PTR(arg)[10]);
400 rb_gc_mark(v->token_table);
492 v->t = rb_hash_aref(v->token_table, tok);

Completed in 108 milliseconds