Searched refs:lastcmd (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
116 atom->cmd = atom->lastcmd;
117 atom->lastcmd = tmp;
H A Dradeon_common_context.c206 if (atom->lastcmd)
207 FREE(atom->lastcmd);
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
H A Dr200_state_init.c631 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
122 atom->cmd = atom->lastcmd;
123 atom->lastcmd = tmp;
H A Dradeon_common_context.c206 if (atom->lastcmd)
207 FREE(atom->lastcmd);
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
H A Dradeon_state_init.c518 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
116 atom->cmd = atom->lastcmd;
117 atom->lastcmd = tmp;
H A Dradeon_common_context.c206 if (atom->lastcmd)
207 FREE(atom->lastcmd);
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
H A Dr200_state_init.c631 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
122 atom->cmd = atom->lastcmd;
123 atom->lastcmd = tmp;
H A Dradeon_common_context.c206 if (atom->lastcmd)
207 FREE(atom->lastcmd);
H A Dradeon_common_context.h134 GLuint *lastcmd; /* one or more cmd's */ member in struct:radeon_state_atom
H A Dradeon_state_init.c518 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
/external/libedit/src/
H A Del.h89 el_action_t lastcmd; /* Previous command */ member in struct:el_state_t
H A Dsearch.c177 if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
178 el->el_state.lastcmd != ED_SEARCH_NEXT_HISTORY) {
389 el->el_state.lastcmd =
510 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
579 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
H A Dfilecomplete.c424 if (el->el_state.lastcmd == el->el_state.thiscmd)
H A Dchared.c444 el->el_state.lastcmd = ED_UNASSIGNED;
477 el->el_state.lastcmd = ED_UNASSIGNED;
H A Dread.c642 el->el_state.lastcmd = cmdnum;
H A Dcommon.c387 if (el->el_state.lastcmd == EM_UNIVERSAL_ARGUMENT)
/external/mksh/src/
H A Dedit.c3474 static char lastcmd[MAXVICMD]; /* last non-move command */ variable
3475 static int lastac; /* argcnt for lastcmd */
3859 switch (vi_cmd(lastac, lastcmd)) {
3866 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
3867 lastcmd[0] == 'C') {
3993 lastcmd[0] = 'a';
3996 if (lastcmd[0] == 's' || lastcmd[0] == 'c' ||
3997 lastcmd[
[all...]

Completed in 279 milliseconds