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

  /src/sys/arch/atari/stand/ahdilabel/
ahdilabel.c 52 int get_input (char *, int);
284 get_input (char *buf, int len) function in typeref:typename:int
384 if (get_input (&buf[0], BUFLEN) > 2) {
392 if (get_input (&buf[0], BUFLEN)) {
399 if (get_input (&buf[0], BUFLEN)) {
407 if (get_input (&buf[0], BUFLEN)) {
414 if (get_input (&buf[0], BUFLEN)) {
  /src/sys/dev/
video_if.h 485 int (*get_input)(void *, struct video_input *); member in struct:video_hw_if

Completed in 14 milliseconds