Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c819 int actindent = 0; /* # spaces to indent action */ in writemsg() local
930 actindent = textindent; in writemsg()
933 actindent = ACTINTROLN; in writemsg()
946 actindent = textindent + ACTINTROLN; in writemsg()
948 actindent = 0; in writemsg()
1021 for (i = 0; i < actindent && buf < ebuf; i++) in writemsg()