Home
last modified time | relevance | path

Searched defs:obarray (Results 1 – 16 of 16) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Denvironments.c563 obarray_retrieve (SCM obarray, SCM sym) in obarray_retrieve()
586 obarray_remove (SCM obarray, SCM sym) in obarray_remove()
604 obarray_remove_all (SCM obarray) in obarray_remove_all()
868 SCM obarray; member
880 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_ref() local
891 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_fold() local
914 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_define() local
928 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_undefine() local
943 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_set_x() local
962 SCM obarray = LEAF_ENVIRONMENT (env)->obarray; in leaf_environment_cell() local
[all …]
H A Ddeprecated.c688 scm_sym2ovcell_soft (SCM sym, SCM obarray) in scm_sym2ovcell_soft()
714 scm_sym2ovcell (SCM sym, SCM obarray) in scm_sym2ovcell()
752 scm_intern_obarray_soft (const char *name,size_t len,SCM obarray,unsigned int softness) in scm_intern_obarray_soft()
798 scm_intern_obarray (const char *name,size_t len,SCM obarray) in scm_intern_obarray()
H A Dmodules.c571 SCM obarray; in scm_module_reverse_lookup() local
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dintern.c54 SCHEME_OBJECT obarray = (VECTOR_REF (fixed_objects, OBARRAY)); in find_symbol_internal() local
86 SCHEME_OBJECT obarray, string, *bucket; in replace_symbol_bucket_type() local
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dlread.c3796 Lisp_Object obarray = check_obarray (Vobarray); in read1() local
4308 check_obarray (Lisp_Object obarray) in check_obarray()
4326 intern_sym (Lisp_Object sym, Lisp_Object obarray, Lisp_Object index) in intern_sym()
4353 intern_driver (Lisp_Object string, Lisp_Object obarray, Lisp_Object index) in intern_driver()
4365 Lisp_Object obarray = check_obarray (Vobarray); in intern_1() local
4378 Lisp_Object obarray = check_obarray (Vobarray); in intern_c_string_1() local
4579 oblookup (Lisp_Object obarray, register const char *ptr, ptrdiff_t size, ptrdiff_t size_byte) in oblookup()
4620 oblookup_considering_shorthand (Lisp_Object obarray, const char *in, in oblookup_considering_shorthand()
4675 map_obarray (Lisp_Object obarray, void (*fn) (Lisp_Object, Lisp_Object), Lisp_Object arg) in map_obarray() argument
H A Dw32font.c245 Lisp_Object obarray = check_obarray (Vobarray); in intern_font_name() local
H A Dfont.c265 Lisp_Object tem, name, obarray; in font_intern_prop() local
/dports/editors/emacs/emacs-27.2/src/
H A Dlread.c3596 Lisp_Object obarray = check_obarray (Vobarray); in read1() local
4101 check_obarray (Lisp_Object obarray) in check_obarray()
4119 intern_sym (Lisp_Object sym, Lisp_Object obarray, Lisp_Object index) in intern_sym()
4143 intern_driver (Lisp_Object string, Lisp_Object obarray, Lisp_Object index) in intern_driver()
4154 Lisp_Object obarray = check_obarray (Vobarray); in intern_1() local
4167 Lisp_Object obarray = check_obarray (Vobarray); in intern_c_string_1() local
4326 oblookup (Lisp_Object obarray, register const char *ptr, ptrdiff_t size, ptrdiff_t size_byte) in oblookup()
4358 map_obarray (Lisp_Object obarray, void (*fn) (Lisp_Object, Lisp_Object), Lisp_Object arg) in map_obarray() argument
H A Dw32font.c245 Lisp_Object obarray = check_obarray (Vobarray); in intern_font_name() local
H A Dfont.c258 Lisp_Object tem, name, obarray; in font_intern_prop() local
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dmodules.c813 SCM obarray; variable
835 SCM ls = SCM_HASHTABLE_BUCKET (obarray, i), handle; in SCM_HASHTABLE_BUCKET() argument
/dports/lang/guile/guile-3.0.7/libguile/
H A Dmodules.c830 SCM obarray; variable
852 SCM ls = SCM_HASHTABLE_BUCKET (obarray, i), handle; in SCM_HASHTABLE_BUCKET() argument
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlglob.c20 LVAL s_true=NIL,obarray=NIL; variable
/dports/lang/librep/librep_0.92.7/src/
H A Dlisp.c415 read_symbol(repv strm, int *c_p, repv obarray) in read_symbol()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/dsl/
H A Des.c136 EsSingleton **obarray; member
693 EsSingleton** obarray; in es_obarray_intern() local
/dports/audio/festival/speech_tools/siod/
H A Dslib.cc139 LISP *obarray; variable