Home
last modified time | relevance | path

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

/freebsd/usr.bin/printf/
H A Dprintf.c74 static int getchr(void);
381 p = getchr(); in printf_doformat()
536 getchr(void) in getchr() function
/freebsd/contrib/less/
H A Doutput.c603 while ((c = getchr()) != '\n' && c != '\r') in get_return()
606 c = getchr(); in get_return()
703 c = getchr(); in query()
H A Dttyin.c162 public int getchr(void) in getchr() function
H A Dos.c133 LWCHAR ch = getchr(); in check_poll()
H A Dcommand.c936 return ((ungot == NULL) ? getchr() : 0); in getcc_end_command()
955 c = getchr(); in getccu()
H A Dfuncs.h375 public int getchr(void);