Home
last modified time | relevance | path

Searched refs:MAXVAL (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.preexp.d38 #define MAXVAL 10 * 15 macro
44 /MAXVAL > 5/
46 printf("The value is %d\n", MAXVAL);
/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetut.c59 #define MAXVAL 255 /* max value for an id 'character' */ macro
482 for (i = 0; i < MAXVAL; ++i) in _compat_makeut()
620 if (!changed && (saveid[i] < MAXVAL)) { in allocid()
629 while (++saveid[i] < MAXVAL) { in allocid()
H A Dgetutx.c70 #define MAXVAL 255 /* max value for an id `character' */ macro
1025 if (!changed && (saveid[i] < MAXVAL)) { in allocid()
1035 while (++saveid[i] < MAXVAL) { in allocid()
/titanic_51/usr/src/ucblib/libucb/inc/
H A Dstdiom.h51 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro
/titanic_51/usr/src/lib/libast/common/port/
H A Dastconf.c80 #define MAXVAL 256 macro
82 #if MAXVAL <= UNIV_SIZE
83 #undef MAXVAL
84 #define MAXVAL (UNIV_SIZE+1) macro
330 n = state.prefix + 3 * MAXVAL; in synthesize()
440 c = n + state.last - state.data + 3 * MAXVAL; in synthesize()
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c82 #define MAXVAL 256 macro
84 #if MAXVAL <= UNIV_SIZE
85 #undef MAXVAL
86 #define MAXVAL (UNIV_SIZE+1) macro
346 n = state.prefix + 3 * MAXVAL; in synthesize()
456 c = n + state.last - state.data + 3 * MAXVAL; in synthesize()
/titanic_51/usr/src/lib/libc/inc/
H A Dstdiom.h105 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro