Searched refs:begin_line (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 57 static int begin_line; variable 98 if(begin_line && level>0) in p_tree() 100 begin_line = 0; in p_tree() 129 begin_line = 1; in p_tree() 134 begin_line = 1; in p_tree() 240 if(begin_line && level) in p_tree() 244 begin_line=1; in p_tree() 262 begin_line = 1; in p_tree() 275 begin_line = 1; in p_tree() 304 begin_line = 1; in p_tree() [all …]
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | display.c | 152 print_statistics(WINDOW * window, int begin_line, int nlines, void *list) in print_statistics() argument 178 (void) mvwprintw(window, i + begin_line, 0, "%s", tmp); in print_statistics() 182 (void) mvwprintw(window, i + begin_line, BEGIN_COUNT, in print_statistics() 185 (void) mvwprintw(window, i + begin_line, BEGIN_AVG, in print_statistics() 190 (void) mvwprintw(window, i + begin_line, BEGIN_MAX, in print_statistics() 205 (void) mvwprintw(window, i + begin_line, BEGIN_PCT, in print_statistics()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_util.c | 638 bool_t begin_line = TRUE; in read_line() local 667 begin_line = in read_line() 695 begin_line = TRUE; in read_line() 697 if (begin_line) in read_line() 699 begin_line = FALSE; in read_line()
|