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

  /src/sys/arch/sun68k/stand/libsa/
promcons.c 11 getchar(void) function in typeref:typename:int
13 return ( (*romVectorPtr->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/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/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()
  /src/sys/arch/sun2/sun2/
promlib.c 163 PROMLIB_FUNC(int, prom_getchar, (void), getChar, (), return(rc))
  /src/sys/arch/sparc/sparc/
promlib.c 128 (void *)notimplemented, /* getchar */
1357 promops.po_getchar = oldpvec->getChar;

Completed in 14 milliseconds