Home | History | Annotate | Download | only in src

Lines Matching defs:this

6    This file is part of Bison, the GNU Compiler Compiler.
8 This program is free software: you can redistribute it and/or modify
13 This program is distributed in the hope that it will be useful,
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
286 /* This is "reduce 0", i.e., accept. */
310 state_list *this = first_state;
316 state *s = this->state;
324 first_state = this->next;
325 free (this);
346 item of this initial rule. */
357 /* Set up itemset for the transitions out of this state. itemset gets a
360 /* Record the reductions allowed out of this state. */