Lines Matching refs:hll_expand
50 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()
149 push_hll_info(stack, *hll_lineno, *hll_expand); in add_hll_linemark()
210 int hll_expand = -1; in cil_parser() local
231 rc = add_hll_linemark(¤t, &hll_lineno, &hll_expand, stack, path); in cil_parser()
265 if (!hll_expand) { in cil_parser()
273 if (!hll_expand) { in cil_parser()
311 pop_hll_info(stack, &hll_lineno, &hll_expand); in cil_parser()