Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c203 nontrst[ii].tvalue = 0; in setup()
404 j = nontrst[t-NTBASE].tvalue; in setup()
417 nontrst[t-NTBASE].tvalue = ty; in setup()
789 nontrst[*prdptr[nprod]-NTBASE].tvalue) { in setup()
803 tempty = nontrst[tempty-NTBASE].tvalue; in setup()
806 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) { in setup()
1269 v = nontrst[t-NTBASE].tvalue; in fdtype()
2040 return (mbchars->tvalue); in findchtok()
2053 return (mbchars[nmbchars-1].tvalue = extval++); in findchtok()
H A Ddextern.h182 int tvalue; /* token issued for the character */ member
187 int tvalue; member
H A Dy4.c59 yypgo = &nontrst[0].tvalue; in callopt()
H A Dy3.c558 (int)mbchars[i].character, mbchars[i].tvalue); in wrmbchars()
H A Dyaccpar109 return yymbchars[mid].tvalue;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.msg233 \tvalue is AND'd against the existing value. If -or is\n\
235 \tvalue. If neither -and or -or are specified, the new value\n\
253 \tvalue is AND'd against the existing value. If -or is\n\
255 \tvalue. If neither -and or -or are specified, the new value\n\
273 \tvalue is AND'd against the existing value. If -or is\n\
275 \tvalue. If neither -and or -or are specified, the new value\n\
293 \tvalue is AND'd against the existing value. If -or is\n\
295 \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\
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c1052 time_t tvalue = (time_t)value; in main() local
1053 printf("%s", ctime(&tvalue)); in main()