Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/which/
H A Dwhich.c54 int ch, allmatches = 0, notfound = 0, progmode = PROG_WHICH; in main() local
71 progmode = PROG_WHEREIS; in main()
88 if (findprog(argv[n], path, progmode, allmatches) == 0) in main()
95 findprog(char *prog, char *path, int progmode, int allmatches) in findprog() argument
145 if (!rval && progmode != PROG_WHEREIS) in findprog()