str_length 366 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 895 lib/widget/input.c return str_length (in->buffer->str); str_length 1148 lib/widget/input.c in->point = str_length (in->buffer->str); str_length 1174 lib/widget/input.c max_pos = str_length (in->buffer->str); str_length 1208 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 727 src/filemanager/panel.c const int str_len = str_length (txt); str_length 742 src/filemanager/panel.c if (str_length (txt + name_offset) > len) str_length 686 src/subshell/common.c command_length = str_length (subshell_command); str_length 1692 src/subshell/common.c const int pos = (int) (str_length (s) - cmdline->point);