Home
last modified time | relevance | path

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

/openbsd/distrib/special/more/
H A Dmore.c873 char comchar, cmdbuf[80]; in command() local
883 nlines = number(&comchar); in command()
885 if (comchar == '.') { /* Repeat last command */ in command()
887 comchar = lastcmd; in command()
892 lastcmd = comchar; in command()
894 if (comchar == otty.c_cc[VERASE]) { in command()
899 switch (comchar) { in command()
947 else if (comchar == 'z') in command()
962 if (comchar == 'f') in command()