Home | History | Annotate | Download | only in larn

Lines Matching defs:help

1 /*	$NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $	*/
3 /* help.c Larn is copyrighted 1986 by Noah Morgan. */
6 __RCSID("$NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $");
18 * help function to display the help info
20 * format of the .larn.help file
22 * 1st character of file: # of pages of help available (ascii digit)
24 * pages of help text (23 lines per page)
27 help(void)
35 return; /* open the help file and get # pages */
55 lprcat(" for more help ---- ");
84 return; /* open the help file */
114 * routine to open the help file and return the first character - '0'
120 lprintf("Can't open help file \"%s\" ", helpfile);