Searched refs:TBL_OPT_BOX (Results 1 – 3 of 3) sorted by relevance
102 TBL_OPT_BOX & 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()174 TBL_OPT_BOX & sp->opts->opts) { in term_tbl()
67 { "box", TBL_OPT_BOX, KEY_BOX},70 { "frame", TBL_OPT_BOX, KEY_FRAME},
175 #define TBL_OPT_BOX (1 << 2) macro