Home
last modified time | relevance | path

Searched refs:show_text (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/finger/
H A Dlprint.c80 (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 Dextern.h58 int show_text(const char *, const char *, const char *);
H A Dfinger.c331 if (**p != '/' || *ip == 1 || !show_text("", *p, "")) { in userlist()
342 && show_text("", *p, "")) in userlist()