Home
last modified time | relevance | path

Searched refs:writingp (Results 1 – 21 of 21) sorted by relevance

/dports/lang/guile/guile-3.0.7/libguile/
H A Dprint.h45 #define SCM_WRITINGP(pstate) ((pstate)->writingp)
46 #define SCM_SET_WRITINGP(pstate, x) { (pstate)->writingp = (x); }
67 unsigned long writingp; /* Writing? */ member
94 SCM_API void scm_prin1 (SCM exp, SCM port, int writingp);
H A Dpromises.c87 int writingp = SCM_WRITINGP (pstate); in promise_print() local
91 SCM_SET_WRITINGP (pstate, writingp); in promise_print()
H A Dprint.c635 SCM pwps, print = pstate->writingp ? g_write : g_display; in iprin1()
807 scm_prin1 (SCM exp, SCM port, int writingp) in scm_prin1() argument
838 old_writingp = pstate->writingp; in scm_prin1()
839 pstate->writingp = writingp; in scm_prin1()
841 pstate->writingp = old_writingp; in scm_prin1()
1137 int writingp; variable
1171 writingp = 0;
1174 writingp = 1;
1198 scm_prin1 (SCM_CAR (args), destination, writingp);
H A Dsrcprop.c108 int writingp = SCM_WRITINGP (pstate); in srcprops_print() local
112 SCM_SET_WRITINGP (pstate, writingp); in srcprops_print()
H A DChangeLog-20087167 * print.c (scm_prin1): Remember old state of pstate->writingp.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dprint.h46 #define SCM_WRITINGP(pstate) ((pstate)->writingp)
47 #define SCM_SET_WRITINGP(pstate, x) { (pstate)->writingp = (x); }
60 unsigned long writingp; /* Writing? */ member
87 SCM_API void scm_prin1 (SCM exp, SCM port, int writingp);
H A Dpromises.c89 int writingp = SCM_WRITINGP (pstate); in promise_print() local
93 SCM_SET_WRITINGP (pstate, writingp); in promise_print()
H A Dprint.c617 SCM pwps, print = pstate->writingp ? g_write : g_display; in iprin1()
783 scm_prin1 (SCM exp, SCM port, int writingp) in scm_prin1() argument
814 old_writingp = pstate->writingp; in scm_prin1()
815 pstate->writingp = writingp; in scm_prin1()
817 pstate->writingp = old_writingp; in scm_prin1()
1113 int writingp; variable
1147 writingp = 0;
1150 writingp = 1;
1174 scm_prin1 (SCM_CAR (args), destination, writingp);
H A Dsrcprop.c105 int writingp = SCM_WRITINGP (pstate); in srcprops_print() local
109 SCM_SET_WRITINGP (pstate, writingp); in srcprops_print()
H A DChangeLog-20087167 * print.c (scm_prin1): Remember old state of pstate->writingp.
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dprint.h52 #define SCM_WRITINGP(pstate) ((pstate)->writingp)
53 #define SCM_SET_WRITINGP(pstate, x) { (pstate)->writingp = (x); }
66 unsigned long writingp; /* Writing? */ member
93 SCM_API void scm_prin1 (SCM exp, SCM port, int writingp);
H A Dbacktrace.c176 pstate->writingp = 0; in display_expression()
191 pstate->writingp = 1; in display_expression()
198 pstate->writingp = 1; in display_expression()
452 pstate->writingp = 1;
497 pstate->writingp = 0;
499 pstate->writingp = 1;
522 pstate -> writingp = 0; in display_backtrace_file_and_line()
530 pstate -> writingp = 1; in display_backtrace_file_and_line()
676 pstate->writingp = 1; in display_backtrace_body()
H A Dprint.c480 SCM pwps, print = pstate->writingp ? g_write : g_display; in iprin1()
723 scm_prin1 (SCM exp, SCM port, int writingp) in scm_prin1() argument
754 old_writingp = pstate->writingp; in scm_prin1()
755 pstate->writingp = writingp; in scm_prin1()
757 pstate->writingp = old_writingp; in scm_prin1()
984 int writingp; variable
1021 writingp = 0;
1024 writingp = 1;
1048 scm_prin1 (SCM_CAR (args), destination, writingp);
H A Dfutures.c218 int writingp = SCM_WRITINGP (pstate);
222 SCM_SET_WRITINGP (pstate, writingp);
H A Dsrcprop.c105 int writingp = SCM_WRITINGP (pstate); in srcprops_print() local
109 SCM_SET_WRITINGP (pstate, writingp); in srcprops_print()
H A Ddebug.c131 int writingp = SCM_WRITINGP (pstate); in memoized_print() local
135 SCM_SET_WRITINGP (pstate, writingp); in memoized_print()
H A Deval.c5636 int writingp = SCM_WRITINGP (pstate); in promise_print() local
5640 SCM_SET_WRITINGP (pstate, writingp); in promise_print()
H A DChangeLog-20086720 * print.c (scm_prin1): Remember old state of pstate->writingp.
/dports/devel/gdb/gdb-11.1/gdb/guile/
H A Dscm-symbol.c156 if (pstate->writingp) in syscm_print_symbol_smob()
162 if (pstate->writingp) in syscm_print_symbol_smob()
H A Dscm-value.c147 if (pstate->writingp) in vlscm_print_value_smob()
157 opts.raw = !!pstate->writingp; in vlscm_print_value_smob()
173 if (pstate->writingp) in vlscm_print_value_smob()
H A Dscm-type.c203 if (pstate->writingp) in tyscm_print_type_smob()
208 if (pstate->writingp) in tyscm_print_type_smob()