str_length        370 lib/strutil.h  int str_length (const char *text);
str_length        268 lib/widget/input.c     str_len = str_length (in->buffer->str);
str_length        291 lib/widget/input.c     in->point = str_length (in->buffer->str);
str_length        892 lib/widget/input.c     return str_length (in->buffer->str);
str_length       1145 lib/widget/input.c     in->point = str_length (in->buffer->str);
str_length       1171 lib/widget/input.c     max_pos = str_length (in->buffer->str);
str_length       1205 lib/widget/input.c     buf_len = str_length (in->buffer->str);
str_length        987 lib/widget/input_complete.c     buff_len = str_length (in->buffer->str);
str_length       1020 lib/widget/input_complete.c     in->point += str_length (in->buffer->str) - buff_len;
str_length        873 src/filemanager/panel.c                 str_len = str_length (txt);
str_length        884 src/filemanager/panel.c                         if (str_length (txt + name_offset) > len)
str_length        591 src/subshell/common.c     command_buffer_length = str_length (subshell_command_buffer);
str_length       1484 src/subshell/common.c                 pos = str_length (s) - cmdline->point;