Searched refs:STRTBLSZ (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dprivate.h62 #define STRTBLSZ 23 macro
H A Dlisp.c3131 package->data.package.package->atoms = hash_new(STRTBLSZ, NULL);
5148 lisp__data.strings = hash_new(STRTBLSZ, NULL);
5149 lisp__data.opqs = hash_new(STRTBLSZ, NULL);
/xsrc/external/mit/xedit/dist/
H A Dhook.c113 #define STRTBLSZ 11 macro
197 replace_hash = hash_new(STRTBLSZ, NULL);

Completed in 10 milliseconds