Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
H A Dtest.c94 int pos, paren, pstack, result = 0; in test_main() local
102 if (toys.optc) for (pos = paren = pstack = 0; ; pos++) { in test_main()
114 pstack ^= NOT; in test_main()
119 pstack <<= 3; in test_main()
129 if (pstack&NOT) result = !result; in test_main()
130 pstack &= ~NOT; in test_main()
131 if (pstack&OR) result = 1; in test_main()
132 else if (pstack&AND) result = 0; in test_main()
137 pstack >>= 3; in test_main()
150 if (!result) pstack | in test_main()
[all...]

Completed in 2 milliseconds