Lines Matching defs:NESTED
162 * NESTED functions (functions that call other functions) should define
200 * "XLEAF"s must be nested within a "LEAF" and a ".end".
201 * Similar rules for nested routines, e.g. use NESTED/XNESTED
211 * closure of NESTED procedures as well). Assembly code can help
334 * NESTED
335 * Declare a (global) nested function
336 * A nested function calls other functions and needs
339 #define NESTED(_name_, _n_args_, _framesize_, _pc_reg_, _i_mask_, _f_mask_ ) \
364 * Declare a local nested function.
379 * Same as XLEAF, for a nested function.
392 * Same as STATIC_XLEAF, for a nested function.