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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c820 int textindent; /* # spaces to indent text */ local
859 textindent = 0;
863 textindent = (int)strlen(lcllbl) + SEPSTRLN;
921 textindent += (int)strlen(sevpstr) + SEPSTRLN;
929 if (textindent > ACTINTROLN) {
931 l2indent = textindent - ACTINTROLN;
932 actindent = textindent;
937 l1indent = ACTINTROLN - textindent;
938 textindent = ACTINTROLN;
940 textindent
[all...]

Completed in 74 milliseconds