Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Doutput.c615 while ((c = getchr()) != '\n' && c != '\r') in get_return()
618 c = getchr(); in get_return()
710 c = getchr();
Dttyin.c175 getchr(VOID_PARAM) in getchr() function
Dos.c166 if (poll_events(tty, POLLIN) && getchr() == CONTROL('X'))
Dcommand.c887 return ((ungot == NULL) ? getchr() : 0); in getcc_end_command()
907 c = getchr(); in getccu()
Dfuncs.h344 public int getchr LESSPARAMS ((VOID_PARAM));
/freebsd-12-stable/usr.bin/printf/
Dprintf.c90 static int getchr(void);
397 p = getchr(); in printf_doformat()
552 getchr(void) in getchr() function