HomeSort by: relevance | last modified time | path
    Searched defs:person (Results 1 - 8 of 8) sorted by relevancy

  /src/games/battlestar/
command5.c 304 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; local in function:give
323 person = wordvalue[wordnumber];
340 if (person && testbit(location[position].objects, person)) {
341 if (person == NORMGOD && godready < 2 &&
356 switch (person) {
  /src/usr.sbin/lpr/lprm/
lprm.c 73 char *person; /* name of person doing lprm */ variable in typeref:typename:char *
80 static char luser[16]; /* buffer for person */
102 person = luser;
  /src/usr.bin/finger/
finger.h 43 typedef struct person { struct
55 } PERSON;
  /src/usr.sbin/lpr/lpr/
lpr.c 91 static const char *person; /* user name */ variable in typeref:typename:const char *
193 person = optarg;
267 * Get the identity of the person doing the lpr using the same
271 if (userid != DU || person == 0) {
274 person = pw->pw_name;
285 if ((strcmp(person, *gptr->gr_mem)) == 0)
309 card('P', person);
320 card('L', person);
325 card('M', person);
  /src/usr.sbin/lpr/lpd/
lpd.c 61 * \5printer person [users ...] [jobs ...]\n
419 char *person; /* name of person doing lprm */ variable in typeref:typename:char *
519 person = cp;
  /src/bin/csh/
file.c 342 * ~person/mumble
349 static Char person[40]; local in function:tilde
356 for (p = person, o = &old[1]; *o && *o != '/'; *p++ = *o++)
359 if (person[0] == '\0')
362 pw = getpwnam(short2str(person));
  /src/games/trek/
trek.h 127 const char *person; /* the person who fixes it */ member in struct:device
  /src/tests/usr.bin/xlint/lint1/
init_c99.c 604 struct person { struct in function:init_deeply_nested_struct
610 struct person mayor;

Completed in 52 milliseconds