Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dmodule_compiler.h107 int end_avrule_block(int pass);
Dpolicy_parse.y881 { if (end_avrule_block(pass) == -1) return -1;
933 { if (end_avrule_block(pass) == -1) return -1; }
938 { if (end_avrule_block(pass) == -1) return -1; }
Dmodule_compiler.c1535 int end_avrule_block(int pass) in end_avrule_block() function