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

/macosx-10.9.5/adv_cmds-153/finger/
H A Dlprint.c65 #define TAB_LEN 8 /* 8 spaces between tabs */ macro
138 sizeof(OFFICE_TAG) + 2 <= 5 * TAB_LEN) {
275 maxlen = 5 * TAB_LEN;
278 if (((((maxlen / TAB_LEN) + 1) * TAB_LEN) +
280 while(lenlast < (4 * TAB_LEN)) {
282 lenlast += TAB_LEN;

Completed in 92 milliseconds