Searched refs:pure_listn (Results 1 – 6 of 6) sorted by relevance
/dports/editors/emacs/emacs-27.2/src/ |
H A D | lisp.h | 3846 extern Lisp_Object pure_listn (ptrdiff_t, Lisp_Object, ...); 3850 pure_listn (ARRAYELTS (((Lisp_Object []) {__VA_ARGS__})), __VA_ARGS__)
|
H A D | alloc.c | 2662 pure_listn (ptrdiff_t count, Lisp_Object arg1, ...) in pure_listn() function
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | lisp.h | 3906 extern Lisp_Object pure_listn (ptrdiff_t, Lisp_Object, ...); 3910 pure_listn (ARRAYELTS (((Lisp_Object []) {__VA_ARGS__})), __VA_ARGS__)
|
H A D | alloc.c | 2793 pure_listn (ptrdiff_t count, Lisp_Object arg1, ...) in pure_listn() function
|
/dports/editors/emacs/emacs-27.2/ |
H A D | ChangeLog.3 | 46655 * src/alloc.c (cons_listn, pure_listn): New functions.
|
/dports/editors/emacs-devel/emacs-4d1968b/ |
H A D | ChangeLog.3 | 135237 * src/alloc.c (cons_listn, pure_listn): New functions.
|