Lines Matching refs:cursor
249 list_element *cursor = list->head; in list_free() local
251 while (cursor) { in list_free()
252 tmp = cursor; in list_free()
253 cursor = cursor->next; in list_free()
656 list_element *cursor; in rule_map_validate() local
658 list_for_each(&nallow_list, cursor) { in rule_map_validate()
659 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate()
838 list_element *cursor; in init() local
854 list_for_each(&input_file_list, cursor) { in init()
855 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
921 list_for_each(&input_file_list, cursor) { in init()
922 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
1168 list_element *cursor; in parse() local
1169 list_for_each(&input_file_list, cursor) { in parse()
1170 current = list_entry(cursor, typeof(*current), listify); in parse()
1177 list_element *cursor, *v; in validate() local
1181 list_for_each(&line_order_list, cursor) { in validate()
1182 e = list_entry(cursor, typeof(*e), listify); in validate()
1186 list_for_each(&line_order_list, cursor) { in validate()
1187 e = list_entry(cursor, typeof(*e), listify); in validate()
1213 list_element *cursor; in output() local
1220 list_for_each(&line_order_list, cursor) { in output()
1221 e = list_entry(cursor, hash_entry, listify); in output()