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

  /src/bin/test/
test.c 181 static int perform_unop(enum token, const char *);
354 return !perform_unop(op->op_num, a2);
477 return perform_unop(n, *t_wp);
489 perform_unop(enum token n, const char *opnd) function in typeref:typename:int
test.c 181 static int perform_unop(enum token, const char *);
354 return !perform_unop(op->op_num, a2);
477 return perform_unop(n, *t_wp);
489 perform_unop(enum token n, const char *opnd) function in typeref:typename:int

Completed in 26 milliseconds