Home
last modified time | relevance | path

Searched refs:CL_ReadC (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dsys.h114 #define CL_ReadC 0x04 macro
H A Dhsys.c275 case CL_ReadC: /* Read a byte from the terminal */ in HandleSysMessage()
284 return msgsend(CI_CLIB, "%w%w%w%w%w%b", CL_ReadC|HtoT, in HandleSysMessage()
H A Ddevsw.c192 case CL_ReadC: fprintf(fp," CL_ReadC "); break; in dumpPacket()