Searched refs:last_cmd (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_lockdmsg.c54 static int last_cmd = -1; variable
63 if (last_cmd == cmd) {
67 last_cmd = cmd;
102 last_cmd);
104 send_cmd(last_cmd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y23 struct cmd *last_cmd;
406 /* update last_cmd if appending nc to cmds */
408 last_cmd = nc;
435 cmds = last_cmd = c;
437 last_cmd->c_next = c;
438 last_cmd = c;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c369 bool last_cmd = FALSE; local
390 last_cmd = TRUE;
393 data + words_read, last_cmd);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c109 char last_cmd; /* last command */ member in struct:_vi_
393 if( vp->last_cmd == '\0' )
397 vp->last_cmd = 'i';
496 vp->last_cmd = 'i';
772 c = vp->last_cmd;
791 vp->last_cmd = c;

Completed in 84 milliseconds