Searched defs:justpass (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c55 static int justpass = -1; variable
96 justpass = strtoul(optarg, NULL, 0);
97 if (justpass < 1 || justpass > 3)
169 if ((justpass < 0 || justpass == pass) && pass < 4) {

Completed in 57 milliseconds