Home | History | Annotate | Download | only in whatis

Lines Matching defs:whatis

1 /*	$NetBSD: whatis.c,v 1.24 2011/09/06 18:46:03 joerg Exp $	*/
41 static char sccsid[] = "@(#)whatis.c 8.5 (Berkeley) 1/2/94";
43 __RCSID("$NetBSD: whatis.c,v 1.24 2011/09/06 18:46:03 joerg Exp $");
68 static void whatis(char **, char *, int);
112 whatis(argv, p_augment, 1);
114 whatis(argv, p_path, 1);
131 whatis(argv, *p, 0);
137 fprintf(stderr, "whatis: no %s file found.\n", _PATH_WHATIS);
150 whatis(char **argv, char *path, int buildpath)
248 "usage: whatis [-C file] [-M path] [-m path] command ...\n");