Searched refs:initpaths (Results 1 – 1 of 1) sorted by relevance
955 static const char * const initpaths[] = { variable1023 if (initpaths[ipx]) in start_init()1024 printf(" (default %s)", initpaths[ipx]); in start_init()1039 } else if (len == 0 && initpaths[ipx] != NULL) { in start_init()1040 path = initpaths[ipx++]; in start_init()1050 if ((path = initpaths[ipx++]) == NULL) { in start_init()1100 if (boothowto & RB_ASKNAME || path != initpaths[0]) in start_init()