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

/external/mksh/src/
H A Dfuncs.c2747 te.wp_end = wp + argc;
2755 const char **owp = wp, **owpend = te.wp_end;
2761 te.pos.wp = te.wp_end - 1;
2764 te.wp_end--;
2768 te.wp_end = owpend;
2804 te.wp_end = owpend;
3141 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end &&
3190 if (te->pos.wp >= te->wp_end)
3211 if (te->pos.wp >= te->wp_end)
3222 if ((op = te->pos.wp + ofs >= te->wp_end
[all...]
H A Dsh.h1899 const char **wp_end; /* used by ptest_* */ member in struct:test_env

Completed in 109 milliseconds