Home | History | Annotate | Download | only in ksh

Lines Matching refs:tokp

125 	const char *tokp;		/* lexical position */
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;