exec_make_shell_string   85 src/filemanager/ext.c GString *exec_make_shell_string (const char *lc_data, const vfs_path_t *filename_vpath);
exec_make_shell_string  448 src/filemanager/ext.c     shell_string = exec_make_shell_string (lc_data, filename_vpath);
exec_make_shell_string   37 tests/src/filemanager/ext__exec_make_shell_string.c MC_TESTABLE GString *exec_make_shell_string (const char *lc_data, const vfs_path_t *filename_vpath);
exec_make_shell_string   75 tests/src/filemanager/ext__exec_make_shell_string.c     gs = exec_make_shell_string (data->lc_data, vpath);