Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:MAX_CHARS

284     char buf[MAX_CHARS];
285 char word[MAX_CHARS];
286 char pattern[MAX_CHARS];
721 int matchlen_buf[MAX_CHARS];
722 int matchindex_buf[MAX_CHARS];
723 char * matchrepl_buf[MAX_CHARS];
730 if (word_size + 3 < MAX_CHARS) {
907 if (word_size < MAX_CHARS) {