Searched refs:token_type (Results 1 – 4 of 4) sorted by relevance
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()126 switch (token_type) { in _nc_extend_names()150 switch (token_type) { in _nc_extend_names()287 int token_type; in _nc_parse_entry() local299 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 …]
184 _nc_first_ext_name(TERMTYPE2 *tp, int token_type) in _nc_first_ext_name() argument188 switch (token_type) { in _nc_first_ext_name()209 _nc_last_ext_name(TERMTYPE2 *tp, int token_type) in _nc_last_ext_name() argument213 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 …]
56 enum token_type enum94 inline const char *token_type_name(token_type t) in token_type_name()166 inline void write_token(token_type t) in write_token()
1286 int token_type = IPFGENITER_STATE; in topipstates() local1434 (void) ioctl(state_fd, SIOCIPFDELTOK, &token_type); in topipstates()