Home | History | Annotate | Download | only in m_gdbserver

Lines Matching defs:readchar

99 static int readchar (int single);
882 cc = readchar (1);
942 int readchar (int single)
961 sr_extended_perror(ret, "readchar: poll error\n");
963 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
974 dlog (1, "readchar: Got EOF\n");
976 warning ("readchar read error\n");
995 dlog(1, "readchar: POLLcond got %d\n",
1017 c = readchar (0);
1027 c = readchar (0);
1037 c1 = fromhex (readchar (0));
1038 c2 = fromhex (readchar (0));