HomeSort by: relevance | last modified time | path
    Searched refs:funclinebase (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
var.h 112 extern int funclinebase;
eval.c 905 const int savefuncline = funclinebase;
1258 funclinebase = savefuncline;
1268 funclinebase = cmdentry.lineno - 1;
1270 funclinebase = 0;
1275 ("function: node: %d '%s' # %d%s; funclinebase=%d\n",
1279 funclinebase));
1292 funclinebase = savefuncline;
var.c 138 int funclinebase = 0; variable in typeref:typename:int
1174 funclinebase = funclineabs -1;
1176 funclinebase = 0;
1466 ln -= funclinebase;

Completed in 14 milliseconds