Searched refs:job_sections (Results 1 – 1 of 1) sorted by relevance
46 static char **job_sections; variable1412 if (!strcmp(job_sections[i], name)) in skip_this_section()1652 free(job_sections[i]); in __parse_jobs_ini()2092 job_sections = realloc(job_sections, new_size); in parse_cmd_line()2093 job_sections[nr_job_sections] = strdup(optarg); in parse_cmd_line()