HomeSort by: relevance | last modified time | path
    Searched defs:tokp (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
expr.c 125 const char *tokp; /* lexical position */ member in struct:expr_state
181 curstate.expression = curstate.tokp = expr;
246 tbuf[0] = *es->tokp;
475 for (cp = es->tokp; (c = *cp), isspace((unsigned char)c); cp++)
477 es->tokp = cp;
505 tvar = str_nsave(es->tokp, cp - es->tokp, ATEMP);
513 tvar = str_nsave(es->tokp, --cp - es->tokp, ATEMP);
536 es->tokp = cp
    [all...]
expr.c 125 const char *tokp; /* lexical position */ member in struct:expr_state
181 curstate.expression = curstate.tokp = expr;
246 tbuf[0] = *es->tokp;
475 for (cp = es->tokp; (c = *cp), isspace((unsigned char)c); cp++)
477 es->tokp = cp;
505 tvar = str_nsave(es->tokp, cp - es->tokp, ATEMP);
513 tvar = str_nsave(es->tokp, --cp - es->tokp, ATEMP);
536 es->tokp = cp
    [all...]

Completed in 25 milliseconds