pos 448 lib/strutil.h int str_column_to_pos (const char *text, size_t pos); pos 716 lib/strutil/strutil.c str_column_to_pos (const char *text, size_t pos) pos 718 lib/strutil/strutil.c return used_class.column_to_pos (text, pos); pos 294 lib/strutil/strutil8bit.c size_t pos = 0; pos 300 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 301 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 317 lib/strutil/strutil8bit.c size_t pos = 0; pos 344 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 345 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 357 lib/strutil/strutil8bit.c for (; pos + 1 <= (gsize) width / 2 && remain > 1; actual++, pos++, remain--) pos 358 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 366 lib/strutil/strutil8bit.c pos += length - width + 1; pos 367 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 368 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 384 lib/strutil/strutil8bit.c pos += ident; pos 385 lib/strutil/strutil8bit.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) pos 386 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 412 lib/strutil/strutil8bit.c size_t pos; pos 416 lib/strutil/strutil8bit.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) pos 417 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 430 lib/strutil/strutil8bit.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) pos 431 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 480 lib/strutil/strutil8bit.c size_t pos; pos 482 lib/strutil/strutil8bit.c for (pos = start; pos < length && width > 0 && remain > 1; pos 483 lib/strutil/strutil8bit.c pos++, width--, actual++, remain--) pos 484 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 502 lib/strutil/strutil8bit.c size_t pos = 0; pos 511 lib/strutil/strutil8bit.c for (; pos + 1 <= (gsize) width / 2 && remain > 1; actual++, pos++, remain--) pos 512 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 520 lib/strutil/strutil8bit.c pos += length - width + 1; pos 521 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 522 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 526 lib/strutil/strutil8bit.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 527 lib/strutil/strutil8bit.c actual[0] = char_isprint (text[pos]) ? text[pos] : '.'; pos 547 lib/strutil/strutil8bit.c str_8bit_column_to_pos (const char *text, size_t pos) pos 550 lib/strutil/strutil8bit.c return (int) pos; pos 241 lib/strutil/strutilascii.c size_t pos = 0; pos 248 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 250 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 268 lib/strutil/strutilascii.c size_t pos = 0; pos 297 lib/strutil/strutilascii.c for (; pos < (gsize) length && remain > 1; pos++, actual++, remain--) pos 299 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 315 lib/strutil/strutilascii.c for (; pos + 1 <= (gsize) width / 2 && remain > 1; actual++, pos++, remain--) pos 317 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 327 lib/strutil/strutilascii.c pos += length - width + 1; pos 330 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 332 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 352 lib/strutil/strutilascii.c pos += ident; pos 353 lib/strutil/strutilascii.c for (; pos < (gsize) (ident + width) && remain > 1; pos++, actual++, remain--) pos 355 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 384 lib/strutil/strutilascii.c size_t pos; pos 389 lib/strutil/strutilascii.c for (pos = 0; pos < length && remain > 1; pos++, actual++, remain--) pos 391 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 407 lib/strutil/strutilascii.c for (pos = length - width + 3; pos < length && remain > 1; pos++, actual++, remain--) pos 409 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 460 lib/strutil/strutilascii.c size_t pos; pos 463 lib/strutil/strutilascii.c for (pos = start; pos < length && width > 0 && remain > 1; pos 464 lib/strutil/strutilascii.c pos++, width--, actual++, remain--) pos 466 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 487 lib/strutil/strutilascii.c size_t pos = 0; pos 497 lib/strutil/strutilascii.c for (; pos + 1 <= (gsize) width / 2 && remain > 1; actual++, pos++, remain--) pos 499 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 509 lib/strutil/strutilascii.c pos += length - width + 1; pos 512 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 514 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 521 lib/strutil/strutilascii.c for (; pos < length && remain > 1; pos++, actual++, remain--) pos 523 lib/strutil/strutilascii.c actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?'; pos 545 lib/strutil/strutilascii.c str_ascii_column_to_pos (const char *text, size_t pos) pos 548 lib/strutil/strutilascii.c return (int) pos; pos 914 lib/strutil/strutilutf8.c str_utf8_column_to_pos (const char *text, size_t pos) pos 947 lib/strutil/strutilutf8.c if ((gsize) width > pos) pos 602 lib/tty/tty-slang.c int pos = 0; pos 606 lib/tty/tty-slang.c SLsmg_gotorc (y + pos, x); pos 608 lib/tty/tty-slang.c pos++; pos 563 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0) pos 635 lib/vfs/direntry.c offset += file->pos; pos 644 lib/vfs/direntry.c file->pos = 0; pos 646 lib/vfs/direntry.c file->pos = offset; pos 648 lib/vfs/direntry.c file->pos = size; pos 649 lib/vfs/direntry.c return file->pos; pos 102 lib/vfs/parse_ls_vga.c const char *pos; pos 107 lib/vfs/parse_ls_vga.c pos = strstr (week, str); pos 108 lib/vfs/parse_ls_vga.c if (pos == NULL) pos 112 lib/vfs/parse_ls_vga.c tim->tm_wday = (pos - week) / 3; pos 123 lib/vfs/parse_ls_vga.c const char *pos; pos 128 lib/vfs/parse_ls_vga.c pos = strstr (month, str); pos 129 lib/vfs/parse_ls_vga.c if (pos == NULL) pos 133 lib/vfs/parse_ls_vga.c tim->tm_mon = (pos - month) / 3; pos 102 lib/vfs/xdirentry.h off_t pos; /* This is for module's use */ pos 65 lib/widget/buttonbar.c int pos = 0; pos 71 lib/widget/buttonbar.c if (pos + 7 <= COLS) pos 72 lib/widget/buttonbar.c pos += 7; pos 74 lib/widget/buttonbar.c bb->labels[i].end_coord = pos; pos 89 lib/widget/buttonbar.c pos += dv; pos 91 lib/widget/buttonbar.c pos++; pos 93 lib/widget/buttonbar.c bb->labels[i].end_coord = pos; pos 98 lib/widget/buttonbar.c pos += dv; pos 100 lib/widget/buttonbar.c pos++; pos 102 lib/widget/buttonbar.c bb->labels[i].end_coord = pos; pos 280 lib/widget/input.c int i, pos, len; pos 287 lib/widget/input.c pos = str_offset_to_pos (in->buffer, start); pos 288 lib/widget/input.c len = str_offset_to_pos (in->buffer, end) - pos; pos 290 lib/widget/input.c for (i = pos; in->buffer[i + len - 1]; i++) pos 1220 lib/widget/input.c input_set_point (WInput * in, int pos) pos 1225 lib/widget/input.c pos = MIN (pos, max_pos); pos 1226 lib/widget/input.c if (pos != in->point) pos 1228 lib/widget/input.c in->point = pos; pos 96 lib/widget/input.h void input_set_point (WInput * in, int pos); pos 134 lib/widget/listbox-window.c val = l->list->pos; pos 160 lib/widget/listbox-window.c e = listbox_get_nth_item (l->list, l->list->pos); pos 115 lib/widget/listbox.c line = 1 + ((l->pos * (w->lines - 2)) / length); pos 138 lib/widget/listbox.c int pos; pos 155 lib/widget/listbox.c pos = (le == NULL) ? 0 : l->top; pos 162 lib/widget/listbox.c if (pos == l->pos && sel_line == -1) pos 172 lib/widget/listbox.c if (l->list != NULL && le != NULL && (i == 0 || pos < length)) pos 178 lib/widget/listbox.c pos++; pos 231 lib/widget/listbox.c if ((guint) l->pos + 1 < g_queue_get_length (l->list)) pos 232 lib/widget/listbox.c listbox_select_entry (l, l->pos + 1); pos 243 lib/widget/listbox.c listbox_select_entry (l, MIN (l->pos + n, LISTBOX_LAST (l))); pos 253 lib/widget/listbox.c if (l->pos > 0) pos 254 lib/widget/listbox.c listbox_select_entry (l, l->pos - 1); pos 265 lib/widget/listbox.c listbox_select_entry (l, MAX (l->pos - n, 0)); pos 307 lib/widget/listbox.c is_last = (l->pos + 1 >= length); pos 363 lib/widget/listbox.c listbox_append_item (WListbox * l, WLEntry * e, listbox_append_t pos) pos 368 lib/widget/listbox.c pos = LISTBOX_APPEND_AT_END; pos 371 lib/widget/listbox.c switch (pos) pos 378 lib/widget/listbox.c g_queue_insert_before (l->list, g_queue_peek_nth_link (l->list, (guint) l->pos), e); pos 382 lib/widget/listbox.c g_queue_insert_after (l->list, g_queue_peek_nth_link (l->list, (guint) l->pos), e); pos 431 lib/widget/listbox.c listbox_run_hotkey (WListbox * l, int pos) pos 433 lib/widget/listbox.c listbox_select_entry (l, pos); pos 457 lib/widget/listbox.c int pos; pos 459 lib/widget/listbox.c pos = listbox_check_hotkey (l, parm); pos 460 lib/widget/listbox.c if (pos < 0) pos 463 lib/widget/listbox.c listbox_run_hotkey (l, pos); pos 506 lib/widget/listbox.c old_pos = l->pos; pos 539 lib/widget/listbox.c if (l->pos != old_pos) pos 563 lib/widget/listbox.c l->top = l->pos = 0; pos 628 lib/widget/listbox.c l->pos = l->top = 0; pos 642 lib/widget/listbox.c l->pos = length > 0 ? length - 1 : 0; pos 652 lib/widget/listbox.c int pos; pos 659 lib/widget/listbox.c for (pos = 0, le = g_queue_peek_head_link (l->list); le != NULL; pos++, le = g_list_next (le)) pos 661 lib/widget/listbox.c if (pos == l->top) pos 664 lib/widget/listbox.c if (pos == dest) pos 666 lib/widget/listbox.c l->pos = dest; pos 668 lib/widget/listbox.c l->top = l->pos; pos 673 lib/widget/listbox.c if (l->pos - l->top >= lines) pos 674 lib/widget/listbox.c l->top = l->pos - lines + 1; pos 681 lib/widget/listbox.c l->pos = l->top = 0; pos 702 lib/widget/listbox.c e = listbox_get_nth_item (l, l->pos); pos 716 lib/widget/listbox.c listbox_get_nth_item (const WListbox * l, int pos) pos 718 lib/widget/listbox.c if (!listbox_is_empty (l) && pos >= 0) pos 722 lib/widget/listbox.c item = g_queue_peek_nth_link (l->list, (guint) pos); pos 748 lib/widget/listbox.c current = g_queue_peek_nth_link (l->list, (guint) l->pos); pos 755 lib/widget/listbox.c l->top = l->pos = 0; pos 756 lib/widget/listbox.c else if (l->pos >= length) pos 757 lib/widget/listbox.c l->pos = length - 1; pos 799 lib/widget/listbox.c l->pos = l->top = 0; pos 806 lib/widget/listbox.c listbox_add_item (WListbox * l, listbox_append_t pos, int hotkey, const char *text, void *data, pos 823 lib/widget/listbox.c listbox_append_item (l, entry, pos); pos 48 lib/widget/listbox.h int pos; /* The current element displayed */ pos 71 lib/widget/listbox.h WLEntry *listbox_get_nth_item (const WListbox * l, int pos); pos 77 lib/widget/listbox.h char *listbox_add_item (WListbox * l, listbox_append_t pos, int hotkey, const char *text, pos 283 lib/widget/quick.c r->pos = r->sel = *quick_widget->u.radio.value; pos 68 lib/widget/radio.c if (r->pos == 0) pos 72 lib/widget/radio.c r->pos = 0; pos 74 lib/widget/radio.c r->pos--; pos 80 lib/widget/radio.c if (r->pos == r->count - 1) pos 84 lib/widget/radio.c r->pos = r->count - 1; pos 86 lib/widget/radio.c r->pos++; pos 91 lib/widget/radio.c r->sel = r->pos; pos 138 lib/widget/radio.c r->pos = i; pos 154 lib/widget/radio.c widget_gotoyx (r, r->pos, 1); pos 165 lib/widget/radio.c widget_selectcolor (w, i == r->pos && focused, FALSE); pos 169 lib/widget/radio.c hotkey_draw (w, r->texts[i], i == r->pos && focused); pos 194 lib/widget/radio.c RADIO (w)->pos = event->y; pos 199 lib/widget/radio.c RADIO (w)->pos = event->y; pos 240 lib/widget/radio.c r->pos = 0; pos 22 lib/widget/radio.h int pos; pos 46 src/diffviewer/internal.h int pos; pos 100 src/diffviewer/ydiff.c (fs)->pos = 0; \ pos 119 src/diffviewer/ydiff.c TAB_SKIP (int ts, int pos) pos 122 src/diffviewer/ydiff.c return ts - pos % ts; pos 124 src/diffviewer/ydiff.c return 8 - pos % 8; pos 330 src/diffviewer/ydiff.c for (i = fs->pos; j < size && i < fs->len && !stop; i++, j++) pos 336 src/diffviewer/ydiff.c fs->pos = i; pos 341 src/diffviewer/ydiff.c fs->pos = 0; pos 375 src/diffviewer/ydiff.c off += rv - fs->len + fs->pos; pos 379 src/diffviewer/ydiff.c fs->pos = fs->len + off - rv; pos 1880 src/diffviewer/ydiff.c get_line_numbers (const GArray * a, size_t pos, int *linenum, int *lineofs) pos 1889 src/diffviewer/ydiff.c if (pos >= a->len) pos 1890 src/diffviewer/ydiff.c pos = a->len - 1; pos 1892 src/diffviewer/ydiff.c p = &g_array_index (a, DIFFLN, pos); pos 1898 src/diffviewer/ydiff.c for (n = pos; n > 0; n--) pos 1904 src/diffviewer/ydiff.c *lineofs = pos - n + 1; pos 1930 src/diffviewer/ydiff.c find_prev_hunk (const GArray * a, int pos) pos 1933 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) pos 1934 src/diffviewer/ydiff.c pos--; pos 1935 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) pos 1936 src/diffviewer/ydiff.c pos--; pos 1937 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) pos 1938 src/diffviewer/ydiff.c pos--; pos 1939 src/diffviewer/ydiff.c if (pos > 0 && (size_t) pos < a->len) pos 1940 src/diffviewer/ydiff.c pos++; pos 1942 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch == EQU_CH) pos 1943 src/diffviewer/ydiff.c pos--; pos 1944 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a, DIFFLN, pos - 1))->ch != EQU_CH) pos 1945 src/diffviewer/ydiff.c pos--; pos 1948 src/diffviewer/ydiff.c return pos; pos 1954 src/diffviewer/ydiff.c find_next_hunk (const GArray * a, size_t pos) pos 1956 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch != EQU_CH) pos 1957 src/diffviewer/ydiff.c pos++; pos 1958 src/diffviewer/ydiff.c while (pos < a->len && ((DIFFLN *) & g_array_index (a, DIFFLN, pos))->ch == EQU_CH) pos 1959 src/diffviewer/ydiff.c pos++; pos 1960 src/diffviewer/ydiff.c return pos; pos 1980 src/diffviewer/ydiff.c size_t pos; pos 1989 src/diffviewer/ydiff.c pos = dview->skip_rows; pos 1990 src/diffviewer/ydiff.c ch = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch; pos 2007 src/diffviewer/ydiff.c while (pos > 0 && ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch != EQU_CH) pos 2008 src/diffviewer/ydiff.c pos--; pos 2009 src/diffviewer/ydiff.c if (pos > 0) pos 2011 src/diffviewer/ydiff.c *start_line1 = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->line + 1; pos 2012 src/diffviewer/ydiff.c *start_line2 = ((DIFFLN *) & g_array_index (a1, DIFFLN, pos))->line + 1; pos 2014 src/diffviewer/ydiff.c pos = dview->skip_rows; pos 2015 src/diffviewer/ydiff.c while (pos < a0->len && ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->ch != EQU_CH) pos 2019 src/diffviewer/ydiff.c l0 = ((DIFFLN *) & g_array_index (a0, DIFFLN, pos))->line; pos 2020 src/diffviewer/ydiff.c l1 = ((DIFFLN *) & g_array_index (a1, DIFFLN, pos))->line; pos 2025 src/diffviewer/ydiff.c pos++; pos 3093 src/editor/edit.c long pos; pos 3095 src/editor/edit.c for (pos = edit->buffer.curs1; pos != 0; pos--) pos 3099 src/editor/edit.c c1 = edit_buffer_get_byte (&edit->buffer, pos); pos 3100 src/editor/edit.c c2 = edit_buffer_get_byte (&edit->buffer, pos - 1); pos 3106 src/editor/edit.c edit->mark1 = pos; pos 3108 src/editor/edit.c for (; pos < edit->buffer.size; pos++) pos 3112 src/editor/edit.c c1 = edit_buffer_get_byte (&edit->buffer, pos); pos 3113 src/editor/edit.c c2 = edit_buffer_get_byte (&edit->buffer, pos + 1); pos 3119 src/editor/edit.c edit->mark2 = MIN (pos + 1, edit->buffer.size); pos 213 src/editor/etags.c size_t pos; pos 215 src/editor/etags.c pos = strcspn (buf, ","); pos 217 src/editor/etags.c filename = g_strndup (buf, pos); pos 585 src/filemanager/achown.c b_pos = chl_list->pos; pos 592 src/filemanager/achown.c if (b_pos != chl_list->pos) pos 221 src/filemanager/boxes.c unsigned int pos = 1; pos 250 src/filemanager/boxes.c listbox_select_entry (skin_list, pos); pos 251 src/filemanager/boxes.c pos++; pos 85 src/filemanager/chattr.c int pos; /* The current checkbox selected */ pos 433 src/filemanager/chattr.c line = 1 + (cb->pos * (w->lines - 2)) / check_attr_mod_num; pos 529 src/filemanager/chattr.c if (cb->pos == cb->top + WIDGET (cb)->lines - 1) pos 534 src/filemanager/chattr.c if (cb->pos == check_attr_mod_num - 1) pos 540 src/filemanager/chattr.c cb->pos++; pos 549 src/filemanager/chattr.c cb->pos++; pos 565 src/filemanager/chattr.c if (cb->pos == check_attr_mod_num - 1) pos 584 src/filemanager/chattr.c cb->pos = check_attr_mod_num - 1; pos 590 src/filemanager/chattr.c cb->pos += i; pos 592 src/filemanager/chattr.c l = g_list_nth (g->widgets, cb->pos - cb->top); pos 611 src/filemanager/chattr.c cb->pos = check_attr_mod_num - 1; pos 612 src/filemanager/chattr.c cb->top = cb->pos - WIDGET (cb)->lines + 1; pos 625 src/filemanager/chattr.c if (cb->pos == cb->top) pos 636 src/filemanager/chattr.c cb->pos--; pos 645 src/filemanager/chattr.c cb->pos--; pos 661 src/filemanager/chattr.c if (cb->pos == 0 && cb->top == 0) pos 678 src/filemanager/chattr.c cb->pos = 0; pos 684 src/filemanager/chattr.c cb->pos -= i; pos 686 src/filemanager/chattr.c l = g_list_nth (g->widgets, cb->pos - cb->top); pos 705 src/filemanager/chattr.c cb->pos = 0; pos 742 src/filemanager/chattr.c chattr_toggle_select (cb, cb->pos); /* FIXME */ pos 809 src/filemanager/chattr.c cb->pos = cb->top + i; pos 1026 src/filemanager/find.c int pos = 0; pos 1042 src/filemanager/find.c pos = last_pos; pos 1057 src/filemanager/find.c if (pos >= n_read) pos 1059 src/filemanager/find.c pos = 0; pos 1065 src/filemanager/find.c ch = buffer[pos++]; pos 1145 src/filemanager/find.c last_pos = pos; pos 1230 src/filemanager/find.c static size_t pos = 0; pos 1238 src/filemanager/find.c tty_print_char (show ? rotating_dash[pos] : ' '); pos 1239 src/filemanager/find.c pos = (pos + 1) % sizeof (rotating_dash); pos 913 src/filemanager/hotlist.c add2hotlist (char *label, char *directory, enum HotListType type, listbox_append_t pos) pos 929 src/filemanager/hotlist.c pos = LISTBOX_APPEND_AFTER; pos 950 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_AFTER) pos 955 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_BEFORE && current == current_group->head) pos 961 src/filemanager/hotlist.c else if (pos == LISTBOX_APPEND_BEFORE) pos 988 src/filemanager/hotlist.c listbox_add_item (l_hotlist, pos, 0, lbl, new, FALSE); pos 992 src/filemanager/hotlist.c listbox_add_item (l_hotlist, pos, 0, new->label, new, FALSE); pos 993 src/filemanager/hotlist.c listbox_select_entry (l_hotlist, l_hotlist->pos); pos 1050 src/filemanager/layout.c static size_t pos = 0; pos 1052 src/filemanager/layout.c tty_print_char (rotating_dash[pos]); pos 1053 src/filemanager/layout.c pos = (pos + 1) % sizeof (rotating_dash); pos 819 src/filemanager/mountlist.c int32 pos; pos 862 src/filemanager/mountlist.c for (pos = 0; (dev = next_dev (&pos)) >= 0;) pos 1800 src/filemanager/panel.c size_t pos; pos 1803 src/filemanager/panel.c pos = strlen (format); pos 1804 src/filemanager/panel.c if (pos > 8) pos 1805 src/filemanager/panel.c pos = 8; pos 1807 src/filemanager/panel.c tmp_format = g_strndup (format, pos); pos 3358 src/filemanager/panel.c size_t pos; pos 3360 src/filemanager/panel.c pos = g_list_position (panel->dir_history.current, panel->dir_history.list); pos 3363 src/filemanager/panel.c (int) pos); pos 3390 src/filemanager/panel.c for (i = 0; i <= pos; i++) pos 95 src/filemanager/panelize.c if (l_panelize->pos != last_listitem) pos 99 src/filemanager/panelize.c last_listitem = l_panelize->pos; pos 1423 src/subshell/common.c int pos; pos 1436 src/subshell/common.c pos = str_length (cmdline->buffer) - cmdline->point; pos 1437 src/subshell/common.c for (i = 0; i < (size_t) pos; i++) pos 860 src/vfs/cpio/cpio.c if (mc_lseek (fd, begin + file->pos, SEEK_SET) != begin + file->pos) pos 863 src/vfs/cpio/cpio.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); pos 869 src/vfs/cpio/cpio.c file->pos += res; pos 299 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); pos 326 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); pos 395 src/vfs/sftpfs/file.c if (fh->pos > offset || offset == 0) pos 400 src/vfs/sftpfs/file.c fh->pos = offset; pos 403 src/vfs/sftpfs/file.c fh->pos += offset; pos 406 src/vfs/sftpfs/file.c if (fh->pos > fh->ino->st.st_size - offset) pos 411 src/vfs/sftpfs/file.c fh->pos = fh->ino->st.st_size - offset; pos 417 src/vfs/sftpfs/file.c libssh2_sftp_seek64 (file->handle, fh->pos); pos 418 src/vfs/sftpfs/file.c fh->pos = (off_t) libssh2_sftp_tell64 (file->handle); pos 420 src/vfs/sftpfs/file.c return fh->pos; pos 120 src/vfs/smbfs/helpers/include/byteorder.h #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) pos 121 src/vfs/smbfs/helpers/include/byteorder.h #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos)) pos 122 src/vfs/smbfs/helpers/include/byteorder.h #define SCVAL(buf,pos,val) (CVAL(buf,pos) = (val)) pos 127 src/vfs/smbfs/helpers/include/byteorder.h #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8) pos 128 src/vfs/smbfs/helpers/include/byteorder.h #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) pos 129 src/vfs/smbfs/helpers/include/byteorder.h #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) pos 130 src/vfs/smbfs/helpers/include/byteorder.h #define SIVALX(buf,pos,val) (SSVALX(buf,pos,val&0xFFFF),SSVALX(buf,pos+2,val>>16)) pos 131 src/vfs/smbfs/helpers/include/byteorder.h #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) pos 132 src/vfs/smbfs/helpers/include/byteorder.h #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) pos 133 src/vfs/smbfs/helpers/include/byteorder.h #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((uint16)(val))) pos 134 src/vfs/smbfs/helpers/include/byteorder.h #define SIVAL(buf,pos,val) SIVALX((buf),(pos),((uint32)(val))) pos 135 src/vfs/smbfs/helpers/include/byteorder.h #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16)(val))) pos 136 src/vfs/smbfs/helpers/include/byteorder.h #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32)(val))) pos 148 src/vfs/smbfs/helpers/include/byteorder.h #define SVAL(buf,pos) (*(uint16 *)((char *)(buf) + (pos))) pos 149 src/vfs/smbfs/helpers/include/byteorder.h #define IVAL(buf,pos) (*(uint32 *)((char *)(buf) + (pos))) pos 150 src/vfs/smbfs/helpers/include/byteorder.h #define SVALS(buf,pos) (*(int16 *)((char *)(buf) + (pos))) pos 151 src/vfs/smbfs/helpers/include/byteorder.h #define IVALS(buf,pos) (*(int32 *)((char *)(buf) + (pos))) pos 154 src/vfs/smbfs/helpers/include/byteorder.h #define SSVAL(buf,pos,val) SVAL(buf,pos)=((uint16)(val)) pos 155 src/vfs/smbfs/helpers/include/byteorder.h #define SIVAL(buf,pos,val) IVAL(buf,pos)=((uint32)(val)) pos 156 src/vfs/smbfs/helpers/include/byteorder.h #define SSVALS(buf,pos,val) SVALS(buf,pos)=((int16)(val)) pos 157 src/vfs/smbfs/helpers/include/byteorder.h #define SIVALS(buf,pos,val) IVALS(buf,pos)=((int32)(val)) pos 163 src/vfs/smbfs/helpers/include/byteorder.h #define SMBMACRO(macro,buf,pos,val,len,size) \ pos 164 src/vfs/smbfs/helpers/include/byteorder.h { int l; for (l = 0; l < (len); l++) (val)[l] = macro((buf), (pos) + (size)*l); } pos 166 src/vfs/smbfs/helpers/include/byteorder.h #define SSMBMACRO(macro,buf,pos,val,len,size) \ pos 167 src/vfs/smbfs/helpers/include/byteorder.h { int l; for (l = 0; l < (len); l++) macro((buf), (pos) + (size)*l, (val)[l]); } pos 170 src/vfs/smbfs/helpers/include/byteorder.h #define PCVAL(buf,pos,val,len) SMBMACRO(CVAL,buf,pos,val,len,1) pos 171 src/vfs/smbfs/helpers/include/byteorder.h #define PSVAL(buf,pos,val,len) SMBMACRO(SVAL,buf,pos,val,len,2) pos 172 src/vfs/smbfs/helpers/include/byteorder.h #define PIVAL(buf,pos,val,len) SMBMACRO(IVAL,buf,pos,val,len,4) pos 173 src/vfs/smbfs/helpers/include/byteorder.h #define PCVALS(buf,pos,val,len) SMBMACRO(CVALS,buf,pos,val,len,1) pos 174 src/vfs/smbfs/helpers/include/byteorder.h #define PSVALS(buf,pos,val,len) SMBMACRO(SVALS,buf,pos,val,len,2) pos 175 src/vfs/smbfs/helpers/include/byteorder.h #define PIVALS(buf,pos,val,len) SMBMACRO(IVALS,buf,pos,val,len,4) pos 178 src/vfs/smbfs/helpers/include/byteorder.h #define PSCVAL(buf,pos,val,len) SSMBMACRO(SCVAL,buf,pos,val,len,1) pos 179 src/vfs/smbfs/helpers/include/byteorder.h #define PSSVAL(buf,pos,val,len) SSMBMACRO(SSVAL,buf,pos,val,len,2) pos 180 src/vfs/smbfs/helpers/include/byteorder.h #define PSIVAL(buf,pos,val,len) SSMBMACRO(SIVAL,buf,pos,val,len,4) pos 181 src/vfs/smbfs/helpers/include/byteorder.h #define PSCVALS(buf,pos,val,len) SSMBMACRO(SCVALS,buf,pos,val,len,1) pos 182 src/vfs/smbfs/helpers/include/byteorder.h #define PSSVALS(buf,pos,val,len) SSMBMACRO(SSVALS,buf,pos,val,len,2) pos 183 src/vfs/smbfs/helpers/include/byteorder.h #define PSIVALS(buf,pos,val,len) SSMBMACRO(SIVALS,buf,pos,val,len,4) pos 190 src/vfs/smbfs/helpers/include/byteorder.h #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) pos 191 src/vfs/smbfs/helpers/include/byteorder.h #define RSVALS(buf,pos) SREV(SVALS(buf,pos)) pos 192 src/vfs/smbfs/helpers/include/byteorder.h #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) pos 193 src/vfs/smbfs/helpers/include/byteorder.h #define RIVALS(buf,pos) IREV(IVALS(buf,pos)) pos 194 src/vfs/smbfs/helpers/include/byteorder.h #define RSSVAL(buf,pos,val) SSVAL(buf,pos,SREV(val)) pos 195 src/vfs/smbfs/helpers/include/byteorder.h #define RSSVALS(buf,pos,val) SSVALS(buf,pos,SREV(val)) pos 196 src/vfs/smbfs/helpers/include/byteorder.h #define RSIVAL(buf,pos,val) SIVAL(buf,pos,IREV(val)) pos 197 src/vfs/smbfs/helpers/include/byteorder.h #define RSIVALS(buf,pos,val) SIVALS(buf,pos,IREV(val)) pos 200 src/vfs/smbfs/helpers/include/byteorder.h #define RPSVAL(buf,pos,val,len) SMBMACRO(RSVAL,buf,pos,val,len,2) pos 201 src/vfs/smbfs/helpers/include/byteorder.h #define RPIVAL(buf,pos,val,len) SMBMACRO(RIVAL,buf,pos,val,len,4) pos 202 src/vfs/smbfs/helpers/include/byteorder.h #define RPSVALS(buf,pos,val,len) SMBMACRO(RSVALS,buf,pos,val,len,2) pos 203 src/vfs/smbfs/helpers/include/byteorder.h #define RPIVALS(buf,pos,val,len) SMBMACRO(RIVALS,buf,pos,val,len,4) pos 206 src/vfs/smbfs/helpers/include/byteorder.h #define RPSSVAL(buf,pos,val,len) SSMBMACRO(RSSVAL,buf,pos,val,len,2) pos 207 src/vfs/smbfs/helpers/include/byteorder.h #define RPSIVAL(buf,pos,val,len) SSMBMACRO(RSIVAL,buf,pos,val,len,4) pos 208 src/vfs/smbfs/helpers/include/byteorder.h #define RPSSVALS(buf,pos,val,len) SSMBMACRO(RSSVALS,buf,pos,val,len,2) pos 209 src/vfs/smbfs/helpers/include/byteorder.h #define RPSIVALS(buf,pos,val,len) SSMBMACRO(RSIVALS,buf,pos,val,len,4) pos 600 src/vfs/smbfs/helpers/include/smb.h SMB_OFF_T pos; pos 168 src/vfs/smbfs/helpers/param/params.c Continuation (char *line, int pos) pos 184 src/vfs/smbfs/helpers/param/params.c pos--; pos 185 src/vfs/smbfs/helpers/param/params.c while ((pos >= 0) && isspace (line[pos])) pos 186 src/vfs/smbfs/helpers/param/params.c pos--; pos 188 src/vfs/smbfs/helpers/param/params.c return (((pos >= 0) && ('\\' == line[pos])) ? pos : -1); pos 964 src/vfs/tar/tar.c if (mc_lseek (fd, begin + file->pos, SEEK_SET) != begin + file->pos) pos 967 src/vfs/tar/tar.c count = MIN (count, (size_t) (file->ino->st.st_size - file->pos)); pos 973 src/vfs/tar/tar.c file->pos += res; pos 110 src/vfs/undelfs/undelfs.c off_t pos; /* file position */ pos 494 src/vfs/undelfs/undelfs.c p->pos = 0; pos 535 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count < p->current) pos 540 src/vfs/undelfs/undelfs.c if (p->pos > p->current + param_fs->blocksize) pos 547 src/vfs/undelfs/undelfs.c if (p->pos >= p->current) pos 551 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count <= p->current + param_fs->blocksize) pos 560 src/vfs/undelfs/undelfs.c copy_count = param_fs->blocksize - (p->pos - p->current); pos 562 src/vfs/undelfs/undelfs.c memcpy (p->dest_buffer, p->buf + (p->pos - p->current), copy_count); pos 567 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count < p->current + param_fs->blocksize) pos 569 src/vfs/undelfs/undelfs.c copy_count = (p->pos + p->count) - p->current; pos 600 src/vfs/undelfs/undelfs.c if (p->pos + (off_t) p->count > p->size) pos 602 src/vfs/undelfs/undelfs.c p->count = p->size - p->pos; pos 612 src/vfs/undelfs/undelfs.c p->pos = p->pos + (p->dest_buffer - buffer); pos 79 src/viewer/coord_cache.c mcview_ccache_add_entry (coord_cache_t * cache, size_t pos, const coord_cache_entry_t * entry) pos 84 src/viewer/coord_cache.c pos = MIN (pos, cache->size); pos 94 src/viewer/coord_cache.c if (pos != cache->size) pos 95 src/viewer/coord_cache.c memmove (cache->cache[pos + 1], cache->cache[pos], pos 96 src/viewer/coord_cache.c (cache->size - pos) * sizeof (*cache->cache)); pos 97 src/viewer/coord_cache.c cache->cache[pos] = g_memdup (entry, sizeof (*entry)); pos 40 tests/lib/search/regex_replace_esc_seq.c #define test_helper_handle_esc_seq( pos, r, skip, flag ) \ pos 44 tests/lib/search/regex_replace_esc_seq.c mc_search_regex__replace_handle_esc_seq( replace_str, pos, &skip_len, &ret ), r,\