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

/freebsd-10.1-release/usr.bin/finger/
H A Dlprint.c61 #define TAB_LEN 8 /* 8 spaces between tabs */ macro
134 sizeof(OFFICE_TAG) + 2 <= 5 * TAB_LEN) {
271 maxlen = 5 * TAB_LEN;
274 if (((((maxlen / TAB_LEN) + 1) * TAB_LEN) +
276 while(lenlast < (4 * TAB_LEN)) {
278 lenlast += TAB_LEN;
/freebsd-10.1-release/contrib/dialog/
H A Ddialog.h179 #define TAB_LEN 8 macro
H A Dutil.c305 dialog_state.tab_len = TAB_LEN;

Completed in 64 milliseconds