Home | History | Annotate | Download | only in include

Lines Matching full:replacement

36 /* The following macros facilitate function replacement and wrapping.
38 Function wrapping and function replacement are similar but not
41 A replacement for some function F simply diverts all calls to F
42 to the stated replacement. There is no way to get back to F itself
43 from the replacement.
49 You may notice that replacement is a special case of wrapping, in
52 correctly: in particular, if you want to write a replacement, make
62 available specifications yields more than one replacement or
67 If two replacement/wrapper functions have the same tag and
77 other replacement/wrapper function". Hence if you wish to write a
78 wrap/replacement function that is not subject to the above
83 Replacement
85 To write a replacement function, do this:
101 It identifies this function as a replacement and specifies its
139 Note also that the replacement function should probably (must be?) in
160 This is identical to replacement, except that you should use the