Searched refs:IS_SMALL (Results 1 – 6 of 6) sorted by relevance
83 issmallscreen = IS_SMALL(sp); in vs_split()401 if (!IS_SMALL(tsp)) in vs_discard()748 if (IS_SMALL(nsp)) { in vs_swap()
247 if (IS_SMALL(sp)) in vs_paint()674 if (F_ISSET(sp, SC_SCR_REDRAW) && IS_SMALL(sp)) in vs_paint()
338 #define IS_SMALL(sp) ((sp)->t_minrows != (sp)->t_maxrows) macro
618 if (IS_SMALL(sp)) { in vs_sm_up()837 if (IS_SMALL(sp)) { in vs_sm_down()
142 if (IS_SMALL(sp)) in txt_map_init()184 if (IS_SMALL(sp)) { in txt_map_end()
148 #define IS_SMALL(x) (((field##x) < 256) && ((field##x) > -257)) macro160 IS_SMALL (x) ? cb"%d"ca : cb"%h"ca))