Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c67 _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 Dalloc_ttype.c184 _nc_first_ext_name(const 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(const 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(const TERMTYPE2 *tp, const char *name, int token_type) in _nc_find_ext_name() argument
236 unsigned first = _nc_first_ext_name(tp, token_type); in _nc_find_ext_name()
237 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name()
253 _nc_ext_data_index(const TERMTYPE2 *tp, int n, int token_type) in _nc_ext_data_index() argument
255 switch (token_type) { in _nc_ext_data_index()
276 _nc_del_ext_name(TERMTYPE2 *tp, const char *name, int token_type) in _nc_del_ext_name() argument
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/otp/
H A Dotp_state.c56 } token_type; typedef
59 const token_type *type;
75 token_type *types;
133 token_type_free(token_type *type) in token_type_free()
146 token_type_default(token_type *out) in token_type_default()
178 token_type_decode(profile_t profile, const char *name, token_type *out) in token_type_decode()
283 token_types_free(token_type *types) in token_types_free()
298 token_types_decode(profile_t profile, token_type **out) in token_types_decode()
301 token_type *types = NULL; in token_types_decode()
318 types = k5calloc(i + 2, sizeof(token_type), &retval); in token_types_decode()
[all …]
/freebsd/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/contrib/libyaml/src/
H A Dyaml_private.h499 #define TOKEN_INIT(token,token_type,token_start_mark,token_end_mark) \ argument
501 (token).type = (token_type), \
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1282 int token_type = IPFGENITER_STATE; in topipstates() local
1430 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type); in topipstates()