Searched refs:token_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | parse_entry.c | 67 _nc_extend_names(ENTRY * entryp, const 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() 150 switch (token_type) { in _nc_extend_names() 181 temp.nte_type = token_type; in _nc_extend_names() 203 expected_type(const char *name, int token_type, bool silent) in expected_type() argument [all …]
|
H A D | alloc_ttype.c | 184 _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() 232 _nc_find_ext_name(TERMTYPE2 *tp, char *name, int token_type) in _nc_find_ext_name() argument 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() 251 _nc_ext_data_index(TERMTYPE2 *tp, int n, int token_type) in _nc_ext_data_index() argument 253 switch (token_type) { in _nc_ext_data_index() 274 _nc_del_ext_name(TERMTYPE2 *tp, char *name, int token_type) in _nc_del_ext_name() argument [all …]
|
/freebsd/usr.bin/dtc/ |
H A D | dtb.hh | 56 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/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1282 int token_type = IPFGENITER_STATE; in topipstates() local 1430 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type); in topipstates()
|