Searched refs:use_extra_arg (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dobstack.c114 (that adds an extra first argument), based on the state of use_extra_arg.
119 (((h) -> use_extra_arg) \
125 if ((h) -> use_extra_arg) \
172 h->use_extra_arg = 0;
220 h->use_extra_arg = 1;
H A Dobstack.h163 /* These prototypes vary based on 'use_extra_arg', and we use
169 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
168 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack

Completed in 103 milliseconds