expr.c | 146 const char *tokp; member in struct:expr_state 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) [all...] |