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

/freebsd-11-stable/contrib/less/
H A Doutput.c615 while ((c = getchr()) != '\n' && c != '\r')
618 c = getchr();
710 c = getchr();
H A Dttyin.c175 getchr(VOID_PARAM) function
215 * because error calls getchr!
H A Dos.c166 if (poll_events(tty, POLLIN) && getchr() == CONTROL('X'))
H A Dcommand.c887 return ((ungot == NULL) ? getchr() : 0);
907 c = getchr();
H A Dfuncs.h344 public int getchr LESSPARAMS ((VOID_PARAM));
/freebsd-11-stable/usr.bin/printf/
H A Dprintf.c93 static int getchr(void);
400 p = getchr();
554 getchr(void) function

Completed in 76 milliseconds