Home
last modified time | relevance | path

Searched refs:omatch (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c1282 struct cil_list_item *omatch = NULL; in __cil_ordered_lists_merge() local
1303 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()
1304 if (omatch) { in __cil_ordered_lists_merge()
1314 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()
1329 ocurr = omatch->next; in __cil_ordered_lists_merge()
1330 oprev = omatch; in __cil_ordered_lists_merge()
1350 omatch = __cil_ordered_find_match(ncurr, ocurr->next); in __cil_ordered_lists_merge()
1351 if (omatch) { in __cil_ordered_lists_merge()
1353 oprev = omatch; in __cil_ordered_lists_merge()
1354 ocurr = omatch->next; in __cil_ordered_lists_merge()