Home
last modified time | relevance | path

Searched refs:scm_t_option (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Doptions.h29 typedef struct scm_t_option struct
35 } scm_t_option; argument
43 SCM_API SCM scm_options_try (SCM args, scm_t_option options[], const char *s, int dry_run);
44 SCM_API SCM scm_options (SCM, scm_t_option [], const char*);
45 SCM_API void scm_init_opts (SCM (*) (SCM), scm_t_option []);
H A Doptions.c106 get_option_setting (const scm_t_option options[]) in get_option_setting()
134 get_documented_option_setting (const scm_t_option options[]) in get_documented_option_setting()
161 options_length (scm_t_option options[]) in options_length()
181 change_option_setting (SCM args, scm_t_option options[], const char *s, in change_option_setting()
240 scm_options (SCM args, scm_t_option options[], const char *s) in scm_options()
246 scm_options_try (SCM args, scm_t_option options[], const char *s, in scm_options_try()
268 scm_init_opts (SCM (*func) (SCM), scm_t_option options[]) in scm_init_opts()
H A Dprivate-options.h26 SCM_INTERNAL scm_t_option scm_debug_opts[];
41 SCM_INTERNAL scm_t_option scm_print_opts[];
57 SCM_INTERNAL scm_t_option scm_read_opts[];
H A Ddebug.c75 scm_t_option scm_debug_opts[] = {
H A Dprint.c111 scm_t_option scm_print_opts[] = {
/dports/lang/guile2/guile-2.2.7/libguile/
H A Doptions.h30 typedef struct scm_t_option struct
36 } scm_t_option; argument
44 SCM_API SCM scm_options_try (SCM args, scm_t_option options[], const char *s, int dry_run);
45 SCM_API SCM scm_options (SCM, scm_t_option [], const char*);
46 SCM_API void scm_init_opts (SCM (*) (SCM), scm_t_option []);
H A Doptions.c99 get_option_setting (const scm_t_option options[]) in get_option_setting()
127 get_documented_option_setting (const scm_t_option options[]) in get_documented_option_setting()
154 options_length (scm_t_option options[]) in options_length()
174 change_option_setting (SCM args, scm_t_option options[], const char *s, in change_option_setting()
233 scm_options (SCM args, scm_t_option options[], const char *s) in scm_options()
239 scm_options_try (SCM args, scm_t_option options[], const char *s, in scm_options_try()
261 scm_init_opts (SCM (*func) (SCM), scm_t_option options[]) in scm_init_opts()
H A Dprivate-options.h31 SCM_INTERNAL scm_t_option scm_debug_opts[];
46 SCM_INTERNAL scm_t_option scm_print_opts[];
62 SCM_INTERNAL scm_t_option scm_read_opts[];
H A Ddebug.c70 scm_t_option scm_debug_opts[] = {
H A Dprint.c93 scm_t_option scm_print_opts[] = {
/dports/lang/guile1/guile-1.8.8/libguile/
H A Doptions.h29 typedef struct scm_t_option struct
35 } scm_t_option; argument
43 SCM_API SCM scm_options (SCM, scm_t_option [], unsigned int, const char*);
44 SCM_API void scm_init_opts (SCM (*) (SCM), scm_t_option [], unsigned int n);
H A Doptions.c101 get_option_setting (const scm_t_option options[], unsigned int n) in get_option_setting()
129 get_documented_option_setting (const scm_t_option options[], unsigned int n) in get_documented_option_setting()
162 change_option_setting (SCM args, scm_t_option options[], unsigned int n, const char *s) in change_option_setting()
229 scm_options (SCM args, scm_t_option options[], unsigned int n, const char *s) in scm_options()
250 scm_init_opts (SCM (*func) (SCM), scm_t_option options[], unsigned int n) in scm_init_opts()
H A Dread.h48 SCM_API scm_t_option scm_read_opts[];
H A Deval.h35 SCM_API scm_t_option scm_eval_opts[];
42 SCM_API scm_t_option scm_evaluator_trap_table[];
H A Dprint.h29 SCM_API scm_t_option scm_print_opts[];
H A Ddebug.h45 SCM_API scm_t_option scm_debug_opts[];
H A Ddeprecated.h262 #define scm_option scm_t_option
H A Dread.c59 scm_t_option scm_read_opts[] = {
H A Dprint.c76 scm_t_option scm_print_opts[] = {
/dports/lang/guile1/guile-1.8.8/guile-readline/
H A Dreadline.h37 SCM_RL_API scm_t_option scm_readline_opts[];
H A Dreadline.c49 scm_t_option scm_readline_opts[] = {
/dports/lang/guile2/guile-2.2.7/guile-readline/
H A Dreadline.h37 SCM_RL_API scm_t_option scm_readline_opts[];
H A Dreadline.c43 scm_t_option scm_readline_opts[] = {
/dports/lang/guile/guile-3.0.7/guile-readline/
H A Dreadline.h37 SCM_RL_API scm_t_option scm_readline_opts[];
H A Dreadline.c43 scm_t_option scm_readline_opts[] = {

12