Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dc_test.c126 te.wp_end = wp + argc; in c_test()
447 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end && in test_primary()
500 if (te->pos.wp >= te->wp_end) in ptest_isa()
520 if (te->pos.wp >= te->wp_end) in ptest_getopnd()
535 const char *op = te->pos.wp + offset >= te->wp_end ? in ptest_error()
H A Dc_test.h44 char **wp_end; /* used by ptest_* */ member