Home
last modified time | relevance | path

Searched refs:allocate_hash_table (Results 1 – 11 of 11) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfns.c4248 allocate_hash_table (void) in allocate_hash_table() function
4322 h = allocate_hash_table (); in make_hash_table()
4360 h2 = allocate_hash_table (); in copy_hash_table()
H A DChangeLog.92783 (allocate_vector, allocate_hash_table, allocate_window)
2804 (allocate_window, allocate_process, allocate_hash_table):
2808 (make_hash_table, copy_hash_table): Use allocate_hash_table.
H A DChangeLog.131218 (allocate_hash_table, allocate_window, allocate_frame)
1220 * fns.c (allocate_hash_table): Now static here.
H A DChangeLog.1129107 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
/dports/editors/emacs/emacs-27.2/src/
H A Dfns.c4059 allocate_hash_table (void) in allocate_hash_table() function
4133 h = allocate_hash_table (); in make_hash_table()
4171 h2 = allocate_hash_table (); in copy_hash_table()
H A DChangeLog.92783 (allocate_vector, allocate_hash_table, allocate_window)
2804 (allocate_window, allocate_process, allocate_hash_table):
2808 (make_hash_table, copy_hash_table): Use allocate_hash_table.
H A DChangeLog.131218 (allocate_hash_table, allocate_window, allocate_frame)
1220 * fns.c (allocate_hash_table): Now static here.
H A DChangeLog.1129107 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dhashtabl.d2136 var object ht = allocate_hash_table(); /* new hash-tabelle */
H A Dlispbibl.d13002 #define allocate_hash_table() \ macro
H A DChangeLog36858 (allocate_hash_table): Use hashtable_xlength.