Searched refs:WORD_MAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h367 #define WORD_MAX LONG_MAX macro
371 #define WORD_MAX INT_MAX macro
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3395 const int WORD_MAX = 256; // we use unsigned char for offsets in variable
3405 char buf[WORD_MAX + 1];
3406 unsigned char pos[WORD_MAX + 2];
3413 while (i < WORD_MAX && !tok.space() && !tok.newline() && !tok.eof()) {
3539 char buf[WORD_MAX + 1];
3540 unsigned char pos[WORD_MAX + 2];
3669 char buf[WORD_MAX];
3670 for (int i = 0; i < WORD_MAX; i++)
3672 int num[WORD_MAX+1];
3719 } while (i < WORD_MAX
[all...]

Completed in 110 milliseconds