Lines Matching refs:dir_stack_T
18 struct dir_stack_T struct
20 struct dir_stack_T *next; argument
90 struct dir_stack_T *qf_dir_stack;
92 struct dir_stack_T *qf_file_stack;
175 static char_u *qf_push_dir(char_u *, struct dir_stack_T **, int is_file_stack);
176 static char_u *qf_pop_dir(struct dir_stack_T **);
2446 qf_push_dir(char_u *dirbuf, struct dir_stack_T **stackptr, int is_file_stack) in qf_push_dir()
2448 struct dir_stack_T *ds_new; in qf_push_dir()
2449 struct dir_stack_T *ds_ptr; in qf_push_dir()
2452 ds_new = ALLOC_ONE(struct dir_stack_T); in qf_push_dir()
2515 qf_pop_dir(struct dir_stack_T **stackptr) in qf_pop_dir()
2517 struct dir_stack_T *ds_ptr; in qf_pop_dir()
2539 qf_clean_dir_stack(struct dir_stack_T **stackptr) in qf_clean_dir_stack()
2541 struct dir_stack_T *ds_ptr; in qf_clean_dir_stack()
2574 struct dir_stack_T *ds_ptr; in qf_guess_filepath()
2575 struct dir_stack_T *ds_tmp; in qf_guess_filepath()