Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dsys.h98 #define CL_WriteC 0x01 macro
H A Dhsys.c251 case CL_WriteC: /* Write a character to the terminal. */ in HandleSysMessage()
260 return msgsend(CI_CLIB,"%w%w%w%w%w", CL_WriteC|HtoT, in HandleSysMessage()
H A Ddevsw.c190 case CL_WriteC: fprintf(fp," CL_WriteC "); break; in dumpPacket()