Home
last modified time | relevance | path

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

/netbsd/src/games/cribbage/
Dcrib.c379 crd = phand[infrom(phand, FULLHAND, prompt)]; in discard()
385 crd = phand[infrom(phand, FULLHAND - 1, prompt)]; in discard()
571 crd = ph[infrom(ph, in peg()
Dcribbage.h73 int infrom(const CARD [], int, const char *);
Dio.c173 infrom(const CARD hand[], int n, const char *prompt) in infrom() function