Searched refs:titlebar (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/dumpcs/ |
H A D | dumpcs.c | 72 char titlebar[LC_NAMELEN + 14]; local 118 (void) strcpy(titlebar, ""); 120 (void) strcat(titlebar, ":"); 123 (void) printf("%s\n", titlebar); 126 (void) printf("%s", titlebar);
|
/illumos-gate/usr/src/cmd/latencytop/common/ |
H A D | display.c | 49 static WINDOW *titlebar = NULL; variable 689 (void) wattrset(titlebar, COLOR_PAIR(LT_COLOR_HEADER)); 690 (void) wbkgd(titlebar, COLOR_PAIR(LT_COLOR_HEADER)); 691 (void) werase(titlebar); 693 (void) mvwprintw(titlebar, 0, (screen_width - strlen(TITLE)) / 2, 695 (void) wrefresh(titlebar); 756 titlebar = subwin(stdscr, 1, screen_width, 0, 0); 1027 titlebar = NULL;
|
Completed in 45 milliseconds