Searched defs:titlebar (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c72 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 Ddisplay.c49 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 46 milliseconds