HomeSort by: relevance | last modified time | path
    Searched refs:life (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libcurses/PSD.doc/
Makefile 7 CEXAMPLES= ex1.gr ex2.gr life.gr twinkle1.gr twinkle2.gr win_st.gr
  /src/games/worm/
worm.c 88 static void life(void);
152 life(); /* Create the worm */
170 life(void) function in typeref:typename:void
  /src/sbin/routed/
rdisc.c 131 " from %s to %s via %s life=%d\n",
578 u_short life, /* in host byte order */
610 if (pref == 0 || life < MinMaxAdvertiseInterval) {
612 life = 0;
623 if (life == 0)
660 new_drp->dr_life = life;
  /src/usr.sbin/sysinst/
partitions.h 369 * If life is true, the device must be made available under
376 enum dev_name_usage, bool with_path, bool life);
gpt.c 1469 enum dev_name_usage usage, bool with_path, bool life)
1490 life = true;
1491 if (!(p->gp_flags & GPEF_WEDGE) && life &&
disklabel.c 1007 enum dev_name_usage which_name, bool with_path, bool life)
mbr.c 3024 enum dev_name_usage usage, bool with_path, bool life)
3054 part, usage, with_path, life);
  /src/games/larn/
monster.c 479 i = min(c[HP] - 1, c[HPMAX] / 2); /* drain life */
1591 lprintf("\nThe %s drains you of your life energy!", lastmonst);
1752 newsphere(int x, int y, int dir, int life)
1822 sp->lifetime = life;
  /src/share/mk/
bsd.lib.mk 416 # Declare a few variables to make our life easier later.

Completed in 20 milliseconds