Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c77 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()
126 switch (token_type) { in _nc_extend_names()
150 switch (token_type) { in _nc_extend_names()
287 int token_type; in _nc_parse_entry() local
299 if (token_type == EOF) in _nc_parse_entry()
367 token_type != EOF && token_type != NAMES; in _nc_parse_entry()
504 if (token_type == NUMBER in _nc_parse_entry()
[all …]
H A Dalloc_ttype.c184 _nc_first_ext_name(TERMTYPE2 *tp, int token_type) in _nc_first_ext_name() argument
188 switch (token_type) { in _nc_first_ext_name()
209 _nc_last_ext_name(TERMTYPE2 *tp, int token_type) in _nc_last_ext_name() argument
213 switch (token_type) { in _nc_last_ext_name()
235 unsigned first = _nc_first_ext_name(tp, token_type); in _nc_find_ext_name()
236 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name()
253 switch (token_type) { in _nc_ext_data_index()
285 first = _nc_ext_data_index(tp, first, token_type); in _nc_del_ext_name()
286 switch (token_type) { in _nc_del_ext_name()
322 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_ins_ext_name()
[all …]
/freebsd-14.2/usr.bin/dtc/
H A Ddtb.hh56 enum token_type enum
94 inline const char *token_type_name(token_type t) in token_type_name()
166 inline void write_token(token_type t) in write_token()
/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c1286 int token_type = IPFGENITER_STATE; in topipstates() local
1434 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type); in topipstates()