Home
last modified time | relevance | path

Searched defs:obstack_blank_fast (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcclibs/include/
HDobstack.h291 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) macro
/NextBSD/contrib/binutils/include/
HDobstack.h291 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) macro
/NextBSD/gnu/usr.bin/grep/
HDobstack.h342 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) macro
/NextBSD/contrib/gdb/include/
HDobstack.h348 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) macro