Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dparser.c808 psh->startlinno = psh->plinno; in xxreadtoken()
822 psh->startlinno = ++psh->plinno; in xxreadtoken()
926 psh->startlinno = psh->plinno; in readtoken1()
1131 psh->startlinno = psh->plinno; in readtoken1()
1444 psh->startlinno = psh->plinno; in readtoken1()
1619 TRACE((psh, "synerror: %s: %d: Syntax error: %s", psh->commandname, psh->startlinno, msg)); in synerror()
1620 outfmt(&psh->errout, "%s: %d: ", psh->commandname, psh->startlinno); in synerror()
H A Dshinstance.h295 int startlinno; /**< line # where last token started */ member
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c1236 static int startlinno; /* line # where last token started */ variable
1251 fprintf(stderr, "line %d: ", startlinno); in ash_vmsg()
11421 startlinno = g_parsefile->linno; in readtoken1()
11598 startlinno = g_parsefile->linno; in readtoken1()
11965 startlinno = g_parsefile->linno; in readtoken1()
12086 startlinno = g_parsefile->linno; in xxreadtoken()
12147 startlinno = g_parsefile->linno; in xxreadtoken()