Searched refs:getinput (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dinteract.c66 static int getinput(const char *, const char *, const char *, char *);
113 i = getinput(":", "Automatically adjust partitions",
166 i = getinput(":", "Disk type [?]", def, line);
195 i = getinput(":", "Disk name", def, line);
207 i = getinput(":", "Number of partitions", def, line);
223 i = getinput(":", "Sector size (bytes)", def, line);
239 i = getinput(":", "Number of sectors per track", def, line);
255 i = getinput(":", "Number of tracks per cylinder", def, line);
271 i = getinput(":", "Number of sectors/cylinder", def, line);
288 i = getinput("
614 getinput(const char *sep, const char *prompt, const char *def, char *line) function
[all...]
/netbsd-6-1-5-RELEASE/games/dab/
H A Dgamescreen.h64 virtual int getinput(void) = 0; // Get user input
H A Dttyscrn.h54 int getinput(void);
H A Dboard.cc197 return _scrn->getinput();
H A Dttyscrn.cc166 int TTYSCRN::getinput(void) function in class:TTYSCRN
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dmain.c251 getinput:
262 goto getinput;
268 goto getinput;
274 goto getinput;
282 goto getinput;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Dnslookup.c142 static void getinput(isc_task_t *task, isc_event_t *event);
866 getinput(isc_task_t *task, isc_event_t *event) { function
907 result = isc_app_onrun(mctx, global_task, getinput, NULL);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/nsupdate/
H A Dnsupdate.c2967 getinput(isc_task_t *task, isc_event_t *event) { function
3010 result = isc_app_onrun(mctx, global_task, getinput, NULL);

Completed in 98 milliseconds