Home
last modified time | relevance | path

Searched refs:qf_pop_dir (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dquickfix.c176 static char_u *qf_pop_dir(struct dir_stack_T **);
1285 qfl->qf_directory = qf_pop_dir(&qfl->qf_dir_stack); in qf_parse_dir_pfx()
1307 qfl->qf_currfile = qf_pop_dir(&qfl->qf_file_stack); in qf_parse_file_pfx()
2515 qf_pop_dir(struct dir_stack_T **stackptr) in qf_pop_dir() function