Home
last modified time | relevance | path

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

/openbsd/usr.bin/which/
H A Dwhich.c54 int ch, allmatches = 0, notfound = 0, progmode = PROG_WHICH; in main() local
95 findprog(char *prog, char *path, int progmode, int allmatches) in findprog()