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

  /src/bin/test/
test.c 177 static enum token t_lex(char *);
313 res = !oexpr(t_lex(*t_wp));
428 if (t_lex(*++t_wp) == BOR)
429 return oexpr(t_lex(*++t_wp)) || res;
442 if (t_lex(*++t_wp) == BAND)
443 return aexpr(t_lex(*++t_wp)) && res;
453 return !nexpr(t_lex(*++t_wp));
466 if ((nn = t_lex(*++t_wp)) == RPAREN)
469 if (t_lex(*++t_wp) != RPAREN)
480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP)
815 t_lex(char *s) function in typeref:enum:token
    [all...]
test.c 177 static enum token t_lex(char *);
313 res = !oexpr(t_lex(*t_wp));
428 if (t_lex(*++t_wp) == BOR)
429 return oexpr(t_lex(*++t_wp)) || res;
442 if (t_lex(*++t_wp) == BAND)
443 return aexpr(t_lex(*++t_wp)) && res;
453 return !nexpr(t_lex(*++t_wp));
466 if ((nn = t_lex(*++t_wp)) == RPAREN)
469 if (t_lex(*++t_wp) != RPAREN)
480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP)
815 t_lex(char *s) function in typeref:enum:token
    [all...]
test.c 177 static enum token t_lex(char *);
313 res = !oexpr(t_lex(*t_wp));
428 if (t_lex(*++t_wp) == BOR)
429 return oexpr(t_lex(*++t_wp)) || res;
442 if (t_lex(*++t_wp) == BAND)
443 return aexpr(t_lex(*++t_wp)) && res;
453 return !nexpr(t_lex(*++t_wp));
466 if ((nn = t_lex(*++t_wp)) == RPAREN)
469 if (t_lex(*++t_wp) != RPAREN)
480 if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP)
815 t_lex(char *s) function in typeref:enum:token
    [all...]

Completed in 36 milliseconds