Searched defs:__INLINE__ (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/port/
H A Dcdt.h113 /* __INLINE__ if defined is the inline keyword */
114 #if !defined(__INLINE__)
116 #define __INLINE__ inline macro
119 #define __INLINE__ __inline macro
122 #endif/*__INLINE__*/
/ast/src/cmd/INIT/
H A Dproto.c67 # if !defined(__INLINE__)
69 # define __INLINE__ extern __MANGLE__ inline macro
72 # define __INLINE__ __inline macro
2735 # if !defined(__INLINE__)\n\
2737 # define __INLINE__ extern __MANGLE__ inline\n\
2740 # define __INLINE__ __inline\n\
3283 op = strcopy(op - 6, "__INLINE__");

Completed in 21 milliseconds