Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Decho.c547 struct list *wholelist = NULL; in complt() local
556 wholelist = lh = complete_function_list(buf); in complt()
561 wholelist = lh = make_file_list(buf); in complt()
605 free_file_list(wholelist); in complt()
616 free_file_list(wholelist); in complt()
644 struct list *wholelist = NULL; in complt_list() local
677 wholelist = lh = copy_list(&(bheadp->b_list)); in complt_list()
680 wholelist = lh = complete_function_list(buf); in complt_list()
683 wholelist = lh = make_file_list(buf); in complt_list()
739 free_file_list(wholelist); in complt_list()
[all …]