Searched refs:current_cframe (Results 1 – 2 of 2) sorted by relevance
140 if (current_cframe != NULL && current_cframe->ignoring) in s_if()324 current_cframe->dead_tree |= !current_cframe->ignoring; in s_elseif()325 current_cframe->ignoring = current_cframe->dead_tree; in s_elseif()328 if (current_cframe == NULL || current_cframe->ignoring) in s_elseif()361 current_cframe->ignoring = current_cframe->dead_tree || ! t; in s_elseif()395 current_cframe = current_cframe->previous_cframe; in s_endif()431 current_cframe->dead_tree | !current_cframe->ignoring; in s_else()508 return (current_cframe != NULL) && (current_cframe->ignoring); in ignore_input()524 return (current_cframe != NULL) && (current_cframe->ignoring); in ignore_input()546 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check()[all …]
2805 Don't abort on NULL current_cframe.