Searched defs:lastcmd (Results 1 - 4 of 4) sorted by relevance

/external/libedit/src/
H A Del.h89 el_action_t lastcmd; /* Previous command */ member in struct:el_state_t
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
/external/mksh/src/
H A Dedit.c3468 static char lastcmd[MAXVICMD]; /* last non-move command */ variable
3469 static int lastac; /* argcnt for lastcmd */
3853 switch (vi_cmd(lastac, lastcmd)) {
3860 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
3861 lastcmd[0] == 'C') {
3987 lastcmd[0] = 'a';
3990 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
3991 lastcmd[
[all...]

Completed in 378 milliseconds