Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.c150 if (fileargc > 0) { in makefilelist()
152 for (i = 0; i < fileargc; ++i) { in makefilelist()
H A Dglobal.h88 extern int fileargc; /* file argument count */
H A Dmain.c76 int fileargc; /* file argument count */ variable
786 fileargc = argc; in options()