Searched refs:MAX_WORD_LENGTH (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/libiconv-42/libiconv/lib/
H A Diconv.c137 * #define MAX_WORD_LENGTH ...
202 char buf[MAX_WORD_LENGTH+10+1];
221 for (cp = tocode, bp = buf, count = MAX_WORD_LENGTH+10+1; ; cp++, bp++) {
297 for (cp = fromcode, bp = buf, count = MAX_WORD_LENGTH+10+1; ; cp++, bp++) {
618 char buf[MAX_WORD_LENGTH+10+1];
633 for (cp = code, bp = buf, count = MAX_WORD_LENGTH+10+1; ; cp++, bp++) {
/macosx-10.10/Security-57031.1.35/
H A Devroots.h9 #define MAX_WORD_LENGTH 299 macro
402 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
1632 #undef MAX_WORD_LENGTH macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c36 #define MAX_WORD_LENGTH 100 macro
39 char word[MAX_WORD_LENGTH+1];
379 if (num == 0 || parseInfoPtr->wordLength > MAX_WORD_LENGTH) {
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgBmap.c132 #define MAX_WORD_LENGTH 100 macro
139 char word[MAX_WORD_LENGTH+1];
700 if (parseInfoPtr->wordLength > MAX_WORD_LENGTH) {
717 if (parseInfoPtr->wordLength > MAX_WORD_LENGTH) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgBmap.c140 #define MAX_WORD_LENGTH 100 macro
147 char word[MAX_WORD_LENGTH+1];
722 if (parseInfoPtr->wordLength > MAX_WORD_LENGTH) {
739 if (parseInfoPtr->wordLength > MAX_WORD_LENGTH) {
/macosx-10.10/ruby-106/ruby/enc/
H A Dunicode.c154 #define PROPERTY_NAME_MAX_SIZE (MAX_WORD_LENGTH + 1)
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c2573 MAX_WORD_LENGTH = 15,
2616 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
2565 MAX_WORD_LENGTH = 15, enumerator in enum:__anon8704
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c16390 (len < MAX_WORD_LENGTH && rb_reserved_word(s, (int)len)) ||
H A Dripper.y9804 (len < MAX_WORD_LENGTH && rb_reserved_word(s, (int)len)) ||
/macosx-10.10/ruby-106/ruby/
H A Dparse.c16300 (len < MAX_WORD_LENGTH && rb_reserved_word(s, (int)len)) ||
H A Dparse.y9804 (len < MAX_WORD_LENGTH && rb_reserved_word(s, (int)len)) ||

Completed in 603 milliseconds