Searched refs:MAXLINELEN (Results 1 – 1 of 1) sorted by relevance
1781 #define MAXLINELEN 500 // Maximum length in bytes of a line in a .aff macro2190 char_u rline[MAXLINELEN]; in spell_read_aff()2264 while (!vim_fgets(rline, MAXLINELEN, fd) && !got_int) in spell_read_aff()2742 char_u buf[MAXLINELEN]; in spell_read_aff()2795 char_u buf[MAXLINELEN]; in spell_read_aff()3496 char_u line[MAXLINELEN]; in spell_read_dic()3512 char_u message[MAXLINELEN + MAXWLEN]; in spell_read_dic()3538 if (vim_fgets(line, MAXLINELEN, fd) || !vim_isdigit(*skipwhite(line))) in spell_read_dic()3546 while (!vim_fgets(line, MAXLINELEN, fd) && !got_int) in spell_read_dic()4090 char_u rline[MAXLINELEN]; in spell_read_wordfile()[all …]