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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c156 static char **t_wp; variable
202 t_wp = &argv[1];
211 t_wp = &argv[2];
218 t_wp = &argv[1];
219 res = !oexpr(t_lex(*t_wp));
221 if (*t_wp != NULL && *++t_wp != NULL)
222 syntax(*t_wp, "unknown operand");
245 if (t_lex(*++t_wp) == BOR)
246 return oexpr(t_lex(*++t_wp)) || re
[all...]

Completed in 81 milliseconds