Lines Matching refs:bufmax
863 static size_t bufmax; in po_gram_lex() local
931 while (bufpos + mb_len (mbc) >= bufmax) in po_gram_lex()
933 bufmax += 100; in po_gram_lex()
934 buf = xrealloc (buf, bufmax); in po_gram_lex()
971 while (bufpos + mb_len (mbc) >= bufmax) in po_gram_lex()
973 bufmax += 100; in po_gram_lex()
974 buf = xrealloc (buf, bufmax); in po_gram_lex()
1029 if (bufpos + 1 >= bufmax) in po_gram_lex()
1031 bufmax += 100; in po_gram_lex()
1032 buf = xrealloc (buf, bufmax); in po_gram_lex()
1086 if (bufpos + 1 >= bufmax) in po_gram_lex()
1088 bufmax += 100; in po_gram_lex()
1089 buf = xrealloc (buf, bufmax + 1); in po_gram_lex()