Home
last modified time | relevance | path

Searched refs:walloc (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/finger/
H A Dutil.c33 static WHERE *walloc __P((PERSON *));
111 w = walloc(pn);
128 w = walloc(pn);
210 walloc(pn) in walloc() function
/original-bsd/contrib/bib/src/
H A Dbibargs.c135 char *p, *q, *walloc();
570 char *walloc(word) in walloc() function
668 words[wordtop].wi_word = word ? walloc(word) : NULL;
669 words[wordtop].wi_def = def ? walloc(def) : NULL;
702 wp->wi_word = word ? walloc(word) : NULL;
703 wp->wi_def = def ? walloc(def) : NULL;
749 p->ri_ref = walloc(ref);
H A Dbib.c444 char c, *walloc();
492 cites[ncites-1].info = walloc(infoword);