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

/freebsd-9.3-release/bin/sh/
H A Dparser.c106 static int startlinno; /* line # where last token started */ variable
875 * In all cases, the variable startlinno is set to the number of the line
901 startlinno = plinno;
913 startlinno = ++plinno;
1006 startlinno = bq_startlinno;
1066 startlinno = plinno;
1321 startlinno = plinno;
1485 startlinno = plinno;
1917 outfmt(out2, "%s: %d: ", commandname, startlinno);

Completed in 103 milliseconds