Home
last modified time | relevance | path

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

/freebsd/usr.bin/finger/
H A Dlprint.c54 #define TAB_LEN 8 /* 8 spaces between tabs */ macro
127 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()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c119 TAB_LEN, enumerator
242 {"tab-len", required_argument, NULL, TAB_LEN},
653 case TAB_LEN: in parseargs()
/freebsd/contrib/dialog/
H A Ddialog.h195 #define TAB_LEN 8 macro
H A Dutil.c337 dialog_state.tab_len = TAB_LEN; in init_dialog()