Searched refs:nlast (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dnaming.c515 String *nlast = NewStringEmpty(); local
516 Swig_scopename_split(name, &nprefix, &nlast);
517 rn = name_object_get(namehash, nlast, decl, ncdecl);
518 Delete(nlast);
636 String *nlast = NewStringEmpty(); local
638 Swig_scopename_split(name, &nprefix, &nlast);
639 tprefix = SwigType_templateprefix(nlast);
640 Delete(nlast);
1456 String *nlast = NewStringEmpty(); local
1458 Swig_scopename_split(name, &nprefix, &nlast);
1601 String *nlast = NewStringEmpty(); local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_interface.rb142 assert_equal(%Q{1,2,3\n4,,5\nlast,"""row"""\n}, str)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c158 int nlast=1,n,exitval=0; local
167 for(av=avlast; cp= *av; av++,nlast++)
182 n = nlast*sizeof(char*);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_socket2.c1061 struct mbuf *m, *n, *nlast; local
1094 nlast = n;
1102 sb->sb_mbtail = nlast;
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-sum.el6539 first nlast unread)
6552 (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6558 (while (< first nlast)
6562 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6592 first nlast unread)
6605 (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6611 (push (cons first nlast) unread))
6613 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el7084 (defun org-table-sum (&optional beg end nlast)
7119 (items1 (cond ((not nlast) items)
7120 ((>= nlast (length items)) items)
7122 (setcdr (nthcdr (1- nlast) items) nil)

Completed in 360 milliseconds