Home
last modified time | relevance | path

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

/freebsd-12.1/bin/test/
H A Dtest.c188 static int oexpr(enum token);
224 res = oexpr(t_lex(*t_wp)); in main()
226 res = !oexpr(t_lex(*t_wp)); in main()
245 oexpr(enum token n) in oexpr() function
251 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) || in oexpr()
295 res = oexpr(nn); in primary()