Home
last modified time | relevance | path

Searched refs:sans_ext_len (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dload.c382 size_t sans_ext_len; variable
397 sans_ext_len = buf.ptr - buf.buf;
405 buf.ptr = buf.buf + sans_ext_len;
/dports/lang/guile/guile-3.0.7/libguile/
H A Dload.c725 size_t sans_ext_len; in load_thunk_from_path() local
737 sans_ext_len = buf.ptr - buf.buf; in load_thunk_from_path()
744 buf.ptr = buf.buf + sans_ext_len; in load_thunk_from_path()
879 size_t sans_ext_len; in search_path() local
891 sans_ext_len = buf.ptr - buf.buf; in search_path()
898 buf.ptr = buf.buf + sans_ext_len; in search_path()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dload.c717 size_t sans_ext_len; in load_thunk_from_path() local
729 sans_ext_len = buf.ptr - buf.buf; in load_thunk_from_path()
736 buf.ptr = buf.buf + sans_ext_len; in load_thunk_from_path()
871 size_t sans_ext_len; in search_path() local
883 sans_ext_len = buf.ptr - buf.buf; in search_path()
890 buf.ptr = buf.buf + sans_ext_len; in search_path()