Lines Matching defs:ln
151 static void set_attr_header(int ln)
154 if (ln+1 == header_lines && position(0) != header_start_pos)
164 int ln;
172 for (ln = 0; ln < header_lines; ++ln)
175 set_attr_header(ln);
186 for (ln = 0; ln < sc_height-1; ++ln)
188 if (ln >= header_lines) /* switch from header lines to normal lines */
189 pos = position(ln);
195 pos = forw_line_pfx(pos, header_cols, ln+1 < header_lines);
196 set_attr_header(ln);