Searched refs:MAXVAL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dtrace-118.1/test/tst/common/preprocessor/
H A Dtst.preexp.d38 #define MAXVAL 10 * 15
44 /MAXVAL > 5/
46 printf("The value is %d\n", MAXVAL);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtli.vim24 syn keyword tliField LINKS MAXVAL
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c80 #define MAXVAL 256 macro
82 #if MAXVAL <= UNIV_SIZE
83 #undef MAXVAL macro
84 #define MAXVAL (UNIV_SIZE+1) macro
332 n = state.prefix + 3 * MAXVAL;
442 c = n + state.last - state.data + 3 * MAXVAL;
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_main.c61 #define MAXVAL(a, b) ((a) > (b) ? (a) : (b)) macro
63 MAXVAL(sizeof (union __RequestUnion__autofs_subsystem), \

Completed in 125 milliseconds