Searched refs:prevfl (Results 1 – 2 of 2) sorted by relevance
165 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add() local177 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in matchpathcon_filespec_add()178 prevfl = fl, fl = fl->next) { in matchpathcon_filespec_add()221 fl->next = prevfl->next; in matchpathcon_filespec_add()222 prevfl->next = fl; in matchpathcon_filespec_add()
560 file_spec_t *prevfl, *fl; in filespec_add() local572 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in filespec_add()573 prevfl = fl, fl = fl->next) { in filespec_add()615 fl->next = prevfl->next; in filespec_add()616 prevfl->next = fl; in filespec_add()