Searched refs:tval (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-10-stable/contrib/byacc/test/
H A Dinherit1.y25 %token <tval> REAL INTEGER
30 %type <tval> type
35 type tval;
58 { $$->s = mksymbol($<tval>0, $<cval>-1, $2);
62 { $$->s = mksymbol($<tval>0, $<cval>-1, $1);
69 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expects it */
H A Derr_inherit2.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval;
64 namelist($<tval>c, $t, extra): namelist NAME
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit1.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval;
H A Derr_inherit3.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit5.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Dinherit2.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit4.y24 %token <tval> REAL INTEGER
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
30 %type <tval> type
44 type tval;
H A Dbtyacc_destroy1.y30 %token <tval> REAL INTEGER
36 %type <tval> type
53 type tval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
H A Dbtyacc_destroy2.y30 %token <tval> REAL INTEGER
36 %type <tval> type
53 type tval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
H A Dbtyacc_destroy3.y33 %token <tval> REAL INTEGER
39 %type <tval> type
56 type tval;
79 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
/freebsd-10-stable/bin/pax/
H A Dgen_subs.c218 u_long tval = 0; local
229 * for each valid digit, shift running value (tval) over to next digit
235 tval = (tval << 4) + (*str++ - '0');
237 tval = (tval << 4) + 10 + (*str++ - 'A');
239 tval = (tval << 4) + 10 + (*str++ - 'a');
245 tval = (tval <<
315 u_quad_t tval = 0; local
[all...]
/freebsd-10-stable/usr.bin/chpass/
H A Dutil.c66 ttoa(time_t tval) argument
71 if (tval) {
72 tp = localtime(&tval);
87 time_t tval; local
96 (void)time(&tval);
97 lt = localtime(&tval);
135 if ((tval = mktime(lt)) < 0)
137 *store = tval;
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.h18 type tval; member in union:__anon743
H A Dbtyacc_destroy2.tab.h18 type tval; member in union:__anon748
H A Dbtyacc_destroy3.tab.h18 type tval; member in union:__anon753
H A Derr_inherit3.tab.h18 type tval; member in union:__anon768
H A Derr_inherit4.tab.h18 type tval; member in union:__anon773
H A Dinherit1.tab.h18 type tval; member in union:__anon788
H A Dinherit2.tab.h18 type tval; member in union:__anon793
/freebsd-10-stable/contrib/one-true-awk/
H A Dawk.h84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */ member in struct:Cell
103 /* Cell.tval values: */
190 #define isrec(n) ((n)->tval & REC)
191 #define isfld(n) ((n)->tval & FLD)
192 #define isstr(n) ((n)->tval & STR)
193 #define isnum(n) ((n)->tval & NUM)
194 #define isarr(n) ((n)->tval & ARR)
195 #define isfcn(n) ((n)->tval & FCN)
199 /* #define freeable(p) (!((p)->tval & DONTFREE)) */
200 #define freeable(p) ( ((p)->tval
[all...]
H A Dtran.c215 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval) );
224 p->tval = t;
234 (void*)p, p->nval, p->sval, p->fval, p->tval) );
285 if ((vp->tval & (NUM | STR)) == 0)
299 vp->tval &= ~STR; /* mark string invalid */
300 vp->tval |= NUM; /* mark number ok */
303 dprintf( ("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval) );
311 if (vp->tval & FCN)
314 vp, vp->nval, vp->sval, vp->fval, vp->tval);
323 (void*)vp, NN(vp->nval), s, vp->tval, donere
[all...]
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c52 static int32_t elapsed (int32_t tval);
69 int32_t opt, detach, tval; local
74 tval = 10; /* sec */
106 tval = strtol(optarg, (char **) &ep, 10);
107 if (*ep != '\0' || tval <= 0)
159 if (elapsed(tval))
220 elapsed(int32_t tval) argument
227 if (now.tv_sec - last.tv_sec >= tval) {
262 " -t tval specify client rescan interval (sec)\n" \
/freebsd-10-stable/sbin/dhclient/
H A Dparse.c326 int negative = 0, tval, max; local
351 tval = *ptr++;
353 if (tval >= 'a')
354 tval = tval - 'a' + 10;
355 else if (tval >= 'A')
356 tval = tval - 'A' + 10;
357 else if (tval >= '0')
358 tval
[all...]
/freebsd-10-stable/bin/date/
H A Ddate.c66 static time_t tval; variable
120 tval = strtoq(optarg, &tmp, 0);
123 tval = sb.st_mtim.tv_sec;
154 if (!rflag && time(&tval) == -1)
177 lt = localtime(&tval);
214 lt = localtime(&tval);
295 if ((tval = mktime(lt)) == -1)
300 if (nflag || netsettime(tval)) {
304 tv.tv_sec = tval;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dc-exp.c254 struct type *tval; member in union:YYSTYPE
1517 write_exp_elt_type(yyvsp[0].tval);
1666 write_exp_elt_type (yyvsp[-2].tval);
1673 write_exp_elt_type (yyvsp[-2].tval);
1825 CHECK_TYPEDEF (yyvsp[-1].tval);
1826 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
1921 struct type *type = yyvsp[-2].tval;
1938 struct type *type = yyvsp[-3].tval;
2135 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
[all...]

Completed in 148 milliseconds

1234