str_length        366 lib/strutil.h  int str_length (const char *text);
str_length        273 lib/widget/input.c     str_len = str_length (in->buffer->str);
str_length        296 lib/widget/input.c     in->point = str_length (in->buffer->str);
str_length        900 lib/widget/input.c     return str_length (in->buffer->str);
str_length       1142 lib/widget/input.c     in->point = str_length (in->buffer->str);
str_length       1168 lib/widget/input.c     max_pos = str_length (in->buffer->str);
str_length       1202 lib/widget/input.c     buf_len = str_length (in->buffer->str);
str_length        942 lib/widget/input_complete.c     buff_len = str_length (in->buffer->str);
str_length        975 lib/widget/input_complete.c     in->point += str_length (in->buffer->str) - buff_len;
str_length        725 src/filemanager/panel.c                 const int str_len = str_length (txt);
str_length        740 src/filemanager/panel.c                     if (str_length (txt + name_offset) > len)
str_length        743 src/subshell/common.c     command_length = str_length (subshell_command);
str_length       1889 src/subshell/common.c                 const int pos = (int) (str_length (s) - cmdline->point);