Searched refs:getindex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.c89 static int getindex(const char *words[], const char *word);
154 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1)
156 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1)
159 ((tmp = getindex(Combo1, argv[1])) != -1 ||
160 (tmp = getindex(Combo2, argv[1])) != -1)) {
262 getindex(const char *words[], const char *word) function

Completed in 57 milliseconds