/src/games/hack/ |
hack.rip.c | 86 static void center(int, char *); 98 center(6, buf); 100 center(7, buf); 105 center(8, buf); 120 center(9, buf); 121 center(10, buf + i1); 124 center(11, buf); 130 center(int line __unused, char *text) function in typeref:typename:void
|
/src/games/rogue/ |
score.c | 60 static void center(short, const char *); 130 center(21, nick_name); 131 center(22, message_buf); 660 center(short row, const char *buf) function in typeref:typename:void
|
/src/usr.bin/fmt/ |
fmt.c | 75 static int center; variable in typeref:typename:int 120 center++; 219 if (center) {
|
/src/usr.bin/cal/ |
cal.c | 208 static void center(const char *, int, int); 397 center(lineout, week_len * month_per_row + 404 center("", week_len, head_sep); 415 center(month_names[month + i], week_len, sep); 420 center(lineout, week_len, sep); 426 center("", week_len, head_sep); 651 center(const char *str, int len, int separate) function in typeref:typename:void
|