Home | History | Annotate | Download | only in src

Lines Matching defs:nest

24 static void one_file(char *file, int nest, int hard_opt);
978 static char *one_opt(int option, char *arg, char *gen_prob, int nest)
991 if (nest == 0)
1024 one_file(file, nest, 0);
1092 one_file(path, nest + 1, 0);
2531 static void one_file(char *file, int nest, int hard_opt)
2560 if (nest > 20)
2565 if (errno == ENOENT && nest == 0)
2689 errmess = one_opt(option, arg, _("error"), nest + 1);
2783 int option, nest = 0, testmode = 0;
2857 nest++;
2872 one_file(conffile, nest, 0);