Home
last modified time | relevance | path

Searched refs:token_type (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dparse_entry.c67 _nc_extend_names(ENTRY * entryp, char *name, int token_type) in _nc_extend_names() argument
77 switch (token_type) { in _nc_extend_names()
101 token_type = STRING; in _nc_extend_names()
103 token_type = NUMBER; in _nc_extend_names()
105 token_type = BOOLEAN; in _nc_extend_names()
107 return _nc_extend_names(entryp, name, token_type); in _nc_extend_names()
126 switch (token_type) { in _nc_extend_names()
141 switch (token_type) { in _nc_extend_names()
172 temp.nte_type = token_type; in _nc_extend_names()
206 int token_type; in _nc_parse_entry() local
[all …]
Dalloc_ttype.c151 _nc_first_ext_name(TERMTYPE * tp, int token_type) in _nc_first_ext_name() argument
155 switch (token_type) { in _nc_first_ext_name()
176 _nc_last_ext_name(TERMTYPE * tp, int token_type) in _nc_last_ext_name() argument
180 switch (token_type) { in _nc_last_ext_name()
199 _nc_find_ext_name(TERMTYPE * tp, char *name, int token_type) in _nc_find_ext_name() argument
202 unsigned first = _nc_first_ext_name(tp, token_type); in _nc_find_ext_name()
203 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name()
218 _nc_ext_data_index(TERMTYPE * tp, int n, int token_type) in _nc_ext_data_index() argument
220 switch (token_type) { in _nc_ext_data_index()
241 _nc_del_ext_name(TERMTYPE * tp, char *name, int token_type) in _nc_del_ext_name() argument
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lex.l631 name_lookup (char *name0, char *err_name, int *token_type, int depth)
708 *token_type = OBJECT_RENAMING;
724 result = name_lookup (new_name, err_name, token_type, depth - 1);
732 *token_type = TYPENAME;
760 *token_type = TYPENAME;
768 *token_type = NAME;
781 *token_type = NAME;
820 *token_type = NAME;
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_include.c1186 enum token_type { enum
1193 enum token_type type;
/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c217 enum token_type { enum
299 enum token_type type = TOKENTYPE_NONE; in S_tokereport()