Searched refs:t_lex (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/bin/test/
H A Dtest.c190 static enum token t_lex(char *);
222 res = oexpr(t_lex(*t_wp));
224 res = !oexpr(t_lex(*t_wp));
248 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR)
249 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) ||
262 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BAND)
263 return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) &&
274 return !nexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL));
288 if ((nn = t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) ==
294 if (t_lex(narg
420 t_lex(char *s) function
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dtc.sched.c48 Char **t_lex; member in struct:sched_event
91 buf = blkexpand(tp->t_lex);
125 blkfree(tp->t_lex);
181 tp->t_lex = saveblk(v);
222 v = tp->t_lex;
233 blkfree(tp->t_lex); /* straighten out in case of */

Completed in 100 milliseconds