next 62 lib/hook.c new_hook->next = *hook_list; next 83 lib/hook.c hook_list = hook_list->next; next 90 lib/hook.c new_hook = new_hook->next; next 96 lib/hook.c hook_list = hook_list->next; next 107 lib/hook.c hook_t *current, *next; next 109 lib/hook.c for (current = *hook_list; current != NULL; current = next) next 111 lib/hook.c next = current->next; next 127 lib/hook.c for (p = hook_list; p != NULL; p = p->next) next 20 lib/hook.h struct hook_t *next; next 401 lib/strutil/strutilutf8.c char *next; next 403 lib/strutil/strutilutf8.c next = g_utf8_next_char (*string); next 404 lib/strutil/strutilutf8.c (*left) -= next - (*string); next 405 lib/strutil/strutilutf8.c (*string) = next; next 243 lib/tty/key.c struct key_def *next; next 678 lib/tty/key.c p->child = p->next = NULL; next 1206 lib/tty/key.c k_dispose (k->next); next 1667 lib/tty/key.c if (base->next != NULL) next 1668 lib/tty/key.c base = base->next; next 1671 lib/tty/key.c base->next = create_sequence (seq, code, action); next 1883 lib/tty/key.c if (this->next != NULL) next 1885 lib/tty/key.c this = this->next; next 186 lib/widget/dialog-switch.c GList *next; next 191 lib/widget/dialog-switch.c next = g_list_next (mc_current); next 192 lib/widget/dialog-switch.c if (next == NULL) next 193 lib/widget/dialog-switch.c next = mc_dialogs; next 195 lib/widget/dialog-switch.c dialog_switch_goto (next); next 80 lib/widget/group.c group_get_next_or_prev_of (GList * list, gboolean next) next 90 lib/widget/group.c if (next) next 111 lib/widget/group.c group_select_next_or_prev (WGroup * g, gboolean next) next 119 lib/widget/group.c l = group_get_next_or_prev_of (l, next); next 643 lib/widget/input.c GList *next; next 655 lib/widget/input.c next = g_list_next (in->history.current); next 656 lib/widget/input.c if (next == NULL) next 663 lib/widget/input.c input_assign_text (in, (char *) next->data); next 664 lib/widget/input.c in->history.current = next; next 95 src/background.c new->next = task_list; next 118 src/background.c prev->next = p->next; next 120 src/background.c task_list = p->next; next 126 src/background.c p = p->next; next 275 src/background.c for (p = task_list; p != NULL; p = p->next) next 25 src/background.h struct TaskList *next; next 70 src/editor/bookmark.c if (p->next != NULL) next 71 src/editor/bookmark.c while (p->next->line == p->line) next 72 src/editor/bookmark.c p = p->next; next 92 src/editor/bookmark.c for (p = edit->book_mark; p != NULL; p = p->next) next 97 src/editor/bookmark.c if (p->next != NULL) next 99 src/editor/bookmark.c if (p->next->line > line) next 114 src/editor/bookmark.c if (p->next != NULL && p->next->line <= line) next 119 src/editor/bookmark.c if (p->next != NULL) next 121 src/editor/bookmark.c if (p->next->line > line) next 195 src/editor/bookmark.c q->next = p->next; next 198 src/editor/bookmark.c if (p->next != NULL) next 199 src/editor/bookmark.c p->next->prev = q; next 200 src/editor/bookmark.c p->next = q; next 231 src/editor/bookmark.c p->prev->next = p->next; next 232 src/editor/bookmark.c if (p->next != NULL) next 233 src/editor/bookmark.c p->next->prev = p->prev; next 240 src/editor/bookmark.c if (edit->book_mark->line == -1 && edit->book_mark->next == NULL) next 260 src/editor/bookmark.c for (q = edit->book_mark->next; q != NULL; q = p) next 262 src/editor/bookmark.c p = q->next; next 265 src/editor/bookmark.c q->prev->next = q->next; next 271 src/editor/bookmark.c if (edit->book_mark->next == NULL) next 288 src/editor/bookmark.c for (p = p->next; p != NULL; p = p->next) next 304 src/editor/bookmark.c for (p = p->next; p != NULL; p = p->next) next 326 src/editor/bookmark.c for (p = book_mark_find (edit, 0); p != NULL; p = p->next) next 3744 src/editor/edit.c if (p->next != NULL) next 3746 src/editor/edit.c p = p->next; next 656 src/editor/editbuffer.c long next; next 658 src/editor/editbuffer.c next = edit_buffer_get_eol (buf, current) + 1; next 659 src/editor/editbuffer.c if (next > buf->size) next 661 src/editor/editbuffer.c current = next; next 39 src/editor/editwidget.h edit_book_mark_t *next; next 471 src/filemanager/boxes.c for (tl = task_list; tl != NULL; tl = tl->next) next 1423 src/filemanager/file.c struct vfs_dirent *next; next 1432 src/filemanager/file.c while ((next = mc_readdir (reading)) && return_status != FILE_ABORT) next 1437 src/filemanager/file.c if (DIR_IS_DOT (next->d_name) || DIR_IS_DOTDOT (next->d_name)) next 1440 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL); next 2763 src/filemanager/file.c struct vfs_dirent *next; next 2949 src/filemanager/file.c while ((next = mc_readdir (reading)) && return_status != FILE_ABORT) next 2957 src/filemanager/file.c if (DIR_IS_DOT (next->d_name) || DIR_IS_DOTDOT (next->d_name)) next 2961 src/filemanager/file.c path = mc_build_filename (s, next->d_name, (char *) NULL); next 2969 src/filemanager/file.c mdpath = mc_build_filename (d, next->d_name, (char *) NULL); next 148 src/filemanager/hotlist.c struct hotlist *next; next 276 src/filemanager/hotlist.c for (current = current_group->head; current != NULL; current = current->next) next 307 src/filemanager/hotlist.c current_group->head = entry->next; next 310 src/filemanager/hotlist.c while (current != NULL && current->next != entry) next 311 src/filemanager/hotlist.c current = current->next; next 313 src/filemanager/hotlist.c current->next = entry->next; next 315 src/filemanager/hotlist.c entry->next = entry->up = NULL; next 370 src/filemanager/hotlist.c while (p->next != NULL) next 371 src/filemanager/hotlist.c p = p->next; next 372 src/filemanager/hotlist.c p->next = item; next 376 src/filemanager/hotlist.c if (moveto_item->next == NULL) next 377 src/filemanager/hotlist.c moveto_item->next = item; next 380 src/filemanager/hotlist.c item->next = moveto_item->next; next 381 src/filemanager/hotlist.c moveto_item->next = item; next 387 src/filemanager/hotlist.c item->next = moveto_item; next 393 src/filemanager/hotlist.c while (p->next != moveto_item) next 394 src/filemanager/hotlist.c p = p->next; next 395 src/filemanager/hotlist.c item->next = p->next; next 396 src/filemanager/hotlist.c p->next = item; next 952 src/filemanager/hotlist.c new->next = current->next; next 953 src/filemanager/hotlist.c current->next = new; next 958 src/filemanager/hotlist.c new->next = current; next 965 src/filemanager/hotlist.c while (p->next != current) next 966 src/filemanager/hotlist.c p = p->next; next 968 src/filemanager/hotlist.c new->next = current; next 969 src/filemanager/hotlist.c p->next = new; next 975 src/filemanager/hotlist.c while (p->next != NULL) next 976 src/filemanager/hotlist.c p = p->next; next 978 src/filemanager/hotlist.c p->next = new; next 1124 src/filemanager/hotlist.c struct hotlist *next = current->next; next 1133 src/filemanager/hotlist.c current = next; next 1168 src/filemanager/hotlist.c if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL)) next 1224 src/filemanager/hotlist.c for (current = grp->head; current; current = current->next) next 1536 src/filemanager/hotlist.c for (current = grp->head; current != NULL; current = current->next) next 816 src/filemanager/mountlist.c struct rootdir_entry *next; next 854 src/filemanager/mountlist.c rootdir_tail = &re->next; next 869 src/filemanager/mountlist.c for (re = rootdir_list; re; re = re->next) next 891 src/filemanager/mountlist.c rootdir_list = re->next; next 3374 src/filemanager/panel.c GList *next; next 3377 src/filemanager/panel.c next = g_list_next (panel->dir_history.current); next 3378 src/filemanager/panel.c if (next != NULL) next 3382 src/filemanager/panel.c data_vpath = vfs_path_from_str ((char *) next->data); next 3385 src/filemanager/panel.c panel->dir_history.current = next; next 85 src/filemanager/panelize.c struct panelize *next; next 184 src/filemanager/panelize.c for (current = panelize; current != NULL; current = current->next) next 236 src/filemanager/panelize.c current = current->next; next 244 src/filemanager/panelize.c panelize->next = current; next 253 src/filemanager/panelize.c old->next = new; next 254 src/filemanager/panelize.c new->next = current; next 285 src/filemanager/panelize.c panelize = panelize->next; next 290 src/filemanager/panelize.c while (current != NULL && current->next != entry) next 291 src/filemanager/panelize.c current = current->next; next 294 src/filemanager/panelize.c current->next = entry->next; next 703 src/filemanager/panelize.c for (current = panelize; current != NULL; current = current->next) next 714 src/filemanager/panelize.c struct panelize *current, *next; next 716 src/filemanager/panelize.c for (current = panelize; current != NULL; current = next) next 718 src/filemanager/panelize.c next = current->next; next 135 src/filemanager/tree.c for (i = 0; ptr != NULL && ptr->next != NULL && i < *count; ptr = ptr->next, i++) next 151 src/filemanager/tree.c if (tree->selected_ptr->next != NULL) next 152 src/filemanager/tree.c tree->selected_ptr = tree->selected_ptr->next; next 386 src/filemanager/tree.c if (current->next == NULL || (current->next->submask & (1 << current->sublevel)) == 0) next 400 src/filemanager/tree.c current = current->next; next 402 src/filemanager/tree.c for (; current != NULL; current = current->next) next 487 src/filemanager/tree.c while (j < i && current->next != NULL next 488 src/filemanager/tree.c && current->next->sublevel >= tree->selected_ptr->sublevel) next 490 src/filemanager/tree.c current = current->next; next 516 src/filemanager/tree.c current = tree->selected_ptr->next; next 529 src/filemanager/tree.c current = tree->selected_ptr->next; next 639 src/filemanager/tree.c current = current->next; next 343 src/filemanager/treestore.c for (current = ts.tree_first; current != NULL; current = current->next) next 392 src/filemanager/treestore.c if (ts.tree_last != NULL && ts.tree_last->next != NULL) next 397 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) next 417 src/filemanager/treestore.c old->next = new; next 420 src/filemanager/treestore.c new->next = NULL; next 430 src/filemanager/treestore.c new->next = old->next; next 431 src/filemanager/treestore.c old->next = new; next 436 src/filemanager/treestore.c new->next = ts.tree_first; next 439 src/filemanager/treestore.c new->next->prev = new; next 457 src/filemanager/treestore.c if (new->next != NULL) next 458 src/filemanager/treestore.c submask = new->next->submask; next 481 src/filemanager/treestore.c for (p = remove_entry_hooks; p != NULL; p = p->next) next 501 src/filemanager/treestore.c if (entry->next != NULL) next 502 src/filemanager/treestore.c submask = entry->next->submask; next 513 src/filemanager/treestore.c entry->prev->next = entry->next; next 515 src/filemanager/treestore.c ts.tree_first = entry->next; next 517 src/filemanager/treestore.c if (entry->next != NULL) next 518 src/filemanager/treestore.c entry->next->prev = entry->prev; next 608 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) next 711 src/filemanager/treestore.c current = base->next; next 724 src/filemanager/treestore.c current = current->next; next 760 src/filemanager/treestore.c current != NULL && (flag = pathcmp (current->name, name)) < 0; current = current->next) next 780 src/filemanager/treestore.c for (current = base->next; next 782 src/filemanager/treestore.c current = current->next) next 831 src/filemanager/treestore.c ts.check_start = current->next; next 836 src/filemanager/treestore.c current = current->next) next 883 src/filemanager/treestore.c current = current->next; next 30 src/filemanager/treestore.h struct tree_entry *next; /* Next item in the list */ next 1538 src/vfs/ftpfs/ftpfs.c for (flist = dir->file_list->next; flist != dir->file_list; flist = flist->next) next 1649 src/vfs/ftpfs/ftpfs.c flist = dir->file_list->next; next 1659 src/vfs/ftpfs/ftpfs.c flist = flist->next; next 2540 src/vfs/ftpfs/ftpfs.c struct rupcache *next; next 2551 src/vfs/ftpfs/ftpfs.c for (rupp = rup_cache; rupp != NULL; rupp = rupp->next) next 2660 src/vfs/ftpfs/ftpfs.c rupp->next = rup_cache; next 64 src/vfs/ftpfs/ftpfs_parse_ls.c #define FIRST_TOKEN_R strtok_r (line, " \t", &next) next 65 src/vfs/ftpfs/ftpfs_parse_ls.c #define NEXT_TOKEN_R strtok_r (NULL, " \t", &next) next 278 src/vfs/ftpfs/ftpfs_parse_ls.c char *next = NULL; next 387 src/vfs/ftpfs/ftpfs_parse_ls.c name = strtok_r (NULL, "", &next); next 267 src/vfs/undelfs/undelfs.c goto next; next 270 src/vfs/undelfs/undelfs.c goto next; next 281 src/vfs/undelfs/undelfs.c goto next; next 311 src/vfs/undelfs/undelfs.c next: next 210 src/viewer/actions_cmd.c node = node->next; next 285 src/viewer/coord_cache.c coord_cache_entry_t current, next, entry; next 336 src/viewer/coord_cache.c for (; current.cc_offset < limit; current = next) next 357 src/viewer/coord_cache.c next.cc_offset = current.cc_offset + 1; next 358 src/viewer/coord_cache.c next.cc_line = current.cc_line; next 359 src/viewer/coord_cache.c next.cc_column = current.cc_column + 1; next 360 src/viewer/coord_cache.c next.cc_nroff_column = current.cc_nroff_column + 1; next 375 src/viewer/coord_cache.c next.cc_column = current.cc_column; next 376 src/viewer/coord_cache.c next.cc_nroff_column = current.cc_nroff_column; next 380 src/viewer/coord_cache.c next.cc_line = current.cc_line + 1; next 381 src/viewer/coord_cache.c next.cc_column = 0; next 382 src/viewer/coord_cache.c next.cc_nroff_column = 0; next 388 src/viewer/coord_cache.c next.cc_nroff_column = current.cc_nroff_column - 1; next 393 src/viewer/coord_cache.c next.cc_column = mcview_offset_rounddown (current.cc_column, 8) + 8; next 394 src/viewer/coord_cache.c next.cc_nroff_column = mcview_offset_rounddown (current.cc_nroff_column, 8) + 8; next 399 src/viewer/coord_cache.c next.cc_line = current.cc_line + 1; next 400 src/viewer/coord_cache.c next.cc_column = 0; next 401 src/viewer/coord_cache.c next.cc_nroff_column = 0; next 428 src/viewer/coord_cache.c entry = next; next 336 src/viewer/display.c static const enum ruler_type next[3] = next 345 src/viewer/display.c ruler = next[(size_t) ruler]; next 149 src/viewer/hex.c curr = curr->next; next 215 src/viewer/hex.c curr = curr->next; next 246 src/viewer/hex.c curr = curr->next; next 268 src/viewer/hex.c curr = curr->next; next 391 src/viewer/hex.c struct hexedit_change_node *curr, *next; next 398 src/viewer/hex.c for (curr = view->change_list; curr != NULL; curr = next) next 400 src/viewer/hex.c next = curr->next; next 407 src/viewer/hex.c view->change_list = next; next 453 src/viewer/hex.c struct hexedit_change_node *curr, *next; next 455 src/viewer/hex.c for (curr = view->change_list; curr != NULL; curr = next) next 457 src/viewer/hex.c next = curr->next; next 479 src/viewer/hex.c chnode = &((*chnode)->next); next 481 src/viewer/hex.c node->next = *chnode; next 60 src/viewer/internal.h struct hexedit_change_node *next; next 168 src/viewer/nroff.c int next, next2; next 177 src/viewer/nroff.c if (!mcview_get_byte (nroff->view, nroff->index + nroff->char_length, &next) || next != '\b')