Searched refs:path_index (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dfindcmd.c348 int path_index, name_len; local
384 path_index = 0;
387 while (path_list && path_list[path_index])
389 path_element = get_next_path_element (path_list, &path_index);
535 int path_index, name_len; local
554 path_index = 0;
556 while (path_list[path_index])
561 path = get_next_path_element (path_list, &path_index);
H A Dbashline.c1238 static int path_index, hint_len, dequoted_len, istate, igncase; local
1309 path_index = dot_in_path = 0;
1418 if (!path || !path[path_index] ||
1419 (current_path = extract_colon_unit (path, &path_index)) == 0)
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcd.c131 int path_index, no_symlinks, opt, lflag; local
198 path_index = 0;
199 while (path = extract_colon_unit (cdpath, &path_index))

Completed in 91 milliseconds