Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dsys.h107 #define CL_Write0 0x02 macro
H A Dhsys.c264 case CL_Write0: /* Write a null terminated string to the terminal. */ in HandleSysMessage()
271 return msgsend(CI_CLIB, "%w%w%w%w%w", CL_Write0|HtoT, DebugID, in HandleSysMessage()
H A Ddevsw.c191 case CL_Write0: fprintf(fp," CL_Write0 "); break; in dumpPacket()