Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dpruxenv.c260 result = (char_pointer_to_string_no_gc (path));
H A Dextern.h296 extern SCHEME_OBJECT char_pointer_to_string_no_gc (const char *);
H A Dstring.c77 char_pointer_to_string_no_gc (const char * cp) in char_pointer_to_string_no_gc() function