Searched refs:tokp (Results 1 – 1 of 1) sorted by relevance
73 const char *tokp; member131 curstate.expression = curstate.tokp = expr; in v_evaluate()193 tbuf[0] = *es->tokp; in evalerr()555 const char *cp = es->tokp; in exprtoken()565 if (es->tokp == es->expression && (unsigned int)c == ORD('#')) { in exprtoken()572 es->tokp = cp; in exprtoken()592 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP); in exprtoken()601 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP); in exprtoken()614 c = cp - es->tokp; in exprtoken()618 memcpy(tvar + 2, es->tokp + 1, c - 2); in exprtoken()[all …]