Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dunixcons.c46 static int common_getc(int fd, int timo);
114 return common_getc(infd, 1); in getchar()
125 common_getc(int fd, int timo) in common_getc() function
179 c = common_getc(infd, 1); in awaitkey()