Lines Matching full:tokp
146 const char *tokp;
209 curstate.expression = curstate.tokp = expr;
271 tbuf[0] = *es->tokp;
519 const char *cp = es->tokp;
527 if (es->tokp == es->expression && c == '#') {
533 es->tokp = cp;
558 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
566 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
576 c = cp - es->tokp;
580 memcpy(tvar + 2, es->tokp + 1, c - 2);
587 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
610 es->tokp = cp;