Searched defs:l1indent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c818 int l1indent; /* # chars to indent line 1 */ local
930 l1indent = 0;
937 l1indent = ACTINTROLN - textindent;
941 l1indent = 0;
945 l1indent = 0;
961 while (--l1indent >= 0 && buf < ebuf)
978 while (--l1indent >= 0 && buf < ebuf)

Completed in 52 milliseconds