Searched refs:TAB_LEN (Results 1 – 4 of 4) sorted by relevance
54 #define TAB_LEN 8 /* 8 spaces between tabs */ macro127 sizeof(OFFICE_TAG) + 2 <= 5 * TAB_LEN) { in lprint()264 maxlen = 5 * TAB_LEN; in demi_print()267 if (((((maxlen / TAB_LEN) + 1) * TAB_LEN) + in demi_print()269 while(lenlast < (4 * TAB_LEN)) { in demi_print()271 lenlast += TAB_LEN; in demi_print()
119 TAB_LEN, enumerator 242 {"tab-len", required_argument, NULL, TAB_LEN},653 case TAB_LEN: in parseargs()
195 #define TAB_LEN 8 macro
337 dialog_state.tab_len = TAB_LEN; in init_dialog()