Home
last modified time | relevance | path

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

/external/checkpolicy/
Dpolicy_parse.y535 | U1 op { if (insert_separator(1)) return -1; } names_push
538 | U2 op { if (insert_separator(1)) return -1; } names_push
541 | U3 op { if (insert_separator(1)) return -1; } names_push
544 | R1 op { if (insert_separator(1)) return -1; } names_push
547 | R2 op { if (insert_separator(1)) return -1; } names_push
550 | R3 op { if (insert_separator(1)) return -1; } names_push
553 | T1 op { if (insert_separator(1)) return -1; } names_push
556 | T2 op { if (insert_separator(1)) return -1; } names_push
559 | T3 op { if (insert_separator(1)) return -1; } names_push
565 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
[all …]
Dpolicy_define.h67 int insert_separator(int push);
Dpolicy_define.c91 int insert_separator(int push) in insert_separator() function