Home
last modified time | relevance | path

Searched refs:get_input (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c52 int get_input (char *, int);
284 get_input (char *buf, int len) in get_input() function
384 if (get_input (&buf[0], BUFLEN) > 2) { in change_part()
392 if (get_input (&buf[0], BUFLEN)) { in change_part()
399 if (get_input (&buf[0], BUFLEN)) { in change_part()
407 if (get_input (&buf[0], BUFLEN)) { in change_part()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc556 = svalue::cmp_ptr (asm_output_sval1->get_input (i), in cmp_ptr()
557 asm_output_sval2->get_input (i))) in cmp_ptr()
577 = svalue::cmp_ptr (const_fn_result_sval1->get_input (i), in cmp_ptr()
578 const_fn_result_sval2->get_input (i))) in cmp_ptr()
H A Dsvalue.h1531 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; }
1661 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; }
/netbsd/sys/dev/
H A Dvideo_if.h485 int (*get_input)(void *, struct video_input *); member
H A Dvideo.c1174 if (hw->get_input == NULL) { in video_get_input()
1182 err = hw->get_input(sc->hw_softc, &vi); in video_get_input()
/netbsd/external/bsd/ppp/dist/pppd/
H A Dmain.c236 static void get_input(void);
527 get_input(); in main()
1019 get_input(void) in get_input() function
/netbsd/sys/dev/usb/
H A Dauvitek_video.c123 .get_input = auvitek_get_input,