Searched refs:GAP (Results 1 – 2 of 2) sorted by relevance
6204 #define GAP 2 // spaces between columns in show_termcodes() macro6231 if (len <= INC3 - GAP ? run == 1 in show_termcodes()6232 : len <= INC2 - GAP ? run == 2 in show_termcodes()6242 cols = (Columns + GAP) / (run == 1 ? INC3 : INC2); in show_termcodes()
4514 #define GAP 3 in showoptions() macro4571 if ((len <= INC - GAP && run == 1) || in showoptions()4572 (len > INC - GAP && run == 2)) in showoptions()4582 cols = (Columns + GAP - 3) / INC; in showoptions()