Searched refs:TBL_OPT_DBOX (Results 1 – 3 of 3) sorted by relevance
99 if (TBL_OPT_DBOX & sp->opts->opts) in term_tbl()101 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()108 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()162 if (TBL_OPT_BOX & sp->opts->opts || TBL_OPT_DBOX & sp->opts->opts) in term_tbl()173 if (TBL_OPT_DBOX & sp->opts->opts || in term_tbl()178 if (TBL_OPT_DBOX & sp->opts->opts) { in term_tbl()
68 { "doublebox", TBL_OPT_DBOX, KEY_DBOX},71 { "doubleframe", TBL_OPT_DBOX, KEY_DFRAME},
176 #define TBL_OPT_DBOX (1 << 3) macro