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

/macosx-10.9.5/text_cmds-87/fold/
H A Dfold.c146 static int buf_max; local
178 if (indx + 1 > buf_max) {
179 buf_max += LINE_MAX;
180 buf = realloc(buf, sizeof(*buf) * buf_max);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktextio.rb47 @buf_max = 1024

Completed in 77 milliseconds