Searched defs:token_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/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...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1752 meta_token_object_deactivate(token_obj_type_t token_type) argument
1766 if ((token_type == ALL_TOKEN) ||
1767 ((object->isPrivate) && (token_type == PRIVATE_TOKEN)) ||
1768 ((!object->isPrivate) && (token_type == PUBLIC_TOKEN))) {
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h403 } token_type; typedef in typeref:enum:__anon1989
546 token_type t);
552 const char **end_token, token_type *t);

Completed in 26 milliseconds