Searched refs:nlines (Results 1 – 3 of 3) sorted by relevance
65 extern int line_setup(char **conf, unsigned nlines, char **def,84 struct line *lines, int nlines);87 extern void close_lines(struct line *lines, int nlines);
366 void close_lines(struct line *lines, int nlines) in close_lines() argument370 for(i = 0; i < nlines; i++) in close_lines()551 struct line *lines, int nlines) in register_lines() argument553 struct tty_driver *driver = alloc_tty_driver(nlines); in register_lines()569 for (i = 0; i < nlines; i++) { in register_lines()583 for (i = 0; i < nlines; i++) in register_lines()
179 int nlines; in show_data() local197 nlines = (nbytes + 31) / 32; in show_data()200 for (i = 0; i < nlines; i++) { in show_data()