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 946 lib/widget/input_complete.c buff_len = str_length (in->buffer->str); str_length 979 lib/widget/input_complete.c in->point += str_length (in->buffer->str) - buff_len; str_length 875 src/filemanager/panel.c str_len = str_length (txt); str_length 886 src/filemanager/panel.c if (str_length (txt + name_offset) > len) str_length 598 src/subshell/common.c command_buffer_length = str_length (subshell_command_buffer); str_length 1498 src/subshell/common.c pos = str_length (s) - cmdline->point;