HomeSort by relevance Sort by last modified time
    Searched full:tokp (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
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...]

Completed in 115 milliseconds