Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
HDparser.c110 static int funclinno; /* line # where the current function started */ variable
667 funclinno = plinno; in simplecmd()
685 funclinno = 0; in simplecmd()
1667 if (funclinno != 0) in readtoken1()
1668 linno -= funclinno - 1; in readtoken1()