Lines Matching refs:functions
23 * Obstack Functions:: The obstack functions are both
24 functions and macros.
49 to access the contents of the structure directly; use only the functions
59 All the functions that work with obstacks require you to specify which
79 Each source file in which you plan to use the obstack functions
89 declare or define two functions or macros that will be called by the
271 The interfaces for using obstacks may be defined either as functions or
277 ``functions'' are actually defined only as macros. You can call these
278 macros like functions, but you cannot use them in any other way (for
314 functions. @xref{Macro Definitions, , , libc, The GNU C Library Reference Manual}.
332 this the technique of @dfn{growing objects}. The special functions
336 Using one of the functions to add data to the object automatically
441 The usual functions for growing objects incur overhead for checking
447 functions that grow the object without checking. In order to have a
451 functions do. But if you can arrange to check less often, or check
462 @var{obstack} using the fast growth functions.
465 While you know there is room, you can use these fast growth functions
499 enough room for what you want to add, the fast growth functions
507 start using the fast growth functions again.
545 Here are functions that provide information on the current status of
643 These two must be defined (as macros) or declared (as functions) in each
684 Here is a summary of all the functions associated with obstacks. Each