Home
last modified time | relevance | path

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

/system/core/sh/
Dparser.c101 int startlinno; /* line # where last token started */ variable
807 startlinno = plinno; in xxreadtoken()
821 startlinno = ++plinno; in xxreadtoken()
939 startlinno = plinno; in readtoken1()
1129 startlinno = plinno; in readtoken1()
1442 startlinno = plinno; in readtoken1()
1617 outfmt(&errout, "%s: %d: ", commandname, startlinno); in synerror()