Home
last modified time | relevance | path

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

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