Home
last modified time | relevance | path

Searched refs:tvalue (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h184 int tvalue; /* token issued for the character */ member
189 int tvalue; member
H A Dy2.c205 nontrst[ii].tvalue = 0;
410 j = nontrst[t-NTBASE].tvalue;
423 nontrst[t-NTBASE].tvalue = ty;
797 nontrst[*prdptr[nprod]-NTBASE].tvalue) {
810 tempty = nontrst[tempty-NTBASE].tvalue;
813 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) {
1277 v = nontrst[t-NTBASE].tvalue; in fdtype()
2052 return (mbchars->tvalue);
2065 return (mbchars[nmbchars-1].tvalue = extval++);
H A Dy4.c61 yypgo = &nontrst[0].tvalue; in callopt()
H A Dy3.c564 (int)mbchars[i].character, mbchars[i].tvalue); in wrmbchars()
H A Dyaccpar115 return yymbchars[mid].tvalue;
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c414 char **tvalue = NULL; in __profile_add_realm_entry() local
429 for (tvalue = values; *tvalue; tvalue++) { in __profile_add_realm_entry()
431 code = profile_add_relation(profile, hierarchy, *tvalue); in __profile_add_realm_entry()
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.msg225 \tvalue is AND'd against the existing value. If -or is\n\
227 \tvalue. If neither -and or -or are specified, the new value\n\
245 \tvalue is AND'd against the existing value. If -or is\n\
247 \tvalue. If neither -and or -or are specified, the new value\n\
265 \tvalue is AND'd against the existing value. If -or is\n\
267 \tvalue. If neither -and or -or are specified, the new value\n\
H A Dstr.msg218 \tvalue giving the size of the unused space. If str:set is used\n\
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c7102 char *tvalue = NULL; in xget_print_user_props() local
7109 if (get_userprop(zfh, prop, &name, &tvalue, NULL)) { in xget_print_user_props()
7118 print_property(zfh, name, tvalue, src); in xget_print_user_props()
7121 free(tvalue); in xget_print_user_props()
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c1062 time_t tvalue = (time_t)value; in main() local
1063 printf("%s", ctime(&tvalue)); in main()