Home
last modified time | relevance | path

Searched refs:IS_SMALL (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/nvi/vi/
HDvs_split.c83 issmallscreen = IS_SMALL(sp); in vs_split()
401 if (!IS_SMALL(tsp)) in vs_discard()
748 if (IS_SMALL(nsp)) { in vs_swap()
HDvs_refresh.c247 if (IS_SMALL(sp)) in vs_paint()
674 if (F_ISSET(sp, SC_SCR_REDRAW) && IS_SMALL(sp)) in vs_paint()
HDvi.h338 #define IS_SMALL(sp) ((sp)->t_minrows != (sp)->t_maxrows) macro
HDvs_smap.c618 if (IS_SMALL(sp)) { in vs_sm_up()
837 if (IS_SMALL(sp)) { in vs_sm_down()
HDv_txt.c142 if (IS_SMALL(sp)) in txt_map_init()
184 if (IS_SMALL(sp)) { in txt_map_end()
/NextBSD/contrib/binutils/opcodes/
HDarc-dis.c148 #define IS_SMALL(x) (((field##x) < 256) && ((field##x) > -257)) macro
160 IS_SMALL (x) ? cb"%d"ca : cb"%h"ca))