/src/usr.bin/grep/ |
util.c | 283 * matches. The matching lines are passed to printline() to display the 373 printline(l, ':', matches, m); 375 printline(l, '-', matches, m); 444 printline(struct str *line, int sep, regmatch_t *matches, int m) function in typeref:typename:void
|
util.c | 283 * matches. The matching lines are passed to printline() to display the 373 printline(l, ':', matches, m); 375 printline(l, '-', matches, m); 444 printline(struct str *line, int sep, regmatch_t *matches, int m) function in typeref:typename:void
|
/src/games/monop/ |
monop.h | 69 #define printline() printf("------------------------------\n") macro
|
monop.h | 69 #define printline() printf("------------------------------\n") macro
|
/src/usr.sbin/syslogd/ |
syslogd.c | 754 * then call printline() with one buffer. 816 printline(LocalFQDN, linebuf, 0); 866 printline(cvthname(&frominet), linebuf, 1551 printline(const char *hname, char *msg, int flags) function in typeref:typename:void 1560 "printline(\"%s\", \"%s\", %d)\n", hname, msg, flags);
|
syslogd.c | 754 * then call printline() with one buffer. 816 printline(LocalFQDN, linebuf, 0); 866 printline(cvthname(&frominet), linebuf, 1551 printline(const char *hname, char *msg, int flags) function in typeref:typename:void 1560 "printline(\"%s\", \"%s\", %d)\n", hname, msg, flags);
|