Searched refs:sexp_string_index_to_cursor (Results 1 – 4 of 4) sorted by relevance
/dports/lang/chibi-scheme/chibi-scheme-0.10/ |
H A D | opcodes.c | 228 …CURSOR), _I(SEXP_STRING), _I(SEXP_FIXNUM), "string-index->cursor", 0, sexp_string_index_to_cursor),
|
H A D | sexp.c | 1251 sexp sexp_string_index_to_cursor (sexp ctx, sexp self, sexp_sint_t n, sexp str, sexp index) { in sexp_string_index_to_cursor() function 1430 start = sexp_string_index_to_cursor(ctx, self, n, str, start); in sexp_utf8_substring_op() 1433 end = sexp_string_index_to_cursor(ctx, self, n, str, end); in sexp_utf8_substring_op()
|
H A D | eval.c | 1918 off = sexp_string_index_to_cursor(ctx, self, n, str, i); in sexp_string_utf8_index_ref() 1988 off = sexp_string_index_to_cursor(ctx, self, n, str, i); in sexp_string_utf8_index_set()
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/include/chibi/ |
H A D | sexp.h | 1777 SEXP_API sexp sexp_string_index_to_cursor (sexp ctx, sexp self, sexp_sint_t n, sexp str, sexp index…
|