Searched refs:show_text (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/finger/ |
H A D | lprint.c | 80 (void)show_text(pn->dir, in lflag_print() 82 (void)show_text(pn->dir, _PATH_PROJECT, "Project"); in lflag_print() 83 if (!show_text(pn->dir, _PATH_PLAN, "Plan")) in lflag_print() 85 (void)show_text(pn->dir, in lflag_print() 286 show_text(const char *directory, const char *file_name, const char *header) in show_text() function
|
H A D | extern.h | 58 int show_text(const char *, const char *, const char *);
|
H A D | finger.c | 331 if (**p != '/' || *ip == 1 || !show_text("", *p, "")) { in userlist() 342 && show_text("", *p, "")) in userlist()
|