Lines Matching refs:wp
109 c_test(wp)
110 char **wp;
122 for (argc = 0; wp[argc]; argc++)
125 if (strcmp(wp[0], "[") == 0) {
126 if (strcmp(wp[--argc], "]") != 0) {
132 te.pos.wp = wp + 1;
133 te.wp_end = wp + argc;
141 char **owp = wp;
162 te.pos.wp--;
183 te.pos.wp = owp + 1;
592 if (te->pos.wp >= te->wp_end)
596 ret = (int) test_isop(te, meta, *te->pos.wp);
600 ret = strcmp(*te->pos.wp, tokens[(int) meta]) == 0;
604 te->pos.wp++;
615 if (te->pos.wp >= te->wp_end)
617 return *te->pos.wp++;
637 const char *op = te->pos.wp + offset >= te->wp_end ?
638 (const char *) 0 : te->pos.wp[offset];