Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_parser.c50 int hll_expand; member
53 static void push_hll_info(struct cil_stack *stack, int hll_lineno, int hll_expand) in push_hll_info() argument
58 new->hll_expand = hll_expand; in push_hll_info()
63 static void pop_hll_info(struct cil_stack *stack, int *hll_lineno, int *hll_expand) in pop_hll_info() argument
73 *hll_expand = -1; in pop_hll_info()
77 *hll_expand = old->hll_expand; in pop_hll_info()
101 static int add_hll_linemark(struct cil_tree_node **current, int *hll_lineno, int *hll_expand, struc… in add_hll_linemark() argument
116 pop_hll_info(stack, hll_lineno, hll_expand); in add_hll_linemark()
130 *hll_expand = 0; in add_hll_linemark()
132 *hll_expand = 1; in add_hll_linemark()
[all …]