Searched refs:gch (Results 1 – 3 of 3) sorted by relevance
374 int gch; in tipin() local390 gch = getchar()&STRIP_PAR; in tipin()392 if ((gch == character(value(ESCAPE))) && bol) { in tipin()394 if (!(gch = escape())) in tipin()397 } else if (!cumode && gch == character(value(RAISECHAR))) { in tipin()400 } else if (gch == '\r') { in tipin()402 ch = gch; in tipin()407 } else if (!cumode && gch == character(value(FORCE))) in tipin()408 gch = getchar()&STRIP_PAR; in tipin()409 bol = any(gch, value(EOL)); in tipin()[all …]
768 gch (void) in gch() function776 int high = convert_hex_digit (gch ()); in gbyte()777 int low = convert_hex_digit (gch ()); in gbyte()927 fetch_regs_from_dump (gch, wanted); in e7000_fetch_registers()1266 c = gch (); in e7000_read_inferior_memory()1268 c = gch (); in e7000_read_inferior_memory()1269 c = gch (); in e7000_read_inferior_memory()1277 c = gch (); in e7000_read_inferior_memory()1290 gch (); in e7000_read_inferior_memory()1291 gch (); in e7000_read_inferior_memory()[all …]
292 if ((c = gch())==0) return; in cgotofn()322 while ((c = gch()) != '\n'); in cgotofn()330 gch() in gch() function