HomeSort by: relevance | last modified time | path
    Searched defs:lenlast (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/finger/
lprint.c 293 static int lenlast; local in function:demi_print
308 if (maxlen < lenlast)
309 maxlen = lenlast;
312 while(lenlast < (4 * TAB_LEN)) {
314 lenlast += TAB_LEN;
324 lenlast = lenthis;
lprint.c 293 static int lenlast; local in function:demi_print
308 if (maxlen < lenlast)
309 maxlen = lenlast;
312 while(lenlast < (4 * TAB_LEN)) {
314 lenlast += TAB_LEN;
324 lenlast = lenthis;

Completed in 22 milliseconds