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

/external/mksh/src/
H A Dfuncs.c2808 te.wp_end = wp + argc;
3259 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end &&
3308 if (te->pos.wp >= te->wp_end)
3329 if (te->pos.wp >= te->wp_end)
3340 if ((op = te->pos.wp + ofs >= te->wp_end ? NULL : te->pos.wp[ofs]))
H A Dsh.h2012 const char **wp_end; /* used by ptest_* */ member in struct:test_env

Completed in 675 milliseconds