Lines Matching defs:exec_path
209 char *exec_path = get_argv_exec_path();
211 if (exec_path) {
212 list_commands_in_dir(main_cmds, exec_path, prefix);
224 if (!exec_path || strcmp(path, exec_path))
237 free(exec_path);
254 char *exec_path = get_argv_exec_path();
255 printf("available %s in '%s'\n", title, exec_path);
257 mput_char('-', strlen(title) + strlen(exec_path));
261 free(exec_path);