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

/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_init.c34 static enum rc exrc_isok __P((SCR *, struct stat *, char *, int, int));
165 * read, see the comment above the exrc_isok() function below.
173 switch (exrc_isok(sp, &hsb, _PATH_SYSEXRC, 1, 0)) {
197 switch (exrc_isok(sp, &hsb, path, 0, 1)) {
201 if (exrc_isok(sp,
222 switch (exrc_isok(sp, &lsb, _PATH_NEXRC, 0, 0)) {
224 if (exrc_isok(sp, &lsb, _PATH_EXRC, 0, 0) == RCOK &&
312 * exrc_isok --
348 exrc_isok(sp, sbp, path, rootown, rootid) function

Completed in 39 milliseconds