Home
last modified time | relevance | path

Searched refs:sgetstr (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/sail/
Dpl_4.c80 sgetstr("Message? ", p, sizeof buf - 2); in acceptsignal()
95 sgetstr("What ship? ", buf, sizeof buf); in lookout()
Dpl_5.c74 sgetstr(promptstr, buf, sizeof buf); in acceptmove()
Dextern.h350 void sgetstr(const char *, char *, int);
Dpl_7.c508 sgetstr(const char *pr, char *buf, int n) in sgetstr() function