Searched refs:prevfl (Results 1 – 2 of 2) sorted by relevance
193 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add() local205 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in matchpathcon_filespec_add()206 prevfl = fl, fl = fl->next) { in matchpathcon_filespec_add()249 fl->next = prevfl->next; in matchpathcon_filespec_add()250 prevfl->next = fl; in matchpathcon_filespec_add()
423 file_spec_t *prevfl, *fl; in filespec_add() local435 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in filespec_add()436 prevfl = fl, fl = fl->next) { in filespec_add()478 fl->next = prevfl->next; in filespec_add()479 prevfl->next = fl; in filespec_add()