Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dread.c2362 #define RESOLVE_BOOLEAN_OPTION(NAME, name) \ in init_read_options() macro
2372 RESOLVE_BOOLEAN_OPTION (COPY_SOURCE_P, copy_source_p); in init_read_options()
2373 RESOLVE_BOOLEAN_OPTION (RECORD_POSITIONS_P, record_positions_p); in init_read_options()
2374 RESOLVE_BOOLEAN_OPTION (CASE_INSENSITIVE_P, case_insensitive_p); in init_read_options()
2375 RESOLVE_BOOLEAN_OPTION (R6RS_ESCAPES_P, r6rs_escapes_p); in init_read_options()
2376 RESOLVE_BOOLEAN_OPTION (SQUARE_BRACKETS_P, square_brackets_p); in init_read_options()
2377 RESOLVE_BOOLEAN_OPTION (HUNGRY_EOL_ESCAPES_P, hungry_eol_escapes_p); in init_read_options()
2378 RESOLVE_BOOLEAN_OPTION (CURLY_INFIX_P, curly_infix_p); in init_read_options()
2379 RESOLVE_BOOLEAN_OPTION (R7RS_SYMBOLS_P, r7rs_symbols_p); in init_read_options()
2381 #undef RESOLVE_BOOLEAN_OPTION in init_read_options()