Lines Matching full: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);
2514 static void one_file(char *file, int nest, int hard_opt)
2543 if (nest > 20)
2548 if (errno == ENOENT && nest == 0)
2672 errmess = one_opt(option, arg, _("error"), nest + 1);
2766 int option, nest = 0, testmode = 0;
2840 nest++;
2855 one_file(conffile, nest, 0);