Searched refs:tokp (Results 1 – 1 of 1) sorted by relevance
130 const char *tokp; /* lexical position */ member194 curstate.expression = curstate.tokp = expr; in v_evaluate()259 tbuf[0] = *es->tokp; in evalerr()480 const char *cp = es->tokp; in exprtoken()488 if (es->tokp == es->expression && c == '#') { in exprtoken()494 es->tokp = cp; in exprtoken()519 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP); in exprtoken()527 strndupx(tvar, es->tokp, cp - es->tokp, ATEMP); in exprtoken()537 c = cp - es->tokp; in exprtoken()541 memcpy(tvar + 2, es->tokp + 1, c - 2); in exprtoken()[all …]