Home
last modified time | relevance | path

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

/freebsd-13.1/bin/test/
H A Dtest.c174 static int aexpr(enum token);
247 res = aexpr(n); in oexpr()
257 aexpr(enum token n) in aexpr() function
263 return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) && in aexpr()