Lines Matching defs:test
22 * test expression
37 #include "test.h"
73 struct test
81 static char *nxtarg(struct test*,int);
82 static int expr(struct test*,int);
83 static int e3(struct test*);
113 struct test tdata;
138 /* posix portion for test */
192 * evaluate a test expression.
197 static int expr(struct test *tp,register int flag)
236 static char *nxtarg(struct test *tp,int mt)
251 static int e3(struct test *tp)
279 /* test -t with no arguments */