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

  /src/sys/arch/sun3/include/
mon.h 115 u_char (*getChar)(void); /* Get char from input source */
119 u_char *echo; /* Should getchar echo? */
266 * getChar -- Return the next character from the input source
268 * u_char getChar()
  /src/sys/arch/sparc/include/
oldmon.h 168 int (*getChar)(void); /* Get char from input source */
172 u_char *echo; /* Should getchar echo? */
  /src/sys/arch/sun68k/include/
mon.h 115 u_char (*getChar)(void); /* Get char from input source */
119 u_char *echo; /* Should getchar echo? */
270 * getChar -- Return the next character from the input source
272 * u_char getChar()

Completed in 91 milliseconds