Home
last modified time | relevance | path

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

/freebsd/usr.bin/finger/
H A Dlprint.c250 static int lenlast; in demi_print() local
265 if (maxlen < lenlast) in demi_print()
266 maxlen = lenlast; in demi_print()
269 while(lenlast < (4 * TAB_LEN)) { in demi_print()
271 lenlast += TAB_LEN; in demi_print()
281 lenlast = lenthis; in demi_print()