Home
last modified time | relevance | path

Searched refs:closure_to_string (Results 1 – 4 of 4) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dclosure.h140 extern string_t *closure_to_string (svalue_t * sp, Bool compact);
H A Dsprintf.c961 rc = closure_to_string(obj, compact); in svalue_to_string()
H A Dclosure.c5707 closure_to_string (svalue_t * sp, Bool compact) in closure_to_string() function
H A Defuns.c5791 string_t * rc = closure_to_string(sp, MY_FALSE); in f_to_string()