Home
last modified time | relevance | path

Searched refs:token_table (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/groff/src/preproc/refer/
HDtoken.cpp34 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable
159 if (token_table[n].tok == 0) { in store_token()
162 token_table[n].tok = tok; in store_token()
165 if (strcmp(tok, token_table[n].tok) == 0) in store_token()
172 token_table[n].ti.set(typ, sk, oc); in store_token()
182 if (token_table[n].tok == 0) in lookup_token()
184 if (strlen(token_table[n].tok) == size_t(end - start) in lookup_token()
185 && memcmp(token_table[n].tok, start, end - start) == 0) in lookup_token()
186 return &(token_table[n].ti); in lookup_token()
/NextBSD/contrib/groff/src/preproc/eqn/
HDlex.cpp63 } token_table[] = { variable
262 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) { in init_table()
265 def->tok = token_table[i].token; in init_table()
266 macro_table.define(token_table[i].name, def); in init_table()
/NextBSD/lib/libnotify/
HDnotify_client.c409 globals->token_table = NULL; in _notify_fork_child()
436 globals->token_table = _nc_table_new(CLIENT_TOKEN_TABLE_SIZE); in token_table_add()
440 if (globals->token_table == NULL) return -1; in token_table_add()
462 _nc_table_insert_n(globals->token_table, t->token, t); in token_table_add()
524 t = (token_table_node_t *)_nc_table_find_n(globals->token_table, token); in token_table_find_retain()
536 return (token_table_node_t *)_nc_table_find_n(globals->token_table, token); in token_table_find_no_lock()
642 tt = _nc_table_traverse_start(globals->token_table); in _notify_lib_regenerate()
645 t = _nc_table_traverse(globals->token_table, tt); in _notify_lib_regenerate()
650 _nc_table_traverse_end(globals->token_table, tt); in _notify_lib_regenerate()
930 _nc_table_delete_n(globals->token_table, t->token); in token_table_release_no_lock()
[all …]
HDnotify_internal.h56 table_t *token_table; member
/NextBSD/contrib/byacc/
HDdefs.h289 extern int token_table;
HDmain.c94 int token_table; variable
HDoutput.c1308 if (token_table) in output_debug()
1441 if (token_table) in output_debug()
HDreader.c1557 token_table = 1; in read_declarations()
/NextBSD/contrib/groff/
HDChangeLog.115821 * eqn/lex.cc (token_table, def_table): Likewise.
3837 * eqn/lex.c (token_table): Add SPECIAL.
4486 * eqn/lex.c (token_table): Bind `opprime' instead of `prime' to
4878 * eqn/lex.c: Add UNDERACCENT to token_table. Add utilde to