printw
printw(" ");
printw("%s", str1);
printw("%s\n", str1);
printw("Src: %s, Dest: %s, Proto: %s, Sorted by: %s\n\n",
printw("%-*s %-*s %3s %4s %7s %9s %9s\n",
printw("%-*s %-*s", srclen + 6, str1, dstlen + 6, str2);
printw(" %3s", str1);
printw(" %4s", str1);
printw(" %7qu %9qu", (unsigned long long) tp->st_pkts,
printw(" %7lu %9lu", tp->st_pkts, tp->st_bytes);
printw(" %9s", ttl_to_string(tp->st_age));
printw("\n");
printw("\n%s\n\n", string);
extern int printw(const char *, ...);
extern int printw(char *, ...);
(void) printw("cscope: window must be at least %d lines high",
(void) printw("cscope: window must be at least %d columns wide",
(void) printw("Cscope version %d%s", FILEVERSION,
(void) printw("Change \"%s\" to \"%s\"",
(void) printw("%c%s: %s",
(void) printw("%d", cscopedepth);
(void) printw("%-*s ", subsystemlen, "Subsystem");
(void) printw("%-*s ", booklen, "Book");
(void) printw("%-*s ", filelen, "File");
(void) printw("%-*s ", fcnlen, "Function");
(void) printw("%*d", selectlen, disprefs + 1);
(void) printw("%-.*s\n", COLS - 3, file);
(void) printw("%-*.*s ", subsystemlen,
(void) printw("%-*.*s ", booklen, booklen,
(void) printw("%-*.*s ", filelen, filelen,
(void) printw("%-*.*s ", fcnlen, fcnlen,
(void) printw("%*s ", numlen, linenum);
(void) printw("%.*s", i, s);
(void) printw("%*s", selectlen + 1, "");
(void) printw("Line %d", topline);
(void) printw("Lines %d-%d", topline,
(void) printw(" of %d, press the space bar to "
(void) printw("%s %s:\n", fields[i].text1, fields[i].text2);
extern int printw(char *, ...);