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

/ast/src/lib/libast/aso/
H A Dasohdr.h49 #define NoN(x) void _STUB_ ## x () {}
51 #define NoN(x) void _STUB_/**/x () {}
53 #if !defined(_STUB_)
54 #define _STUB_ macro
/ast/src/lib/libast/include/
H A Dast.h230 #define NoN(x) void _STUB_ ## x () {}
231 #if !defined(_STUB_)
232 #define _STUB_ macro
/ast/src/cmd/nmake/
H A DMakerules.mk455 NMEDIT = $(CC.NMEDIT) -e '/^$(CC.PREFIX.SYMBOL)_STUB_/d' -e '/$(CC.PREFIX.SYMBOL)_already_defined$/d'

Completed in 28 milliseconds