/dports/lang/chibi-scheme/chibi-scheme-0.10/ |
H A D | plan9.c | 19 if (! sexp_stringp(path)) in sexp_file_exists_p() 29 if (! sexp_stringp(mode)) in sexp_fdopen() 62 exits(sexp_string_data(sexp_stringp(msg) in sexp_exits() 86 if (! sexp_stringp(name)) in sexp_getenv() 99 if (! sexp_stringp(path)) in sexp_chdir() 128 if (! sexp_stringp(note)) in sexp_postnote() 229 return sexp_stringp(res) ? sexp_string_data(res) : nil; in sexp_def_9p_handler() 245 return sexp_stringp(res) ? sexp_string_data(res) : nil; in sexp_9p_clone() 292 if (! sexp_stringp(name)) in sexp_postmountsrv() 294 if (! sexp_stringp(mtpt)) in sexp_postmountsrv() [all …]
|
H A D | sexp.c | 330 } else if (! sexp_stringp(name)) { in sexp_register_type_op() 440 if (sexp_stringp(id) in sexp_lookup_type_op() 441 && !(sexp_stringp(sexp_type_id(res)) in sexp_lookup_type_op() 865 if (sexp_stringp(sexp_car(ls))) { in sexp_print_exception_op() 895 if (sexp_stringp(exn)) in sexp_print_exception_op() 1445 if (! sexp_stringp(sexp_car(ls))) in sexp_string_concatenate_op() 1706 if (tmp && sexp_stringp(tmp)) { in sexp_buffered_flush() 1771 if (!sexp_stringp(sexp_car(tmp))) in sexp_get_output_string_op() 3502 if (sexp_stringp(res)) { in sexp_read_raw() 3593 if (sexp_stringp(res)) in sexp_read_raw() [all …]
|
H A D | eval.c | 1253 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, path); in sexp_open_input_file_op() 1269 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, path); in sexp_open_output_file_op() 1898 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str1); in sexp_string_cmp_op() 1899 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str2); in sexp_string_cmp_op() 1916 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str); in sexp_string_utf8_index_ref() 1985 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str); in sexp_string_utf8_index_set() 2307 if (sexp_stringp(path)) { in sexp_load_module_file() 2323 if (sexp_pairp(x) && sexp_stringp(sexp_car(x))) { in sexp_current_module_path_op() 2330 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, file); in sexp_find_module_file_op() 2334 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, file); in sexp_load_module_file_op() [all …]
|
H A D | vm.c | 89 if (sexp_stringp(sexp_car(src))) { in sexp_print_extracted_stack_trace() 1001 if (sexp_stringp(sexp_context_name(ctx))) in sexp_thread_debug_name() 1495 if (! sexp_stringp(_ARG1)) in sexp_apply() 1524 if (! sexp_stringp(_ARG1)) in sexp_apply() 1542 if (! sexp_stringp(_ARG1)) in sexp_apply() 1551 if (! sexp_stringp(_ARG1)) in sexp_apply() 1560 if (! sexp_stringp(_ARG1)) in sexp_apply() 1571 if (! sexp_stringp(_ARG1)) in sexp_apply() 2091 if (sexp_stringp(_ARG1))
|
H A D | gc_heap.c | 543 if (sexp_opcode_data2(dstp) && sexp_stringp(sexp_opcode_data2(dstp))) { in load_image_callback_p2()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/98/ |
H A D | env.c | 16 if (! sexp_stringp(str)) in sexp_get_environment_variable()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/ |
H A D | ast.c | 515 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, x); in sexp_string_contains() 516 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, y); in sexp_string_contains() 528 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, dst); in sexp_string_cursor_copy() 529 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, src); in sexp_string_cursor_copy() 583 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, name); in sexp_setenv() 584 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, value); in sexp_setenv() 589 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, name); in sexp_unsetenv()
|
H A D | json.c | 169 if (sexp_stringp(res)) sexp_immutablep(res) = 1; in json_read_string() 247 } else if (sexp_stringp(tmp)) { in json_read_object() 442 } else if (sexp_stringp(obj)) { in json_write()
|
H A D | heap-stats.c | 35 if ((!sexp_pointerp(x)) || sexp_symbolp(x) || sexp_stringp(x) in sexp_print_simple()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/69/ |
H A D | hash.c | 27 if (! sexp_stringp(str)) in sexp_string_hash() 42 if (! sexp_stringp(str)) in sexp_string_ci_hash()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/io/ |
H A D | port.c | 311 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str); in sexp_string_count() 339 sexp_assert_type(ctx, sexp_stringp, SEXP_STRING, str); in sexp_string_to_utf8()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/crypto/ |
H A D | sha2.c | 202 if (sexp_stringp(data)) in sexp_add_sha_data()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/scheme/ |
H A D | bytevector.stub | 238 if (!(res && sexp_stringp(res))) return res; 276 if (!(res && sexp_stringp(res))) return res;
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/ |
H A D | sexp.h | 823 #define sexp_stringp(x) (sexp_check_tag(x, SEXP_STRING)) macro
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/doc/ |
H A D | chibi.scrbl | 688 \item{\ccode{sexp_stringp(obj)} - \var{obj} is a string}
|