HomeSort by: relevance | last modified time | path
    Searched defs:get_input (Results 1 - 10 of 10) 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
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)) {
ahdilabel.c 52 int get_input (char *, int);
284 get_input (char *buf, int len) function
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/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 1531 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::asm_output_svalue
1661 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::const_fn_result_svalue
svalue.h 1531 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::asm_output_svalue
1661 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::const_fn_result_svalue
  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 1589 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::asm_output_svalue
1720 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::const_fn_result_svalue
svalue.h 1589 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::asm_output_svalue
1720 const svalue *get_input (unsigned idx) const { return m_input_arr[idx]; } function in class:ana::const_fn_result_svalue
  /src/external/bsd/ppp/dist/pppd/
main.c 238 static void get_input(void);
614 get_input();
1134 * get_input - called when incoming data is available.
1137 get_input(void) function
main.c 238 static void get_input(void);
614 get_input();
1134 * get_input - called when incoming data is available.
1137 get_input(void) function
  /src/sys/dev/
video_if.h 485 int (*get_input)(void *, struct video_input *); member in struct:video_hw_if
video_if.h 485 int (*get_input)(void *, struct video_input *); member in struct:video_hw_if

Completed in 74 milliseconds