Lines Matching refs:textindent
820 int textindent; /* # spaces to indent text */
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 = 0;
948 actindent = textindent + ACTINTROLN;
998 for (i = 0; i < textindent && buf < ebuf; i++)