Searched refs:INC (Results 1 - 16 of 16) 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/tools/scripts/
H A Dvalidate_flg.pl77 if (open INC, "<$fname") {
80 while (<INC>) {
124 close INC;
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y56 %token INT, CHAR, INC
115 | str INC
116 | INC str { $$ = $2; }
H A Dgenmsg.l193 return (INC);
204 return (INC);
/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/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/libc/port/locale/
H A Dregexec.c110 #define INC(o) ((o) <<= 1) macro
139 #undef INC macro
165 #define INC(o) ((o)++) macro
H A Dengine.c969 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
136 %right INC DEC URE
305 | lvalue INC = {
306 $$ = node(INC, $1, NNULL);
384 | INC lvalue = {
H A Dawk1.c442 c = INC;
688 case INC:
H A Dawk3.c1149 case INC:
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man102 unless open INC, $inc;
107 while (<INC>)
145 close INC;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h173 #define vfpIncCurrPtrBy(VFP, INC) \
175 ((VFP)->_vfpCurr) += (INC); \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2462 mov YPTR,%o0 ! X1-2 INC
2553 mov YPTR,%o1 ! X2-2 INC
2672 mov YPTR,%o2 ! X3 INC

Completed in 87 milliseconds