Searched refs:next_path_index (Results 1 – 1 of 1) sorted by relevance
62 static int next_path_index = 1; variable208 dpnt->path_index = next_path_index++; in FDECL1()1049 if( next_path_index > 0xffff ) in generate_path_tables()1052 next_path_index); in generate_path_tables()1058 * next_path_index); in generate_path_tables()1059 memset(pathlist, 0, sizeof(struct directory *) * next_path_index); in generate_path_tables()1066 qsort(&pathlist[1], next_path_index-1, sizeof(struct directory *), in generate_path_tables()1069 qsort(&pathlist[1], next_path_index-1, sizeof(struct directory *), in generate_path_tables()1073 for(j=1; j<next_path_index; j++) in generate_path_tables()1083 for(j=1; j<next_path_index; j++) in generate_path_tables()