Lines Matching defs:tokp
73 const char *tokp;
131 curstate.expression = curstate.tokp = expr;
193 tbuf[0] = *es->tokp;
555 const char *cp = es->tokp;
565 if (es->tokp == es->expression && (unsigned int)c == ORD('#')) {
572 es->tokp = cp;
592 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
601 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP);
614 c = cp - es->tokp;
618 memcpy(tvar + 2, es->tokp + 1, c - 2);
625 strndupx(tvar, es->tokp, --cp - es->tokp, ATEMP);
648 es->tokp = cp;