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

/external/bison/lib/
H A Dobstack.h159 PTR_INT_TYPE tempint;
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
439 ( (h)->temp.tempint = (length), \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
442 memcpy ((h)->next_free, where, (h)->temp.tempint), \
443 (h)->next_free += (h)->temp.tempint)
446 ( (h)->temp.tempint
158 PTR_INT_TYPE tempint; member in union:obstack::__anon337
[all...]

Completed in 90 milliseconds