HomeSort by: relevance | last modified time | path
    Searched defs:putChar (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/include/
mon.h 116 int (*putChar)(int); /* Put char to output sink */
270 * putChar -- Write the given character to the output source.
272 * void putChar(ch)
343 #define mon_putchar (romVectorPtr->putChar)
  /src/sys/arch/sparc/include/
oldmon.h 169 void (*putChar)(int); /* Put char to output sink */
259 #define mon_putchar (romVectorPtr->putChar)
  /src/sys/arch/sun68k/include/
mon.h 116 int (*putChar)(int); /* Put char to output sink */
274 * putChar -- Write the given character to the output source.
276 * void putChar(ch)
347 #define mon_putchar (romVectorPtr->putChar)

Completed in 17 milliseconds