Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tic/
H A Dtic_parse.c169 int token_type; in compile() local
173 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; local
296 for (token_type = get_token();
297 token_type != EOF && token_type != NAMES;
[all …]
/titanic_44/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c549 register int token_type; local
560 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() local
648 token_type = get_token(); in compile()
650 if (token_type != NAMES) in compile()
[all …]
/titanic_44/usr/src/cmd/format/
H A Dio.h117 void sup_pushtoken(char *token_buf, int token_type);
H A Dstartup.c2355 int token_type; in datafile_error() local
2373 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()
H A Dio.c2349 sup_pushtoken(token_buf, token_type) in sup_pushtoken() argument
2351 int token_type;
2360 pushed_token = token_type;
/titanic_44/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h480 } token_type; typedef
623 token_type t);
629 const char **end_token, token_type *t);
H A Dnis_parse_ldap_map.c613 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 …]
H A Dnis_parse_ldap_util.c1850 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()
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1743 meta_token_object_deactivate(token_obj_type_t token_type) in meta_token_object_deactivate() argument
1757 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()
H A DmetaGlobal.h653 CK_RV meta_token_object_deactivate(token_obj_type_t token_type);
/titanic_44/usr/src/lib/libsqlite/src/
H A Dparse.y20 %token_type {Token}