Searched refs:token_type (Results 1 – 11 of 11) sorted by relevance
169 int token_type; in compile() local173 token_type = get_token(); in compile()175 if (token_type != NAMES) in compile()179 while (token_type != EOF) in compile()180 token_type = do_entry((struct use_item *)NULL); in compile()193 if ((token_type = get_token()) != NAMES) in compile()205 if ((token_type = get_token()) != NAMES) in compile()283 int token_type; local296 for (token_type = get_token();297 token_type != EOF && token_type != NAMES;[all …]
549 register int token_type; local560 for (token_type = get_token(); 561 token_type != EOF && token_type != NAMES;562 token_type = get_token()) {576 switch (token_type) {612 return (token_type);626 return (token_type);644 int token_type; in compile() local648 token_type = get_token(); in compile()650 if (token_type != NAMES) in compile()[all …]
117 void sup_pushtoken(char *token_buf, int token_type);
2355 int token_type; in datafile_error() local2373 token_type = sup_gettoken(token_buf); in datafile_error()2374 } while (token_type != SUP_EOF && token_type != SUP_EOL); in datafile_error()2376 if (token_type == SUP_EOF) { in datafile_error()2377 sup_pushtoken(token_buf, token_type); in datafile_error()
2349 sup_pushtoken(token_buf, token_type) in sup_pushtoken() argument2351 int token_type;2360 pushed_token = token_type;
480 } token_type; typedef623 token_type t);629 const char **end_token, token_type *t);
613 token_type token; in parse_name_fields()1042 token_type t; in get_mapping_rule()1146 token_type t; in get_lhs()1249 token_type t; in get_lhs_match()1374 token_type t; in get_lhs_paren_item()1446 token_type t; in get_rhs()1596 token_type t; in get_print_mapping_element()1720 token_type t; in get_mapping_item()1858 token_type t; in get_print_sub_element()1947 token_type t; in get_subElement()[all …]
1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) in get_next_token()1944 skip_token(const char *s, const char *end_s, token_type t) in skip_token()
1743 meta_token_object_deactivate(token_obj_type_t token_type) in meta_token_object_deactivate() argument1757 if ((token_type == ALL_TOKEN) || in meta_token_object_deactivate()1758 ((object->isPrivate) && (token_type == PRIVATE_TOKEN)) || in meta_token_object_deactivate()1759 ((!object->isPrivate) && (token_type == PUBLIC_TOKEN))) { in meta_token_object_deactivate()
653 CK_RV meta_token_object_deactivate(token_obj_type_t token_type);
20 %token_type {Token}