end 277 lib/search/regex.c char *string_safe, *p, *end; end 294 lib/search/regex.c end = p + string_len; end 296 lib/search/regex.c while (p < end) end 328 lib/strutil/strutilutf8.c const char *end; end 331 lib/strutil/strutilutf8.c while (!g_utf8_validate (start, -1, &end) && start[0] != '\0') end 333 lib/strutil/strutilutf8.c if (start != end) end 334 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, end - start); end 337 lib/strutil/strutilutf8.c start = end + 1; end 342 lib/strutil/strutilutf8.c else if (start[0] != '\0' && start != end) end 343 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, end - start); end 355 lib/strutil/strutilutf8.c const char *end; end 358 lib/strutil/strutilutf8.c while (!g_utf8_validate (start, -1, &end) && start[0] != '\0' && size > 0) end 360 lib/strutil/strutilutf8.c if (start != end) end 362 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, MIN (end - start, size)); end 363 lib/strutil/strutilutf8.c size -= end - start; end 367 lib/strutil/strutilutf8.c start = end + 1; end 372 lib/strutil/strutilutf8.c else if (start[0] != '\0' && start != end && size > 0) end 373 lib/strutil/strutilutf8.c result += g_utf8_strlen (start, MIN (end - start, size)); end 1081 lib/strutil/strutilutf8.c const char *end; end 1091 lib/strutil/strutilutf8.c for (end = text; *end != '\0'; end++) end 1092 lib/strutil/strutilutf8.c if ((*end & 0x80) != 0) end 1099 lib/strutil/strutilutf8.c if (*end == '\0') end 1100 lib/strutil/strutilutf8.c return g_strndup (text, end - text); end 1105 lib/strutil/strutilutf8.c while (!g_utf8_validate (start, -1, &end) && start[0] != '\0') end 1107 lib/strutil/strutilutf8.c if (start != end) end 1109 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (start, end - start, G_NORMALIZE_ALL); end 1113 lib/strutil/strutilutf8.c g_string_append_c (fixed, end[0]); end 1114 lib/strutil/strutilutf8.c start = end + 1; end 1124 lib/strutil/strutilutf8.c if (start[0] != '\0' && start != end) end 1126 lib/strutil/strutilutf8.c tmp = g_utf8_normalize (start, end - start, G_NORMALIZE_ALL); end 1145 lib/strutil/strutilutf8.c const char *end; end 1150 lib/strutil/strutilutf8.c while (!g_utf8_validate (start, -1, &end) && start[0] != '\0') end 1152 lib/strutil/strutilutf8.c if (start != end) end 1154 lib/strutil/strutilutf8.c fold = g_utf8_casefold (start, end - start); end 1160 lib/strutil/strutilutf8.c g_string_append_c (fixed, end[0]); end 1161 lib/strutil/strutilutf8.c start = end + 1; end 1173 lib/strutil/strutilutf8.c if (start[0] != '\0' && start != end) end 1175 lib/strutil/strutilutf8.c fold = g_utf8_casefold (start, end - start); end 1357 lib/strutil/strutilutf8.c const char *start, *end; end 1371 lib/strutil/strutilutf8.c while (!g_utf8_validate (start, -1, &end) && start[0] != '\0') end 1373 lib/strutil/strutilutf8.c if (start != end) end 1375 lib/strutil/strutilutf8.c fold = g_utf8_casefold (start, end - start); end 1381 lib/strutil/strutilutf8.c g_string_append_c (fixed, end[0]); end 1382 lib/strutil/strutilutf8.c start = end + 1; end 1403 lib/strutil/strutilutf8.c if (start[0] != '\0' && start != end) end 1405 lib/strutil/strutilutf8.c fold = g_utf8_casefold (start, end - start); end 168 lib/widget/check.c if (check->text.start[0] == '\0' && check->text.hotkey == NULL && check->text.end == NULL) end 152 lib/widget/input.c delete_region (WInput * in, int start, int end) end 154 lib/widget/input.c int first = MIN (start, end); end 155 lib/widget/input.c int last = MAX (start, end); end 278 lib/widget/input.c move_buffer_backward (WInput * in, int start, int end) end 284 lib/widget/input.c if (start >= str_len || end > str_len + 1) end 288 lib/widget/input.c len = str_offset_to_pos (in->buffer, end) - pos; end 477 lib/widget/input.c int end = in->point; end 480 lib/widget/input.c end += str_cnext_noncomb_char (&act); end 482 lib/widget/input.c move_buffer_backward (in, in->point, end); end 490 lib/widget/input.c copy_region (WInput * in, int start, int end) end 492 lib/widget/input.c int first = MIN (start, end); end 493 lib/widget/input.c int last = MAX (start, end); end 100 lib/widget/input_complete.c static int end = 0; end 990 lib/widget/input_complete.c size += start - end; end 1007 lib/widget/input_complete.c memmove (in->buffer + end + size, in->buffer + end, strlen (&in->buffer[end]) + 1); end 1008 lib/widget/input_complete.c memmove (in->buffer + start, text, size - (start - end)); end 1011 lib/widget/input_complete.c end += size; end 1042 lib/widget/input_complete.c if (end == 0) end 1048 lib/widget/input_complete.c else if (end == min_end) end 1050 lib/widget/input_complete.c end = str_get_prev_char (&input->buffer[end]) - input->buffer; end 1061 lib/widget/input_complete.c new_end = str_get_prev_char (&input->buffer[end]) - input->buffer; end 1071 lib/widget/input_complete.c end = new_end; end 1087 lib/widget/input_complete.c if (end == min_end) end 1122 lib/widget/input_complete.c if (strncmp (input->buffer + start, le->text, end - start) == 0 end 1123 lib/widget/input_complete.c && strncmp (&le->text[end - start], buff, bl) == 0) end 1138 lib/widget/input_complete.c for (si = le->text + start; si < le->text + end; end 1141 lib/widget/input_complete.c for (sl = last_text + start; sl < last_text + end; end 1202 lib/widget/input_complete.c if (in->completions != NULL && str_offset_to_pos (in->buffer, in->point) != end) end 1266 lib/widget/input_complete.c min_end = end; end 1287 lib/widget/input_complete.c if (q != NULL || end != min_end) end 1411 lib/widget/input_complete.c end = str_offset_to_pos (in->buffer, in->point); end 1430 lib/widget/input_complete.c if (start < end) end 1436 lib/widget/input_complete.c in->completions = try_complete (in->buffer, &start, &end, in->completion_flags); end 162 lib/widget/menu.c if (entry->text.end != NULL) end 163 lib/widget/menu.c tty_print_string (entry->text.end); end 246 lib/widget/menu.c if (menu->text.end != NULL) end 247 lib/widget/menu.c tty_print_string (menu->text.end); end 216 lib/widget/widget-common.c result.end = g_strdup (cp); end 222 lib/widget/widget-common.c result.end = NULL; end 235 lib/widget/widget-common.c g_free (hotkey.end); end 247 lib/widget/widget-common.c result += (hotkey.end != NULL) ? str_term_width1 (hotkey.end) : 0; end 259 lib/widget/widget-common.c hotkey_cmp (hotkey1.end, hotkey2.end); end 280 lib/widget/widget-common.c if (hotkey.end != NULL) end 283 lib/widget/widget-common.c tty_print_string (hotkey.end); end 302 lib/widget/widget-common.c if (hotkey.end != NULL) end 303 lib/widget/widget-common.c g_string_append (text, hotkey.end); end 184 lib/widget/widget-common.h char *end; /* can be NULL */ end 527 src/args.c char *end, *p; end 557 src/args.c end = tmp + strlen (tmp); end 558 src/args.c p = end; end 565 src/args.c if (tmp < p && p < end && p[-1] == ':') end 1255 src/diffviewer/ydiff.c int start, end; end 1259 src/diffviewer/ydiff.c end = start + (*b)[ord].len; end 1260 src/diffviewer/ydiff.c if (k >= start && k < end) end 1604 src/editor/editcmd.c off_t end; end 1606 src/editor/editcmd.c end = MIN (finish, start + TEMP_BUF_LEN); end 1607 src/editor/editcmd.c for (; i < end; i++) end 1609 src/editor/editcmd.c len -= mc_write (file, (char *) buf, end - start); end 1610 src/editor/editcmd.c start = end; end 47 src/editor/editwidget.h off_t end; end 376 src/editor/syntax.c off_t end = 0; end 383 src/editor/syntax.c is_end = (edit->rule.end == i); end 408 src/editor/syntax.c _rule.end = e; end 462 src/editor/syntax.c end = e; end 463 src/editor/syntax.c _rule.end = e; end 500 src/editor/syntax.c if (e >= end) end 502 src/editor/syntax.c _rule.end = e; end 525 src/editor/syntax.c if (e >= end && (_rule.keyword == 0 || keyword_foundright)) end 527 src/editor/syntax.c _rule.end = e; end 562 src/editor/syntax.c _rule.end = e; end 114 src/filemanager/find.c gsize end; end 381 src/filemanager/find.c get_list_info (char **file, char **dir, gsize * start, gsize * end) end 392 src/filemanager/find.c if (end != NULL) end 393 src/filemanager/find.c *end = location->end; end 916 src/filemanager/find.c insert_file (const char *dir, const char *file, gsize start, gsize end) end 944 src/filemanager/find.c location->end = end; end 952 src/filemanager/find.c find_add_match (const char *dir, const char *file, gsize start, gsize end) end 954 src/filemanager/find.c insert_file (dir, file, start, end); end 1480 src/filemanager/find.c find_do_view_edit (unparsed_view, edit, location->dir, text, location->start, location->end); end 307 src/usermenu.c debug_out (char *start, char *end, gboolean condition) end 311 src/usermenu.c if (start == NULL && end == NULL) end 346 src/usermenu.c if (end == NULL) end 349 src/usermenu.c p = g_strdup_printf ("%s %s %.*s \n", msg ? msg : "", type, (int) (end - start), start); end 63 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL }, end 64 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL }, end 69 tests/lib/widget/hotkey_equal.c { .start = C (""), .hotkey = C (""), .end = C ("") }, end 70 tests/lib/widget/hotkey_equal.c { .start = C (""), .hotkey = C (""), .end = C ("") }, end 75 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 76 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 81 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = C ("efg") }, end 82 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = C ("efg") }, end 87 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, end 88 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, end 93 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 94 tests/lib/widget/hotkey_equal.c { .start = C ("_bc"), .hotkey = C ("d"), .end = C ("efg") }, end 99 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 100 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("_"), .end = C ("efg") }, end 105 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 106 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("_fg") }, end 111 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 112 tests/lib/widget/hotkey_equal.c { .start = C ("adc"), .hotkey = NULL, .end = C ("efg") }, end 117 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 118 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = NULL }, end 123 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = C ("d"), .end = C ("efg") }, end 124 tests/lib/widget/hotkey_equal.c { .start = C ("abc"), .hotkey = NULL, .end = NULL },