Lines Matching refs:IF
226 # b4_flag_if(FLAG, IF-TRUE, IF-FALSE)
228 # Run IF-TRUE if b4_FLAG_flag is 1, IF-FALSE if FLAG is 0, otherwise fail.
238 # Define "b4_FLAG_if(IF-TRUE, IF-FALSE)" that depends on the
255 # b4_FLAG_if(IF-TRUE, IF-FALSE)
257 # Expand IF-TRUE, if FLAG is true, IF-FALSE otherwise.
443 # b4_percent_define_ifdef(VARIABLE, IF-TRUE, [IF-FALSE])
446 # if the %define variable VARIABLE is defined, expand IF-TRUE, else expand
447 # IF-FALSE. Also, record Bison's usage of VARIABLE by defining
458 # b4_percent_define_flag_if(VARIABLE, IF-TRUE, [IF-FALSE])
461 # if the %define variable VARIABLE is defined to "" or "true", expand IF-TRUE.
462 # If it is defined to "false", expand IF-FALSE. Complain if it is undefined
561 # b4_percent_code_ifdef(QUALIFIER, IF-TRUE, [IF-FALSE])
564 # QUALIFIER is empty) are defined, expand IF-TRUE, else expand IF-FALSE.