Searched refs:FILEITEM (Results 1 – 2 of 2) sorted by relevance
40 typedef struct file_item FILEITEM; typedef44 FILEITEM * next;49 FILEITEM * head;50 FILEITEM * tail;
528 FILEITEM * item; in filelist_push_back()540 item = (FILEITEM *)BJAM_MALLOC( sizeof( FILEITEM ) ); in filelist_push_back()566 FILEITEM * item; in filelist_push_front()578 item = (FILEITEM *)BJAM_MALLOC( sizeof( FILEITEM ) ); in filelist_push_front()605 FILEITEM * item; in filelist_pop_front()675 FILEITEM * item = (FILEITEM *)iter; in filelist_next()