Searched refs:qf_ptr (Results 1 – 2 of 2) sorted by relevance
2681 qf_ptr = qf_ptr->qf_next; in get_next_valid_entry()2711 qf_ptr = qf_ptr->qf_prev; in get_prev_valid_entry()2732 qfline_T *qf_ptr = qfl->qf_ptr; in get_nth_valid_entry() local2773 qfline_T *qf_ptr = qfl->qf_ptr; in get_nth_entry() local2780 qf_ptr = qf_ptr->qf_prev; in get_nth_entry()2787 qf_ptr = qf_ptr->qf_next; in get_nth_entry()2808 qfline_T *qf_ptr = qfl->qf_ptr; in qf_get_entry() local3450 qf_ptr = qfl->qf_ptr; in qf_jump_newwin()3464 qfl->qf_ptr = qf_ptr; in qf_jump_newwin()3503 qfl->qf_ptr = qf_ptr; in qf_jump_newwin()[all …]
10254 Solution: Set qf_ptr when adding the first item to the quickfix list.