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.c1276 struct cil_list_item *omatch = NULL; in __cil_ordered_lists_merge() local
1297 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()
1298 if (omatch) { in __cil_ordered_lists_merge()
1308 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()
1323 ocurr = omatch->next; in __cil_ordered_lists_merge()
1324 oprev = omatch; in __cil_ordered_lists_merge()
1344 omatch = __cil_ordered_find_match(ncurr, ocurr->next); in __cil_ordered_lists_merge()
1345 if (omatch) { in __cil_ordered_lists_merge()
1347 oprev = omatch; in __cil_ordered_lists_merge()
1348 ocurr = omatch->next; in __cil_ordered_lists_merge()