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

  /src/bin/test/
test.c 166 static char **t_wp; variable in typeref:typename:char **
312 t_wp = &argv[1];
313 res = !oexpr(t_lex(*t_wp));
315 if (*t_wp != NULL && *++t_wp != NULL)
316 syntax(*t_wp, "unexpected operator");
426 if (*t_wp == NULL)
428 if (t_lex(*++t_wp) == BOR)
429 return oexpr(t_lex(*++t_wp)) || res;
430 t_wp--
    [all...]
test.c 166 static char **t_wp; variable in typeref:typename:char **
312 t_wp = &argv[1];
313 res = !oexpr(t_lex(*t_wp));
315 if (*t_wp != NULL && *++t_wp != NULL)
316 syntax(*t_wp, "unexpected operator");
426 if (*t_wp == NULL)
428 if (t_lex(*++t_wp) == BOR)
429 return oexpr(t_lex(*++t_wp)) || res;
430 t_wp--
    [all...]

Completed in 23 milliseconds