Home
last modified time | relevance | path

Searched refs:TAB_LEN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/finger/
H A Dlprint.c55 #define TAB_LEN 8 /* 8 spaces between tabs */ macro
128 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()
/dragonfly/contrib/dialog/
H A Ddialog.h147 #define TAB_LEN 8 macro
H A Dutil.c320 dialog_state.tab_len = TAB_LEN; in init_dialog()