HomeSort by: relevance | last modified time | path
    Searched defs:aexpr (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/test/
test.c 33 oexpr ::= aexpr | aexpr "-o" oexpr ;
34 aexpr ::= nexpr | nexpr "-a" aexpr ;
173 static int aexpr(enum token);
425 res = aexpr(n);
435 aexpr(enum token n) function in typeref:typename:int
443 return aexpr(t_lex(*++t_wp)) && res;
test.c 33 oexpr ::= aexpr | aexpr "-o" oexpr ;
34 aexpr ::= nexpr | nexpr "-a" aexpr ;
173 static int aexpr(enum token);
425 res = aexpr(n);
435 aexpr(enum token n) function in typeref:typename:int
443 return aexpr(t_lex(*++t_wp)) && res;

Completed in 24 milliseconds