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

/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.h338 #define IS_SMALL(sp) ((sp)->t_minrows != (sp)->t_maxrows) macro
H A Dvs_refresh.c247 if (IS_SMALL(sp))
674 if (F_ISSET(sp, SC_SCR_REDRAW) && IS_SMALL(sp))
H A Dvs_split.c83 issmallscreen = IS_SMALL(sp);
401 if (!IS_SMALL(tsp))
748 if (IS_SMALL(nsp)) {
H A Dvs_smap.c618 if (IS_SMALL(sp)) {
837 if (IS_SMALL(sp)) {
H A Dv_txt.c142 if (IS_SMALL(sp))
184 if (IS_SMALL(sp)) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c148 #define IS_SMALL(x) (((field##x) < 256) && ((field##x) > -257)) macro
160 IS_SMALL (x) ? cb"%d"ca : cb"%h"ca))

Completed in 123 milliseconds