OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nth
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/modules/
lisp.lsp
44
(defun second (a) (
nth
1 a))
45
(defun third (a) (
nth
2 a))
46
(defun fourth (a) (
nth
3 a))
47
(defun fifth (a) (
nth
4 a))
48
(defun sixth (a) (
nth
5 a))
49
(defun seventh (a) (
nth
6 a))
50
(defun eighth (a) (
nth
7 a))
51
(defun ninth (a) (
nth
8 a))
52
(defun tenth (a) (
nth
9 a))
150
(defun lisp::
nth
-store (index list value
152
(defsetf
nth
lisp::
nth
-store)
function
[
all
...]
/xsrc/external/mit/xedit/dist/
hook.c
410
int replace, compile, ecode,
nth
, flags, count, etype;
local
438
compile = redisplay =
nth
= count = confirm = 0;
909
nth
= einfo.soff;
917
++
nth
;
964
(einfo.soff == O_ALL ||
nth
== einfo.soff)) {
992
if (einfo.soff != O_ALL &&
nth
< einfo.soff) {
994
++
nth
;
1052
nth
= 0;
1070
nth
= 0;
Completed in 7 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026