Home | History | Annotate | Download | only in src

Lines Matching full:bison

1 /* Muscle table manager for Bison,
6 This file is part of Bison, the GNU Compiler Compiler.
101 use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped
126 /* Mimic b4_percent_define_get in ../data/bison.m4 exactly. That is, if the
128 the empty string. Also, record Bison's usage of VARIABLE by defining
133 /* Mimic muscle_percent_define_get_loc in ../data/bison.m4 exactly. That is,
135 a Bison error. Otherwise, return its definition location in a form
137 Don't record this as a Bison usage of VARIABLE as there's no reason to
141 /* Mimic muscle_percent_define_get_syncline in ../data/bison.m4 exactly. That
143 that's a Bison error. Otherwise, return its definition location as a
144 b4_syncline invocation. Don't record this as a Bison usage of VARIABLE as
149 /* Mimic b4_percent_define_ifdef in ../data/bison.m4 exactly. That is, if the
151 Also, record Bison's usage of VARIABLE by defining
155 /* Mimic b4_percent_define_flag_if in ../data/bison.m4 exactly. That is, if
158 Bison error since the default value should have been set already) or defined
159 to any other value (possibly a user error). Also, record Bison's usage of
163 /* Mimic b4_percent_define_default in ../data/bison.m4 exactly. That is, if
165 Don't record this as a Bison usage of VARIABLE as there's no reason to
169 /* Mimic b4_percent_define_check_values in ../data/bison.m4 exactly except that
175 Complain if such a variable is undefined (a Bison error since the default
177 a user error). Don't record this as a Bison usage of the variable as