Lines Matching refs:VARIABLE
382 # b4_percent_define_use(VARIABLE)
384 # Declare that VARIABLE was used.
389 # b4_percent_define_get(VARIABLE, [DEFAULT])
392 # the %define variable VARIABLE is defined, emit its value. Contrary
394 # Bison's usage of VARIABLE by defining
395 # b4_percent_define_bison_variables(VARIABLE).
407 # b4_percent_define_get_loc(VARIABLE)
410 # if the %define variable VARIABLE is undefined, complain fatally since that's
413 # b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no
426 # b4_percent_define_get_syncline(VARIABLE)
429 # That is, if the %define variable VARIABLE is undefined, complain fatally
432 # VARIABLE as there's no reason to suspect that the user-supplied value has yet
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
448 # b4_percent_define_bison_variables(VARIABLE).
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.
465 # Bison's usage of VARIABLE by defining
466 # b4_percent_define_bison_variables(VARIABLE).
481 # b4_percent_define_default(VARIABLE, DEFAULT)
484 # if the %define variable VARIABLE is undefined, set its value to DEFAULT.
485 # Don't record this as a Bison usage of VARIABLE as there's no reason to