Lines Matching refs:cursor
252 list_element *cursor = list->head; in list_free() local
254 while (cursor) { in list_free()
255 tmp = cursor; in list_free()
256 cursor = cursor->next; in list_free()
706 list_element *cursor; in rule_map_validate() local
708 list_for_each(&nallow_list, cursor) { in rule_map_validate()
709 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate()
888 list_element *cursor; in init() local
904 list_for_each(&input_file_list, cursor) { in init()
905 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
971 list_for_each(&input_file_list, cursor) { in init()
972 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
1218 list_element *cursor; in parse() local
1219 list_for_each(&input_file_list, cursor) { in parse()
1220 current = list_entry(cursor, typeof(*current), listify); in parse()
1227 list_element *cursor, *v; in validate() local
1231 list_for_each(&line_order_list, cursor) { in validate()
1232 e = list_entry(cursor, typeof(*e), listify); in validate()
1236 list_for_each(&line_order_list, cursor) { in validate()
1237 e = list_entry(cursor, typeof(*e), listify); in validate()
1263 list_element *cursor; in output() local
1270 list_for_each(&line_order_list, cursor) { in output()
1271 e = list_entry(cursor, hash_entry, listify); in output()