Home
last modified time | relevance | path

Searched defs:Lisp_Hash_Table (Results 1 – 5 of 5) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dlisp.h2310 struct Lisp_Hash_Table struct
2315 union vectorlike_header header;
2319 Lisp_Object weak;
2323 Lisp_Object hash;
2329 Lisp_Object next;
2335 Lisp_Object index;
2342 ptrdiff_t count;
2345 ptrdiff_t next_free;
2349 bool purecopy;
2354 bool mutable;
[all …]
H A Dalloc.c121 struct Lisp_Hash_Table Lisp_Hash_Table; member
/dports/editors/emacs/emacs-27.2/src/
H A Dlisp.h2297 struct Lisp_Hash_Table struct
2306 union vectorlike_header header;
2310 Lisp_Object weak;
2314 Lisp_Object hash;
2320 Lisp_Object next;
2326 Lisp_Object index;
2333 ptrdiff_t count;
2336 ptrdiff_t next_free;
2340 bool purecopy;
2345 bool mutable;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dlisp.h1823 struct Lisp_Hash_Table struct
1826 struct vectorlike_header header;
1830 Lisp_Object weak;
1835 Lisp_Object rehash_size;
1839 Lisp_Object rehash_threshold;
1843 Lisp_Object hash;
1848 Lisp_Object next;
1851 Lisp_Object next_free;
1875 struct Lisp_Hash_Table *next_weak; argument
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dlisp.h1823 struct Lisp_Hash_Table struct
1826 struct vectorlike_header header;
1830 Lisp_Object weak;
1835 Lisp_Object rehash_size;
1839 Lisp_Object rehash_threshold;
1843 Lisp_Object hash;
1848 Lisp_Object next;
1851 Lisp_Object next_free;
1875 struct Lisp_Hash_Table *next_weak; argument