Searched refs:ds_new (Results 1 – 1 of 1) sorted by relevance
2448 struct dir_stack_T *ds_new; in qf_push_dir() local2452 ds_new = ALLOC_ONE(struct dir_stack_T); in qf_push_dir()2453 if (ds_new == NULL) in qf_push_dir()2456 ds_new->next = *stackptr; in qf_push_dir()2457 *stackptr = ds_new; in qf_push_dir()2469 ds_new = (*stackptr)->next; in qf_push_dir()2471 while (ds_new) in qf_push_dir()2474 (*stackptr)->dirname = concat_fnames(ds_new->dirname, dirbuf, in qf_push_dir()2479 ds_new = ds_new->next; in qf_push_dir()2483 while ((*stackptr)->next != ds_new) in qf_push_dir()[all …]