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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c821 int actindent = 0; /* # spaces to indent action */ local
932 actindent = textindent;
935 actindent = ACTINTROLN;
948 actindent = textindent + ACTINTROLN;
950 actindent = 0;
1023 for (i = 0; i < actindent && buf < ebuf; i++)

Completed in 80 milliseconds