Lines Matching refs:textindent
818 int textindent; /* # spaces to indent text */ in writemsg() local
857 textindent = 0; in writemsg()
861 textindent = (int)strlen(lcllbl) + SEPSTRLN; in writemsg()
919 textindent += (int)strlen(sevpstr) + SEPSTRLN; in writemsg()
927 if (textindent > ACTINTROLN) { in writemsg()
929 l2indent = textindent - ACTINTROLN; in writemsg()
930 actindent = textindent; in writemsg()
935 l1indent = ACTINTROLN - textindent; in writemsg()
936 textindent = ACTINTROLN; in writemsg()
938 textindent = 0; in writemsg()
946 actindent = textindent + ACTINTROLN; in writemsg()
996 for (i = 0; i < textindent && buf < ebuf; i++) in writemsg()