HomeSort by: relevance | last modified time | path
    Searched defs:lastcmd (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libedit/
el.h 85 el_action_t lastcmd; /* Previous command */ member in struct:el_state_t
  /src/usr.bin/msgs/
msgs.c 159 bool lastcmd = NO; variable in typeref:typename:bool
219 lastcmd = YES;
614 if (already && !quitit && lastcmd && totty) {
  /src/bin/ksh/
vi.c 169 static char lastcmd[MAXVICMD]; /* last non-move command */ variable in typeref:typename:char[]
170 static int lastac; /* argcnt for lastcmd */
497 switch (vi_cmd(lastac, lastcmd)) {
504 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
505 lastcmd[0] == 'C') {
651 lastcmd[0] = 'a';
654 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
655 lastcmd[0] == 'C'
    [all...]
  /src/sys/arch/newsmips/dev/
scsireg.h 282 int lastcmd; member in struct:sc_softc
  /src/sys/dev/marvell/
gtidmac.c 1253 uint32_t xexc, bcnt, cmd, lastcmd; local in function:mvxore_setup
1272 cmd = lastcmd = 0;
1275 lastcmd = cmd = (1 << ninputs) - 1;
1279 lastcmd = MVXORE_DESC_CMD_CRCLAST;
1400 desc->cmd = lastcmd;

Completed in 39 milliseconds