t_wp 144 usr/bin/test/test.c static char **t_wp; t_wp 188 usr/bin/test/test.c t_wp = &argv[1]; t_wp 189 usr/bin/test/test.c res = !oexpr(t_lex(*t_wp)); t_wp 191 usr/bin/test/test.c if (*t_wp != NULL && *++t_wp != NULL) t_wp 192 usr/bin/test/test.c syntax(*t_wp, "unexpected operator"); t_wp 213 usr/bin/test/test.c if (t_lex(*++t_wp) == BOR) t_wp 214 usr/bin/test/test.c return oexpr(t_lex(*++t_wp)) || res; t_wp 215 usr/bin/test/test.c t_wp--; t_wp 225 usr/bin/test/test.c if (t_lex(*++t_wp) == BAND) t_wp 226 usr/bin/test/test.c return aexpr(t_lex(*++t_wp)) && res; t_wp 227 usr/bin/test/test.c t_wp--; t_wp 236 usr/bin/test/test.c return !nexpr(t_lex(*++t_wp)); t_wp 249 usr/bin/test/test.c if ((nn = t_lex(*++t_wp)) == RPAREN) t_wp 252 usr/bin/test/test.c if (t_lex(*++t_wp) != RPAREN) t_wp 258 usr/bin/test/test.c if (*++t_wp == NULL) t_wp 262 usr/bin/test/test.c return strlen(*t_wp) == 0; t_wp 264 usr/bin/test/test.c return strlen(*t_wp) != 0; t_wp 266 usr/bin/test/test.c return isatty(getn(*t_wp)); t_wp 268 usr/bin/test/test.c return filstat(*t_wp, n); t_wp 272 usr/bin/test/test.c if (t_lex(t_wp[1]), t_wp_op && t_wp_op->op_type == BINOP) { t_wp 276 usr/bin/test/test.c return strlen(*t_wp) > 0; t_wp 285 usr/bin/test/test.c opnd1 = *t_wp; t_wp 286 usr/bin/test/test.c (void) t_lex(*++t_wp); t_wp 289 usr/bin/test/test.c if ((opnd2 = *++t_wp) == NULL) t_wp 387 usr/bin/test/test.c (op->op_num == LPAREN && *(t_wp+1) == 0)) t_wp 405 usr/bin/test/test.c if ((s = *(t_wp+1)) == 0) t_wp 407 usr/bin/test/test.c if ((t = *(t_wp+2)) == 0)