Searched defs:INC (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dnextafterl.c41 #define INC(px) { \ macro
64 #define INC(px) { \ macro
97 INC(px)
102 INC(px)
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dnextafterl.c41 #define INC(px) { \ macro
64 #define INC(px) { \ macro
97 INC(px)
102 INC(px)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c41 #define INC(px) { \ macro
64 #define INC(px) { \ macro
97 INC(px)
102 INC(px)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregcmp.c32 #define INC (2*1024) macro
158 if ((n += INC) > TOT || !(re = newof(re, Regex_t, 0, n)))
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h218 #define INC() __m_screen->_unget._count++ macro
221 #define PUSH(x) (__m_screen->_unget._stack[INC()] = (x))
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c110 #define INC(o) ((o) <<= 1) macro
139 #undef INC macro
165 #define INC(o) ((o)++) macro

Completed in 50 milliseconds