left 105 lib/strutil/strutil.c gssize left; left 127 lib/strutil/strutil.c left = strlen (string); left 128 lib/strutil/strutil.c if (left < size) left 129 lib/strutil/strutil.c size = left; left 132 lib/strutil/strutil.c left = size; left 135 lib/strutil/strutil.c while (left != 0) left 141 lib/strutil/strutil.c left, coder, &bytes_read, &bytes_written, &mcerror); left 172 lib/strutil/strutil.c if ((int) bytes_read >= left) left 177 lib/strutil/strutil.c left -= (bytes_read + 1); left 186 lib/strutil/strutil.c if ((int) bytes_read < left) left 188 lib/strutil/strutil.c left = left - bytes_read; left 189 lib/strutil/strutil.c tmp_buff = g_strnfill (left, '?'); left 219 lib/strutil/strutil.c left -= bytes_read; left 358 lib/strutil/strutil.c size_t left; left 363 lib/strutil/strutil.c left = (ch_size == (size_t) (-1)) ? strlen (keys) : ch_size; left 365 lib/strutil/strutil.c cnv = g_iconv (conv, (gchar **) & keys, &left, &output, &out_size); left 281 lib/strutil/strutilutf8.c size_t left; left 288 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); left 289 lib/strutil/strutilutf8.c if (left >= *remain) left 292 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, *out); left 293 lib/strutil/strutilutf8.c (*out) += left; left 294 lib/strutil/strutilutf8.c (*remain) -= left; left 304 lib/strutil/strutilutf8.c size_t left; left 311 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); left 312 lib/strutil/strutilutf8.c if (left >= *remain) left 315 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, *out); left 316 lib/strutil/strutilutf8.c (*out) += left; left 317 lib/strutil/strutilutf8.c (*remain) -= left; left 399 lib/strutil/strutilutf8.c str_utf8_questmark_sustb (char **string, size_t * left, GString * buffer) left 404 lib/strutil/strutilutf8.c (*left) -= next - (*string); left 445 lib/strutil/strutilutf8.c size_t left; left 475 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, actual); left 476 lib/strutil/strutilutf8.c actual += left; left 545 lib/strutil/strutilutf8.c size_t left; left 549 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); left 550 lib/strutil/strutilutf8.c if (tool->remain <= left) left 552 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, tool->actual); left 553 lib/strutil/strutilutf8.c tool->actual += left; left 554 lib/strutil/strutilutf8.c tool->remain -= left; left 573 lib/strutil/strutilutf8.c size_t left; left 588 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, NULL); left 589 lib/strutil/strutilutf8.c if (tool->remain <= left) left 591 lib/strutil/strutilutf8.c left = g_unichar_to_utf8 (uni, tool->actual); left 592 lib/strutil/strutilutf8.c tool->actual += left; left 593 lib/strutil/strutilutf8.c tool->remain -= left; left 112 src/editor/syntax.c char *left; left 159 src/editor/syntax.c g_free (r->left); left 523 src/editor/syntax.c e = compare_word_to_right (edit, i, r->left, r->whole_word_chars_left, left 1042 src/editor/syntax.c c->left = g_strdup (" "); left 1079 src/editor/syntax.c c->left = g_strdup (*a++); left 1088 src/editor/syntax.c c->first_left = *c->left; left 576 src/viewer/ascii.c const screen_dimen left = view->data_area.left; left 677 src/viewer/ascii.c widget_gotoyx (view, top + row, left + ((off_t) col - dpy_text_column)); left 705 src/viewer/ascii.c widget_gotoyx (view, top + row, left + (i - dpy_text_column)); left 718 src/viewer/ascii.c widget_gotoyx (view, top + row, left + (i - dpy_text_column)); left 851 src/viewer/ascii.c const screen_dimen left = view->data_area.left; left 903 src/viewer/ascii.c widget_gotoyx (view, top + row, left); left 136 src/viewer/display.c const screen_dimen right = view->status_area.left + view->status_area.width; left 151 src/viewer/display.c const screen_dimen left = view->status_area.left; left 160 src/viewer/display.c tty_draw_hline (WIDGET (view)->y + top, WIDGET (view)->x + left, ' ', width); left 187 src/viewer/display.c widget_gotoyx (view, top, left); left 270 src/viewer/display.c view_area.left = view->dpy_frame_size; left 370 src/viewer/display.c const screen_dimen left = view->ruler_area.left; left 389 src/viewer/display.c widget_gotoyx (view, top + line_row, left + c); left 398 src/viewer/display.c widget_gotoyx (view, top + nums_row, left + c - 1); left 100 src/viewer/hex.c const screen_dimen left = view->data_area.left; left 163 src/viewer/hex.c widget_gotoyx (view, top + row, left); left 279 src/viewer/hex.c widget_gotoyx (view, top + row, left + col); left 352 src/viewer/hex.c widget_gotoyx (view, top + row, left + text_start + bytes); left 67 src/viewer/internal.h screen_dimen top, left; left 401 src/viewer/lib.c const screen_dimen right = view->status_area.left + view->status_area.width; left 382 src/viewer/move.c const screen_dimen left = view->data_area.left; left 386 src/viewer/move.c widget_gotoyx (view, top + view->cursor_row, left + col);