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

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dseq_midi_event.h34 unsigned char lastcmd; /* last command (for MIDI state handling) */ member in struct:snd_midi_event
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dseq_midi_event.h34 unsigned char lastcmd; /* last command (for MIDI state handling) */ member in struct:snd_midi_event
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcmd.py70 lastcmd = '' variable in class:Cmd
211 self.lastcmd = line
213 self.lastcmd = ''
230 if self.lastcmd:
231 return self.onecmd(self.lastcmd)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcmd.py70 lastcmd = '' variable in class:Cmd
211 self.lastcmd = line
213 self.lastcmd = ''
230 if self.lastcmd:
231 return self.onecmd(self.lastcmd)

Completed in 145 milliseconds