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

/ast/src/lib/libast/include/
H A Dsfio.h367 #if defined(__INLINE__) && !_BLD_sfio
369 __INLINE__ int sfputd(Sfio_t* f, Sfdouble_t v) { return __sf_putd(f,v); }
370 __INLINE__ int sfputl(Sfio_t* f, Sflong_t v) { return __sf_putl(f,v); }
371 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); }
372 __INLINE__ int sfputm(Sfio_t* f, Sfulong_t v, Sfulong_t m)
375 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); }
376 __INLINE__ int sfgetc(Sfio_t* f) { return __sf_getc(f); }
378 __INLINE__ int sfdlen(Sfdouble_t v) { return __sf_dlen(v); }
379 __INLINE__ int sfllen(Sflong_t v) { return __sf_llen(v); }
380 __INLINE__ in
[all...]
/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 87 milliseconds