str_offset_to_pos 438 lib/strutil.h int str_offset_to_pos (const char *text, size_t length); str_offset_to_pos 277 lib/widget/input.c start = str_offset_to_pos (in->buffer->str, start); str_offset_to_pos 278 lib/widget/input.c end = str_offset_to_pos (in->buffer->str, end); str_offset_to_pos 309 lib/widget/input.c act = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 323 lib/widget/input.c act = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 336 lib/widget/input.c p = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 352 lib/widget/input.c p = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 386 lib/widget/input.c act = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 413 lib/widget/input.c first = str_offset_to_pos (in->buffer->str, first); str_offset_to_pos 414 lib/widget/input.c last = str_offset_to_pos (in->buffer->str, last); str_offset_to_pos 468 lib/widget/input.c ins_point = str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 484 lib/widget/input.c act = in->buffer->str + str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 547 lib/widget/input.c chp = str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 1111 lib/widget/input_complete.c si = &le->text[str_offset_to_pos (le->text, ++si_num)]; str_offset_to_pos 1112 lib/widget/input_complete.c sl = &last_text[str_offset_to_pos (last_text, ++sl_num)]; str_offset_to_pos 1132 lib/widget/input_complete.c si = &last_text[str_offset_to_pos (last_text, si_num)]; str_offset_to_pos 1167 lib/widget/input_complete.c if (in->completions != NULL && str_offset_to_pos (in->buffer->str, in->point) != end) str_offset_to_pos 1381 lib/widget/input_complete.c end = str_offset_to_pos (in->buffer->str, in->point); str_offset_to_pos 1496 src/filemanager/find.c title_len = str_offset_to_pos (title, title_len); str_offset_to_pos 993 src/filemanager/layout.c prompt_len = str_offset_to_pos (mc_prompt, prompt_width); str_offset_to_pos 739 src/filemanager/panel.c name_offset = str_offset_to_pos (txt, shift);