Searched refs:startlinno (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c101 int startlinno; /* line # where last token started */ variable
781 * In all cases, the variable startlinno is set to the number of the line
807 startlinno = plinno;
821 startlinno = ++plinno;
939 startlinno = plinno;
1129 startlinno = plinno;
1442 startlinno = plinno;
1617 outfmt(&errout, "%s: %d: ", commandname, startlinno);

Completed in 286 milliseconds