Searched refs:token_type (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/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; local
648 token_type
[all...]
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c169 int token_type; local
173 token_type = get_token();
175 if (token_type != NAMES)
179 while (token_type != EOF)
180 token_type = do_entry((struct use_item *)NULL);
193 if ((token_type = get_token()) != NAMES)
205 if ((token_type = get_token()) != NAMES)
283 int token_type; local
296 for (token_type = get_token();
297 token_type !
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dio.h117 void sup_pushtoken(char *token_buf, int token_type);
H A Dstartup.c2355 int token_type; local
2373 token_type = sup_gettoken(token_buf);
2374 } while (token_type != SUP_EOF && token_type != SUP_EOL);
2376 if (token_type == SUP_EOF) {
2377 sup_pushtoken(token_buf, token_type);
H A Dio.c2349 sup_pushtoken(token_buf, token_type)
2351 int token_type;
2360 pushed_token = token_type;
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c610 token_type token;
1039 token_type t;
1143 token_type t;
1246 token_type t;
1371 token_type t;
1443 token_type t;
1593 token_type t;
1717 token_type t;
1855 token_type t;
1944 token_type
[all...]
H A Dnis_parse_ldap_util.c1850 get_next_token(const char **begin_token, const char **end_token, token_type *t)
1944 skip_token(const char *s, const char *end_s, token_type t)
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1743 meta_token_object_deactivate(token_obj_type_t token_type) argument
1757 if ((token_type == ALL_TOKEN) ||
1758 ((object->isPrivate) && (token_type == PRIVATE_TOKEN)) ||
1759 ((!object->isPrivate) && (token_type == PUBLIC_TOKEN))) {
H A DmetaGlobal.h653 CK_RV meta_token_object_deactivate(token_obj_type_t token_type);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y20 %token_type {Token}

Completed in 168 milliseconds