Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlinereader.c355 size_t start_idx = lr->idx - 1; in get_toplvl_escape() local
382 lr->token.val.str.startmb = &lr->buf[start_idx]; in get_toplvl_escape()
386 lr->token.val.str.lenmb = lr->idx - start_idx; in get_toplvl_escape()
Dld-collate.c2445 size_t start_idx = idx; in collate_output() local
2459 assert (idx != start_idx); in collate_output()
/glibc-2.36/posix/
Dregcomp.c2526 Idx i, start, end, start_idx = re_string_cur_idx (regexp); in parse_dup_op() local
2564 re_string_set_index (regexp, start_idx); in parse_dup_op()