Searched refs:prevfl (Results 1 – 2 of 2) sorted by relevance
199 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add() local211 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in matchpathcon_filespec_add()212 prevfl = fl, fl = fl->next) { in matchpathcon_filespec_add()252 fl->next = prevfl->next; in matchpathcon_filespec_add()253 prevfl->next = fl; in matchpathcon_filespec_add()
437 file_spec_t *prevfl, *fl; in filespec_add() local451 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in filespec_add()452 prevfl = fl, fl = fl->next) { in filespec_add()502 fl->next = prevfl->next; in filespec_add()503 prevfl->next = fl; in filespec_add()