Home
last modified time | relevance | path

Searched refs:t_wp (Results 1 – 1 of 1) sorted by relevance

/src/bin/test/
H A Dtest.c168 static char **t_wp; variable
213 t_wp = &argv[1]; in main()
215 if (nargc == 4 && strcmp(*t_wp, "!") == 0) { in main()
218 ++t_wp; in main()
219 res = oexpr(t_lex(*t_wp)); in main()
221 res = !oexpr(t_lex(*t_wp)); in main()
224 syntax(*t_wp, "unexpected operator"); in main()
245 if (t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL) == BOR) in oexpr()
246 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) || in oexpr()
248 t_wp--; in oexpr()
[all …]