Lines Matching defs:hll_expand
49 uint32_t hll_expand;
52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand)
57 new->hll_expand = hll_expand;
62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand)
71 *hll_expand = info->hll_expand;
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *path)
118 prev_hll_expand = *hll_expand;
120 pop_hll_info(stack, hll_offset, hll_expand);
121 if (!*hll_expand) {
125 if (prev_hll_expand && !*hll_expand) {
133 push_hll_info(stack, *hll_offset, *hll_expand);
172 *hll_expand = (hll_type == CIL_KEY_SRC_HLL_LMX) ? 1 : 0;
181 if (!*hll_expand) {
225 uint32_t hll_expand = 0;
242 rc = add_hll_linemark(¤t, &hll_offset, &hll_expand, stack, path);
279 if (!hll_expand) {
287 if (!hll_expand) {
325 pop_hll_info(stack, &hll_offset, &hll_expand);