Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c974 char comchar, cmdbuf[80]; in command() local
986 nlines = number (&comchar); in command()
988 if (comchar == '.') { /* Repeat last command */ in command()
990 comchar = lastcmd; in command()
995 lastcmd = comchar; in command()
997 if((comchar != RUBOUT) && !dum_opt) { in command()
998 if (comchar == otty.c_cc[VERASE]) { in command()
1004 switch (comchar) { in command()
1054 else if (comchar == 'z') dlines = nlines; in command()
1067 if (comchar == 'f') in command()