Searched refs:hll_lineno (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_parser.c49 int hll_lineno; member in struct:hll_info
53 static void push_hll_info(struct cil_stack *stack, int hll_lineno, int hll_expand) argument
57 new->hll_lineno = hll_lineno;
63 static void pop_hll_info(struct cil_stack *stack, int *hll_lineno, int *hll_expand) argument
72 *hll_lineno = -1;
76 *hll_lineno = old->hll_lineno;
101 static int add_hll_linemark(struct cil_tree_node **current, int *hll_lineno, int *hll_expand, struct cil_stack *stack, char *path) argument
116 pop_hll_info(stack, hll_lineno, hll_expan
209 int hll_lineno = -1; local
[all...]

Completed in 338 milliseconds