Searched refs:defobuflimit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dscreen.vim108 \ defobuflimit
/macosx-10.10.1/screen-22/screen/
H A Ddisplay.c116 int defobuflimit = OBUF_MAX; variable
279 D_obufmax = defobuflimit;
H A Dprocess.c70 extern int defobuflimit;
1110 if (ParseNum(act, &defobuflimit) == 0 && msgok)
1111 Msg(0, "Default limit set to %d", defobuflimit);
1114 D_obufmax = defobuflimit;

Completed in 120 milliseconds