HomeSort by: relevance | last modified time | path
    Searched defs:help (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/distrib/utils/more/
help.c 1 /* $NetBSD: help.c,v 1.6 2003/10/13 14:34:25 agc Exp $ */
36 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/6/93";
38 __RCSID("$NetBSD: help.c,v 1.6 2003/10/13 14:34:25 agc Exp $");
50 help() function in typeref:typename:void
  /src/games/boggle/boggle/
help.c 1 /* $NetBSD: help.c,v 1.7 2011/08/31 16:24:55 plunky Exp $ */
38 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/11/93";
40 __RCSID("$NetBSD: help.c,v 1.7 2011/08/31 16:24:55 plunky Exp $");
53 help(void) function in typeref:typename:int
67 wprintw(win, "There doesn't seem to be any help.");
  /src/games/larn/
help.c 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) function in typeref:typename:void
35 return; /* open the help file and get # pages *
    [all...]
  /src/games/trek/
help.c 1 /* $NetBSD: help.c,v 1.13 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: help.c,v 1.13 2009/08/12 08:54:54 dholland Exp $");
48 ** call starbase for help
73 help(int v __unused) function in typeref:typename:void
80 /* check to see if calling for help is reasonable ... */
  /src/tests/net/if/
ifconf.c 43 help(void) function in typeref:typename:void
119 help();
129 help();
131 help();
  /src/usr.bin/systat/
keyboard.c 60 static char help[] = "help"; local in function:keyboard
110 command(help);
  /src/sys/arch/i386/stand/lib/
getextmemx.c 64 int help = buf[0]; local in function:getextmemx
65 if (help == 15 * 1024)
66 help += buf[1] * 64;
67 if (extmem < help)
68 extmem = help;
88 int help = bufps2.dta[0]; local in function:getextmemx
89 if (help == 15 * 1024)
90 help += bufps2.dta[1];
91 if (extmem < help)
92 extmem = help;
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 128 char *help; local in function:alloc
176 help = OF_claim(NULL, (unsigned)size, NBPG);
177 if (help == (char *)-1)
180 f = (struct ml *)help;
184 (u_long)(help + OVERHEAD), f->size);
197 help = (char *)f;
199 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
204 return (help + OVERHEAD);
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 129 char *help; local in function:alloc
177 help = OF_claim(NULL, (unsigned)size, NBPG);
178 if (help == (char *)-1)
181 f = (struct ml *)help;
185 (u_long)(help + OVERHEAD), f->size);
198 help = (char *)f;
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 129 char *help; local in function:alloc
177 help = OF_claim(NULL, (unsigned)size, NBPG);
178 if (help == (char *)-1)
181 f = (struct ml *)help;
185 (u_long)(help + OVERHEAD), f->size);
198 help = (char *)f;
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
  /src/sys/arch/zaurus/stand/zboot/
loadfile_zboot.c 105 struct btinfo_common *help; local in function:zboot_exec
118 help = (struct btinfo_common *)(bootinfo->entry[i]);
119 if ((p - bibuf) + help->len > BOOTINFO_MAXSIZE)
122 memcpy(p, help, help->len);
123 p += help->len;
  /src/sys/lib/libsa/
alloc.c 168 char *help; local in function:alloc
194 help = top;
202 panic("heap full (%p+%zu)", help, size);
204 *(unsigned int *)(void *)help = (unsigned int)ALIGN(size);
205 return help + ALIGN(sizeof(unsigned int));
213 help = (char *)(void *)*f;
215 return help + ALIGN(sizeof(unsigned int));
  /src/lib/libedit/
map.h 59 el_bindings_t *help; /* The help for the editor functions */ member in struct:el_map_t
61 size_t nfunc; /* The number of functions/help items */
Makefile 80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend
90 DPSRCS+= ${AHDR} fcns.h func.h help.h
91 CLEANFILES+= ${AHDR} fcns.h func.h help.h
95 .depend: ${AHDR} fcns.h func.h help.h
125 help.h: ${ASRC} makelist Makefile
el.c 284 wchar_t *help = va_arg(ap, wchar_t *); local in function:el_wset
287 rv = map_addfunc(el, name, help, func);
  /src/sys/arch/landisk/landisk/
machdep.c 262 struct btinfo_common *help; local in function:lookup_bootinfo
265 help = (struct btinfo_common *)(bootinfo->info);
267 if (help->type == type)
268 return (help);
269 help = (struct btinfo_common *)((char *)help + help->len);
  /src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c 45 int h_flag = 0; /* show help */
60 void help PROTO((void));
136 help();
209 help(void) function in typeref:typename:void
  /src/sys/arch/atari/stand/tostools/rawwrite/
rawwrite.c 41 static void help PROTO((void));
46 int h_flag = 0; /* Show help */
95 help();
156 help(void) function in typeref:typename:void
  /src/sys/dev/wscons/
wscons_rops.c 114 u_char help; local in function:rcons_putchar
122 help = uc & 0xff;
123 raster_textn(rc->rc_sp, x, y, op, rc->rc_font, &help, 1);
wsemul_vt100_subr.c 59 int help; local in function:wsemul_vt100_scrollup
64 help = vd->scrreg_nrows - n;
65 if (help > 0) {
69 help);
73 help);
76 vd->scrreg_startrow + help, n,
79 memset(&vd->dblwid[vd->scrreg_startrow + help], 0, n);
89 int help; local in function:wsemul_vt100_scrolldown
94 help = vd->scrreg_nrows - n;
95 if (help > 0)
191 int n, m, help, flags, fgcol, bgcol; local in function:wsemul_vt100_handle_csi
752 int help; local in function:vt100_selectattribute
    [all...]
  /src/sys/arch/bebox/bebox/
machdep.c 188 struct btinfo_common *help = (struct btinfo_common *)bootinfo; local in function:lookup_bootinfo
191 bt = help;
193 return (help);
194 help = (struct btinfo_common *)((char*)help + bt->next);
196 (size_t)help < (size_t)bootinfo + sizeof (bootinfo));
  /src/sys/dev/vme/
vme.c 326 vmem_addr_t help; local in function:_vme_space_get
340 &help);
342 *addr = help;
  /src/usr.sbin/timed/timedc/
timedc.c 206 * Help command.
209 help(int argc, char *argv[]) function in typeref:typename:void
253 printf("?Ambiguous help command %s\n", arg);
255 printf("?Invalid help command %s\n", arg);
  /src/sys/arch/newsmips/newsmips/
machdep.c 411 char *help = bootinfo; local in function:lookup_bootinfo
414 if (help == NULL)
418 bt = (struct btinfo_common *)help;
420 return (void *)help;
421 help += bt->next;
423 (size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
  /src/sbin/disklabel/
interact.c 83 const char *help; member in struct:cmds
106 printf("%s\t%s\n", cmd->name, cmd->help);
804 puts("Enter '?' for help");

Completed in 25 milliseconds

1 2 3