• Home
  • Raw
  • Download

Lines Matching refs:VARIABLE

699 # b4_percent_define_use(VARIABLE)
701 # Declare that VARIABLE was used.
706 # b4_percent_define_get(VARIABLE, [DEFAULT])
709 # the %define variable VARIABLE is defined, emit its value. Contrary
711 # Bison's usage of VARIABLE by defining
712 # b4_percent_define_bison_variables(VARIABLE).
723 # b4_percent_define_get_loc(VARIABLE)
726 # if the %define variable VARIABLE is undefined, complain fatally since that's
729 # b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no
742 # b4_percent_define_get_kind(VARIABLE)
744 # Get the kind (code, keyword, string) of VARIABLE, i.e., how its
747 # If the %define variable VARIABLE is undefined, complain fatally
749 # Bison usage of VARIABLE as there's no reason to suspect that the
756 # b4_percent_define_get_syncline(VARIABLE)
759 # That is, if the %define variable VARIABLE is undefined, complain fatally
762 # VARIABLE as there's no reason to suspect that the user-supplied value has yet
773 # _b4_percent_define_ifdef(VARIABLE, IF-TRUE, [IF-FALSE])
775 # If the %define variable VARIABLE is defined, expand IF-TRUE, else expand
776 # IF-FALSE. Don't record usage of VARIABLE.
786 # b4_percent_define_ifdef(VARIABLE, IF-TRUE, [IF-FALSE])
789 # if the %define variable VARIABLE is defined, expand IF-TRUE, else expand
790 # IF-FALSE. Also, record Bison's usage of VARIABLE by defining
791 # b4_percent_define_bison_variables(VARIABLE).
802 # b4_percent_define_check_file_complain(VARIABLE)
804 # Warn about %define variable VARIABLE having an incorrect
812 # b4_percent_define_check_file(MACRO, VARIABLE, DEFAULT)
814 # If the %define variable VARIABLE:
840 # b4_percent_define_flag_if(VARIABLE, IF-TRUE, [IF-FALSE])
843 # if the %define variable VARIABLE is defined to "" or "true", expand IF-TRUE.
847 # Bison's usage of VARIABLE by defining
848 # b4_percent_define_bison_variables(VARIABLE).
864 # b4_percent_define_default(VARIABLE, DEFAULT, [KIND = keyword])
867 # if the %define variable VARIABLE is undefined, set its value to DEFAULT.
868 # Don't record this as a Bison usage of VARIABLE as there's no reason to
885 # b4_percent_define_if_define(NAME, [VARIABLE = NAME])
888 # VARIABLE was %defined. The characters '.' and `-' in VARIABLE are mapped
899 # b4_percent_define_check_kind(VARIABLE, KIND, [DIAGNOSTIC = complain])