Searched refs:nth (Results 251 - 275 of 545) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dquickurl.el236 (nth 2 url)
244 (setf (nth 2 ,url) ,store))
521 (let ((url (nth (save-excursion
/macosx-10.10/emacs-93/emacs/lisp/
H A Dps-print.el4041 (defmacro ps-page-dimensions-get-width (dims) `(nth 0 ,dims))
4042 (defmacro ps-page-dimensions-get-height (dims) `(nth 1 ,dims))
4043 (defmacro ps-page-dimensions-get-media (dims) `(nth 2 ,dims))
4173 (let* ((background (nth 2 face-extension))
4174 (foreground (nth 1 face-extension))
4175 (face-name (nth 0 face-extension))
4226 (let ((foreground (nth 1 face-attribute))
4227 (background (nth 2 face-attribute))
4228 (bold-p (nth 3 face-attribute))
4229 (italic-p (nth
[all...]
H A Dapropos.el711 (setq p (format "%s %S" (car pl) (nth 1 pl)))
799 (nth 1 symbol)
839 (nth 2 function)
841 (if (stringp (nth 2 function))
842 (nth 2 function)
843 (if (stringp (nth 3 function))
844 (nth 3 function)))))))
980 (memq (nth 4 symbol)
985 (if (stringp (setq i (nth i apropos-item)))
H A Dcus-dep.el77 (put (nth 1 expr) 'custom-where name))
H A Dcustom.el886 (let* ((symbol (indirect-variable (nth 0 entry))))
908 (t (or (nth 3 a2)
914 (let* ((symbol (indirect-variable (nth 0 entry)))
915 (value (nth 1 entry))
916 (now (nth 2 entry))
917 (requests (nth 3 entry))
918 (comment (nth 4 entry))
948 (let ((symbol (indirect-variable (nth 0 args)))
949 (value (nth 1 args)))
H A Dinformat.el215 (insert (nth 1 (car subfiles))
348 (let ((tem (nth 1 (car Info-validate-lossages))))
354 (if (nth 2 (car Info-validate-lossages))
357 (let ((tem (nth 2 (car Info-validate-lossages))))
H A Drepeat.el261 (let ((range (nth 1 buffer-undo-list)))
H A Dvc-arch.el106 (+ (nth 2 (current-time))
276 (if (and (eq (nth 7 ats) (string-to-number (match-string 2)))
277 (equal (format-time-string "%s" (nth 5 ats))
333 (and attrs (< (nth 7 attrs) 60)
H A Dvc-mcvs.el138 (if (equal (nth 2 x) file) (setq inode (nth 1 x))))))
405 (nth 5 (file-attributes file)))
530 (nth 5 (file-attributes file))))
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-auth.el210 (nth 0 retval) realm nonce (url-filename href)
211 (md5 (concat (nth 1 retval) ":" nonce ":"
212 (nth 2 retval))) opaque))))))
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-trail.el151 (error "Can't yank that line: %s" (nth 2 val))
H A Dcalc-funcs.el186 (term (math-mul (math-div-float (math-float (nth 1 bn))
187 (math-float (* (nth 2 bn)
345 (list 'cplx (math-abs (nth 1 x)) (math-abs (nth 2 x)))
352 (if (math-negp (nth 1 y)) (math-neg (nth 1 x)) (nth 1 x))
353 (if (math-negp (nth 2 y)) (math-neg (nth 2 x)) (nth
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dbyte-run.el116 (setq handler (nth 1 (get obsolete-name 'byte-obsolete-info)))
H A Dhelper.el74 (nth state
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dcua-base.el1063 (setq pos (nth 3 elt)))))
1573 (if (nth 1 cua--saved-state)
1575 (if (nth 2 cua--saved-state)
1579 (if (nth 1 cua--saved-state) " Delete-Selection" "")
1580 (if (and (nth 1 cua--saved-state) (nth 2 cua--saved-state)) " and" "")
1581 (if (nth 2 cua--saved-state) " PC-Selection" "")
1582 (if (or (nth 1 cua--saved-state) (nth 2 cua--saved-state)) " enabled" "")))
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-capab.el203 (nth 0 (erc-parse-user nickuserhost))))))
H A Derc-xdcc.el125 (t (erc-dcc-send-file nick (nth (1- n) erc-xdcc-files) proc)))))
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dpython.el157 (when (eq t (nth 3 syntax)) ; after unclosed fence
158 (goto-char (nth 8 syntax)) ; fence position
168 (unless (nth 3 (syntax-ppss))
182 ;; (if (nth 3 state)
184 ;; (goto-char (nth 8 state))
188 ;; (put-text-property (1+ (nth 8 state)) (1- (point))
191 ;; (put-text-property (1+ (nth 8 state)) (line-end-position)
308 (nth 8 (syntax-ppss)))
327 (if (nth 4 syntax)
328 (goto-char (nth
[all...]
H A Dcperl-mode.el1910 (last (nth (1- l) msb-menu-cond))
1912 (handle (1- (nth 1 last))))
2518 (or (nth 3 pps) (nth 4 pps) (nth 5 pps))))))))
2753 look-prop (or (nth 1 (assoc prop cperl-look-for-prop))
2762 (s-s (cperl-get-state (car parse-data) (nth 1 parse-data)))
2763 (start (or (nth 2 parse-data) ; last complete sexp terminated
2764 (nth 0 s-s))) ; Good place to start parsing
2765 (state (nth
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl243 # Pop the nth element off a list. Used in options processing.
244 proc ::autoproxy::Pop {varname {nth 0}} {
246 set r [lindex $args $nth]
247 set args [lreplace $args $nth $nth]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc32.tcl286 # Pop the nth element off a list. Used in options processing.
288 proc ::crc::Pop {varname {nth 0}} {
290 set r [lindex $args $nth]
291 set args [lreplace $args $nth $nth]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl243 # Pop the nth element off a list. Used in options processing.
244 proc ::autoproxy::Pop {varname {nth 0}} {
246 set r [lindex $args $nth]
247 set args [lreplace $args $nth $nth]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rc4/
H A Drc4.tcl253 # Pop the nth element off a list. Used in options processing.
255 proc ::rc4::Pop {varname {nth 0}} {
257 set r [lindex $args $nth]
258 set args [lreplace $args $nth $nth]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl206 proc ::SASL::Pop {varname {nth 0}} {
208 set r [lindex $args $nth]
209 set args [lreplace $args $nth $nth]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-decode.el64 `(nth 0 ,handle))
66 `(nth 1 ,handle))
76 `(nth 2 ,handle))
78 `(nth 3 ,handle))
82 `(nth 4 ,handle))
84 `(nth 5 ,handle))
86 `(nth 6 ,handle))
90 `(nth 7 ,handle))
1496 (if (and (or (not (setq functest (nth 3 (car protocols))))
1502 (setq func (nth
[all...]

Completed in 282 milliseconds

<<11121314151617181920>>