Searched refs:tvalue (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 184 int tvalue; /* token issued for the character */ member 189 int tvalue; member
|
H A D | y2.c | 205 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 D | y4.c | 61 yypgo = &nontrst[0].tvalue; in callopt()
|
H A D | y3.c | 564 (int)mbchars[i].character, mbchars[i].tvalue); in wrmbchars()
|
H A D | yaccpar | 115 return yymbchars[mid].tvalue;
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_solaris.c | 414 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 D | cap.msg | 225 \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 D | str.msg | 218 \tvalue giving the size of the unused space. If str:set is used\n\
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 7102 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 D | fsdb.c | 1062 time_t tvalue = (time_t)value; in main() local 1063 printf("%s", ctime(&tvalue)); in main()
|