Searched refs:lap (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Ddisass.el177 (let ((lap (byte-decompile-bytecode (string-as-unibyte bytes) constvec))
181 (lap lap))
182 (while (setq tmp (assq 'TAG lap))
184 (setq lap (cdr (memq tmp lap)))))
185 (while lap
189 (if (numberp (car lap))
190 (setq pc-value (car lap)
191 lap (cd
[all...]
H A Dbyte-opt.el189 (defun byte-compile-log-lap-1 (format &rest args)
220 (defmacro byte-compile-log-lap (format-string &rest args)
222 (byte-compile-log-lap-1 ,format-string ,@args)))
248 ;; Splice the given lap code into the current instruction stream.
252 (defun byte-inline-lapcode (lap)
253 (setq byte-compile-output (nconc (nreverse lap) byte-compile-output)))
436 ;; will be optimized away in the lap-optimize pass.
1276 (if (not (memq byte-optimize '(t lap)))
1352 lap tmp
1356 (setq lap (con
[all...]
H A Dbytecomp.el751 (defun byte-compile-lapcode (lap)
758 (while lap
759 (setq op (car (car lap))
760 off (cdr (car lap)))
801 (setq lap (cdr lap)))
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IO/
H A DCIrDevice.cpp59 {kLogPacketDropped, "IrDevice: packet dropped. no read pending from lap"},
73 {kLogSetAddress, "IrDevice: set lap address"},
74 {kLogNotOurAddress, "IrDevice: not our lap address, in=, our="},
157 // Check the lap address field for either broadcast, or our address
185 TIrLAP *lap;
187 lap = fIrDA->GetLAP();
188 require(lap, Fail);
189 lap->ChangeSpeedComplete(); // finally tell lap that the speed change finished
202 TIrLAP *lap; local
398 TIrLAP *lap; local
[all...]
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A Dsimple_client40 $lap = Authen::Krb5::gen_portaddr($l,$s->sockport());
41 $rcn = Authen::Krb5::gen_replay_name($lap,"foobar");
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A Dsimple_client40 $lap = Authen::Krb5::gen_portaddr($l,$s->sockport());
41 $rcn = Authen::Krb5::gen_replay_name($lap,"foobar");
/macosx-10.10/curl-83.1.2/curl/src/
H A DMakefile.b3246 LDFLAGS = -q -lq -lap
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c83 * getexcl the variables lap, exclp, and exclnxt are all zero.
431 if (lap < labuf.len) {
432 c = labuf.s[lap++];
652 Strbuf_appendn(&buf, labuf.s + lap, labuf.len - lap);
658 lap = 0;
H A Dsh.h832 EXTERN size_t lap; /* N/A if == labuf.len, index into labuf.s otherwise */ variable
/macosx-10.10/swig-12/Lib/ocaml/
H A Dswigp4.ml3 let lap x y = x :: y var
/macosx-10.10/vim-55/runtime/syntax/
H A Dplaintex.vim39 \ '\\\%(\%(big\|en\|med\|\%(no\|off\)interline\|small\)skip\|\%(center\|left\|right\)\=line\|\%(dot\|\%(left\|right\)arrow\)fill\|[hv]glue\|[lr]lap\|q\=quad\|space\|topglue\)\>'

Completed in 293 milliseconds