q 921 lib/strutil/strutil.c char *q; q 934 lib/strutil/strutil.c q = strchr (p, '\n'); q 935 lib/strutil/strutil.c if (q != NULL) q 937 lib/strutil/strutil.c c = q[0]; q 938 lib/strutil/strutil.c q[0] = '\0'; q 945 lib/strutil/strutil.c if (q == NULL) q 948 lib/strutil/strutil.c q[0] = c; q 949 lib/strutil/strutil.c p = q + 1; q 103 lib/strutil/xstrtol.c const char *q = nptr; q 104 lib/strutil/xstrtol.c unsigned char ch = *q; q 107 lib/strutil/xstrtol.c ch = *++q; q 117 lib/util.c char *buf, *buf2, *q, *r, c; q 131 lib/util.c q = strchr (p + 1, PATH_SEP); q 132 lib/util.c if (q == NULL) q 134 lib/util.c q = strchr (p + 1, '\0'); q 135 lib/util.c if (q == p + 1) q 138 lib/util.c c = *q; q 139 lib/util.c *q = '\0'; q 171 lib/util.c *q = c; q 172 lib/util.c p = q; q 986 lib/util.c char *q; q 991 lib/util.c for (q = valcopy; *p != '\0';) q 1000 lib/util.c *q++ = ESC_CHAR; q 1007 lib/util.c *q++ = *p++; q 1015 lib/util.c *q++ = c - 'a' + 1; q 1024 lib/util.c *q++ = *p++; q 1027 lib/util.c *q = '\0'; q 1054 lib/util.c char *p, *q; q 1058 lib/util.c q = my_second; q 1068 lib/util.c s = strchr (q, PATH_SEP); q 1073 lib/util.c if (len != (s - q) || strncmp (p, q, (size_t) len) != 0) q 1077 lib/util.c q = s + 1; q 1082 lib/util.c currlen = (i + 1) * 3 + strlen (q) + 1; q 1094 lib/util.c strcpy (p, q); q 769 lib/utilunix.c const char *p, *q; q 780 lib/utilunix.c q = IS_PATH_SEP (*p) ? p + 1 : ""; q 784 lib/utilunix.c q = strchr (p, PATH_SEP); q 785 lib/utilunix.c if (q == NULL) q 791 lib/utilunix.c name = g_strndup (p, q - p); q 793 lib/utilunix.c q++; q 802 lib/utilunix.c return g_strconcat (passwd->pw_dir, PATH_SEP_STR, q, (char *) NULL); q 398 lib/vfs/direntry.c const char *q; q 401 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0); q 402 lib/vfs/direntry.c if (q == NULL) q 408 lib/vfs/direntry.c vfs_s_find_inode (me, super, q, q 411 lib/vfs/direntry.c if (ino == NULL && *q == '\0') q 414 lib/vfs/direntry.c vfs_s_find_inode (me, super, q, q 1293 lib/vfs/direntry.c const char *q; q 1298 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0); q 1299 lib/vfs/direntry.c if (q == NULL) q 1304 lib/vfs/direntry.c ino = vfs_s_find_inode (me, super, q, LINK_FOLLOW, FL_NONE); q 1323 lib/vfs/direntry.c name = g_path_get_dirname (q); q 1329 lib/vfs/direntry.c name = g_path_get_basename (q); q 267 lib/widget/history.c char *q; q 281 lib/widget/history.c listbox_get_current (hd->listbox, &q, NULL); q 282 lib/widget/history.c hd->text = g_strdup (q); q 82 lib/widget/input_complete.c char *q; q 777 lib/widget/input_complete.c const char *p, *q; q 786 lib/widget/input_complete.c q = text + lc_start; q 787 lib/widget/input_complete.c while (p < q && p[0] != '\0' && str_isspace (p)) q 791 lib/widget/input_complete.c return (p[0] == 'c' && p[1] == 'd' && str_isspace (p + 2) && p + 2 < q); q 843 lib/widget/input_complete.c state->q = strrchr (state->word, '$'); q 846 lib/widget/input_complete.c if (str_is_char_escaped (state->word, state->q)) q 849 lib/widget/input_complete.c str_move (state->q - 1, state->q); q 852 lib/widget/input_complete.c state->q = NULL; q 857 lib/widget/input_complete.c if (state->q != NULL && state->q[1] == '(' && (state->flags & INPUT_COMPLETE_COMMANDS) != 0) q 859 lib/widget/input_complete.c if (state->q > state->p) q 860 lib/widget/input_complete.c state->p = str_get_next_char (state->q); q 861 lib/widget/input_complete.c state->q = NULL; q 888 lib/widget/input_complete.c state->q = text + *lc_start; q 890 lib/widget/input_complete.c *state->p != '\0' && state->p < state->q && whitespace (*state->p); q 895 lib/widget/input_complete.c *state->p != '\0' && state->p < state->q && whitespace (*state->p); q 898 lib/widget/input_complete.c if (state->p == state->q) q 1201 lib/widget/input_complete.c char *q; q 1207 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k); q 1208 lib/widget/input_complete.c i = str_term_width1 (q); q 1250 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k); q 1251 lib/widget/input_complete.c listbox_add_item (complete_list, LISTBOX_APPEND_AT_END, 0, q, NULL, FALSE); q 1255 lib/widget/input_complete.c q = NULL; q 1258 lib/widget/input_complete.c listbox_get_current (complete_list, &q, NULL); q 1259 lib/widget/input_complete.c if (q != NULL) q 1260 lib/widget/input_complete.c insert_text (in, q, -1); q 1262 lib/widget/input_complete.c if (q != NULL || end != min_end) q 1303 lib/widget/input_complete.c if (state.p > state.q && state.p > state.r) q 1314 lib/widget/input_complete.c else if (state.q > state.p && state.q > state.r) q 1317 lib/widget/input_complete.c matches = completion_matches (state.q, variable_completion_function, state.flags); q 1319 lib/widget/input_complete.c *lc_start += state.q - state.word; q 1324 lib/widget/input_complete.c else if (state.r > state.p && state.r > state.q) q 96 lib/widget/label.c char *q; q 100 lib/widget/label.c q = strchr (p, '\n'); q 101 lib/widget/label.c if (q != NULL) q 103 lib/widget/label.c c = q[0]; q 104 lib/widget/label.c q[0] = '\0'; q 110 lib/widget/label.c if (q == NULL) q 113 lib/widget/label.c q[0] = c; q 114 lib/widget/label.c p = q + 1; q 169 src/consaver/cons.saver.c const char *p, *q; q 209 src/consaver/cons.saver.c q = "/dev/vcc/a%d"; q 214 src/consaver/cons.saver.c q = "/dev/vcsa%d"; q 227 src/consaver/cons.saver.c snprintf (vcsa_name, sizeof (vcsa_name), q, console_minor); q 672 src/diffviewer/ydiff.c char *q; q 675 src/diffviewer/ydiff.c *n = strtol (p, &q, 10); q 676 src/diffviewer/ydiff.c if (errno != 0 || p == q) q 678 src/diffviewer/ydiff.c *str = q; q 1530 src/diffviewer/ydiff.c const char *q = NULL; q 1553 src/diffviewer/ydiff.c q = &cvt[base - old_base - 1]; q 1554 src/diffviewer/ydiff.c base = old_base + q - cvt + 1; q 1573 src/diffviewer/ydiff.c if (q == NULL) q 1664 src/diffviewer/ydiff.c char *q; q 1667 src/diffviewer/ydiff.c q = g_realloc (p->p, new_size); q 1668 src/diffviewer/ydiff.c memcpy (q + p->u.len, str, sz); q 1669 src/diffviewer/ydiff.c p->p = q; q 1755 src/diffviewer/ydiff.c const DIFFLN *q; q 1758 src/diffviewer/ydiff.c q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i); q 1759 src/diffviewer/ydiff.c if (p->line != 0 && q->line != 0 && p->ch == CHG_CH) q 1766 src/diffviewer/ydiff.c hdiff_scan (p->p, p->u.len, q->p, q->u.len, HDIFF_MINCTX, h, HDIFF_DEPTH); q 178 src/editor/bookmark.c edit_book_mark_t *p, *q; q 194 src/editor/bookmark.c q = g_new (edit_book_mark_t, 1); q 195 src/editor/bookmark.c q->line = line; q 196 src/editor/bookmark.c q->c = c; q 197 src/editor/bookmark.c q->next = p->next; q 199 src/editor/bookmark.c q->prev = p; q 201 src/editor/bookmark.c p->next->prev = q; q 202 src/editor/bookmark.c p->next = q; q 220 src/editor/bookmark.c edit_book_mark_t *p, *q; q 226 src/editor/bookmark.c for (p = book_mark_find (edit, line); p != NULL; p = q) q 228 src/editor/bookmark.c q = p->prev; q 254 src/editor/bookmark.c edit_book_mark_t *p, *q; q 262 src/editor/bookmark.c for (q = edit->book_mark->next; q != NULL; q = p) q 264 src/editor/bookmark.c p = q->next; q 265 src/editor/bookmark.c if (q->c == c || c == -1) q 267 src/editor/bookmark.c q->prev->next = q->next; q 269 src/editor/bookmark.c p->prev = q->prev; q 270 src/editor/bookmark.c g_free (q); q 915 src/editor/edit.c const char *q; q 934 src/editor/edit.c q = strchr (chars_move_whole_word, c); q 935 src/editor/edit.c if (q == NULL) q 943 src/editor/edit.c for (x = 1, p = chars_move_whole_word; p < q; p++) q 948 src/editor/edit.c while ((q = strchr (q + 1, c)) != NULL); q 1558 src/editor/edit.c off_t q; q 1574 src/editor/edit.c for (q = edit->buffer.curs1 + inc;; q += inc) q 1579 src/editor/edit.c if (q >= edit->buffer.size || q < 0) q 1581 src/editor/edit.c a = edit_buffer_get_byte (&edit->buffer, q); q 1588 src/editor/edit.c if (q < edit->start_display) q 1599 src/editor/edit.c return q; q 1610 src/editor/edit.c off_t q; q 1612 src/editor/edit.c q = edit_get_bracket (edit, 0, 0); q 1613 src/editor/edit.c if (q >= 0) q 1617 src/editor/edit.c edit_cursor_move (edit, q - edit->buffer.curs1); q 2821 src/editor/edit.c off_t p, q; q 2826 src/editor/edit.c q = upto; q 2830 src/editor/edit.c q = edit->buffer.size + 2; q 2832 src/editor/edit.c for (col = 0, p = current; p < q; p++) q 3049 src/editor/edit.c long q; q 3051 src/editor/edit.c q = edit->curs_col; q 3058 src/editor/edit.c b = edit_move_forward3 (edit, p, q, 0); q 481 src/editor/editcmd.c off_t p, q; q 485 src/editor/editcmd.c q = edit_move_forward3 (edit, r, c, 0); q 487 src/editor/editcmd.c q = MIN (q, m2); q 490 src/editor/editcmd.c for (; q > p; q--) q 1812 src/editor/editcmd.c char q[8]; q 1814 src/editor/editcmd.c sprintf (q, "%d ", e); q 1815 src/editor/editcmd.c tmp = g_strdup_printf (_("Sort returned non-zero: %s"), q); q 500 src/editor/editdraw.c off_t q; q 527 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0); q 528 src/editor/editdraw.c col = (int) edit_move_forward3 (edit, b, 0, q); q 579 src/editor/editdraw.c p->style = q == edit->buffer.curs1 ? MOD_CURSOR : 0; q 581 src/editor/editdraw.c if (q >= m1 && q < m2) q 589 src/editor/editdraw.c x = (long) edit_move_forward3 (edit, b, 0, q); q 600 src/editor/editdraw.c if (q == edit->bracket) q 602 src/editor/editdraw.c if (q >= edit->found_start && q < (off_t) (edit->found_start + edit->found_len)) q 607 src/editor/editdraw.c c = edit_buffer_get_utf (&edit->buffer, q, &char_length); q 610 src/editor/editdraw.c c = edit_buffer_get_byte (&edit->buffer, q); q 619 src/editor/editdraw.c color = edit_get_syntax_color (edit, q); q 639 src/editor/editdraw.c if ((edit_options.visible_tabs || (edit_options.visible_tws && q >= tws)) q 679 src/editor/editdraw.c else if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws q 709 src/editor/editdraw.c if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws q 791 src/editor/editdraw.c q++; q 793 src/editor/editdraw.c q += char_length - 1; q 124 src/editor/editoptions.c char *p, *q; q 164 src/editor/editoptions.c "edit-tab-spacing", &q, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE), q 212 src/editor/editoptions.c if (*q != '\0') q 214 src/editor/editoptions.c TAB_SIZE = atoi (q); q 217 src/editor/editoptions.c g_free (q); q 608 src/editor/editsearch.c long q = 0; q 613 src/editor/editsearch.c while (mc_search_run (edit->search, (void *) &esm, q, edit->buffer.size, &len)) q 619 src/editor/editsearch.c l += edit_buffer_count_lines (&edit->buffer, q, edit->search->normal_offset); q 623 src/editor/editsearch.c q = edit->search->normal_offset + 1; q 170 src/editor/format.c get_paragraph (const edit_buffer_t *buf, off_t p, off_t q, gboolean indent) q 176 src/editor/format.c for (; p < q; p++) q 273 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size) q 278 src/editor/format.c for (i = q; i < size; i++) q 301 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size) q 305 src/editor/format.c if (whitespace (t[q])) q 306 src/editor/format.c return next_word_start (t, q, size); q 308 src/editor/format.c for (i = q;; i--) q 328 src/editor/format.c off_t q = 0, ww; q 339 src/editor/format.c q = line_pixel_length (t, q, ww, utf8); q 340 src/editor/format.c if (q > size) q 342 src/editor/format.c if (t[q] == '\n') q 344 src/editor/format.c p = word_start (t, q, size); q 346 src/editor/format.c q = next_word_start (t, q, size); /* Return the end of the word if the beginning q 350 src/editor/format.c q = p; q 351 src/editor/format.c if (q == -1) /* end of paragraph */ q 353 src/editor/format.c if (q != 0) q 354 src/editor/format.c t[q - 1] = '\n'; q 361 src/editor/format.c replace_at (WEdit *edit, off_t q, int c) q 363 src/editor/format.c edit_cursor_move (edit, q - edit->buffer.curs1); q 373 src/editor/format.c off_t q = p; q 376 src/editor/format.c while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL q 377 src/editor/format.c && q < edit->buffer.size - 1) q 378 src/editor/format.c q++; q 380 src/editor/format.c return (long) edit_move_forward3 (edit, p, 0, q); q 456 src/editor/format.c test_indent (const WEdit *edit, off_t p, off_t q) q 464 src/editor/format.c for (; p < q; p++) q 478 src/editor/format.c off_t p, q; q 492 src/editor/format.c q = end_paragraph (edit, force); q 493 src/editor/format.c indent = test_indent (edit, p, q); q 495 src/editor/format.c t = get_paragraph (&edit->buffer, p, q, indent != 0); q 530 src/editor/format.c format_this (t2, q - p, indent, utf8); q 248 src/editor/syntax.c const unsigned char *p, *q; q 256 src/editor/syntax.c for (p = (const unsigned char *) text->str, q = p + text->len; p < q; p++, i++) q 261 src/editor/syntax.c if (++p > q) q 277 src/editor/syntax.c if (++p > q) q 308 src/editor/syntax.c if (++p > q) q 324 src/editor/syntax.c while (*p != SYNTAX_TOKEN_BRACKET && p <= q) q 326 src/editor/syntax.c if (p > q) q 332 src/editor/syntax.c if (++p > q) q 341 src/editor/syntax.c while (*p != SYNTAX_TOKEN_BRACE && p < q) q 1339 src/editor/syntax.c gboolean q; q 1341 src/editor/syntax.c q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX); q 1343 src/editor/syntax.c if (!q && args[3] != NULL) q 1346 src/editor/syntax.c q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX); q 1348 src/editor/syntax.c if (q) q 88 src/filemanager/cd.c GString *q; q 97 src/filemanager/cd.c q = g_string_sized_new (32); q 107 src/filemanager/cd.c g_string_append_c (q, '$'); q 112 src/filemanager/cd.c g_string_append_c (q, *p); q 143 src/filemanager/cd.c g_string_append_c (q, '$'); q 145 src/filemanager/cd.c g_string_append_c (q, '{'); q 149 src/filemanager/cd.c g_string_append (q, t); q 166 src/filemanager/cd.c return q; q 1115 src/filemanager/cmd.c char *q, *dest; q 1119 src/filemanager/cmd.c q = g_strdup_printf (_("Symlink '%s\' points to:"), str_trunc (p, 32)); q 1121 src/filemanager/cmd.c input_expand_dialog (_("Edit symlink"), q, MC_HISTORY_FM_EDIT_LINK, buffer, q 1123 src/filemanager/cmd.c g_free (q); q 411 src/filemanager/ext.c char *q; q 418 src/filemanager/ext.c q = pbuffer + strlen (pbuffer) - 1; q 419 src/filemanager/ext.c while (q >= pbuffer && whitespace (*q)) q 420 src/filemanager/ext.c q--; q 421 src/filemanager/ext.c q[1] = 0; q 244 src/filemanager/file.c char *s, *q; q 253 src/filemanager/file.c for (q = s; *q != '\0'; q++) q 254 src/filemanager/file.c if (*q == '\n') q 255 src/filemanager/file.c *q = ' '; q 261 src/filemanager/file.c q = NULL; q 266 src/filemanager/file.c q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask); q 284 src/filemanager/file.c s = mc_build_filename (repl_dest, q, (char *) NULL); q 296 src/filemanager/file.c g_free (q); q 556 src/filemanager/file.c vfs_path_t *q; q 564 src/filemanager/file.c q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON); q 566 src/filemanager/file.c q = vfs_path_build_filename (p->str, dst_path, (char *) NULL); q 568 src/filemanager/file.c if (vfs_path_tokens_count (q) > 1) q 574 src/filemanager/file.c tmp_vpath1 = vfs_path_vtokens_get (q, -1, 1); q 584 src/filemanager/file.c vfs_path_free (q, TRUE); q 1049 src/filemanager/filemanager.c int q = quit; q 1063 src/filemanager/filemanager.c q = 1; q 1066 src/filemanager/filemanager.c q = 1; q 1070 src/filemanager/filemanager.c q = 1; q 1072 src/filemanager/filemanager.c if (q != 0) q 1077 src/filemanager/filemanager.c else if ((q = exit_subshell ()? 1 : 0) != 0) q 1082 src/filemanager/filemanager.c if (q != 0) q 66 src/filemanager/filenot.c vfs_path_t *q; q 84 src/filemanager/filenot.c q = vfs_path_append_new (vpath, "..", (char *) NULL); q 85 src/filemanager/filenot.c result = my_mkdir_rec (q, mode); q 86 src/filemanager/filenot.c vfs_path_free (q, TRUE); q 169 src/filemanager/treestore.c char *res, *p, *q; q 173 src/filemanager/treestore.c for (p = q = res; *p != '\0'; p++, q++) q 177 src/filemanager/treestore.c *q = '\0'; q 183 src/filemanager/treestore.c *q = *p; q 192 src/filemanager/treestore.c *q = '\n'; q 195 src/filemanager/treestore.c *q = '\\'; q 202 src/filemanager/treestore.c *q = *p; q 677 src/usermenu.c const char *q = p; q 681 src/usermenu.c q += 4; q 682 src/usermenu.c if (*q == '{') q 684 src/usermenu.c for (q++; *q != '\0' && *q != '}'; q++) q 686 src/usermenu.c if (strncmp (q, DEFAULT_CHARSET, 5) == 0) q 689 src/usermenu.c q += 4; q 691 src/usermenu.c else if (strncmp (q, "hex", 3) == 0) q 694 src/usermenu.c q += 2; q 696 src/usermenu.c else if (strncmp (q, "nroff", 5) == 0) q 699 src/usermenu.c q += 4; q 701 src/usermenu.c else if (strncmp (q, "unform", 6) == 0) q 704 src/usermenu.c q += 5; q 707 src/usermenu.c if (*q == '}') q 708 src/usermenu.c q++; q 710 src/usermenu.c return q - p; q 735 src/usermenu.c const char *q = p; q 740 src/usermenu.c for (q += 4; *q != '\0' && *q != '}'; q++) q 742 src/usermenu.c if (*q == ':') q 743 src/usermenu.c dots = q + 1; q 745 src/usermenu.c if (*q == '\0') q 748 src/usermenu.c if (dots == NULL || dots == q + 5) q 765 src/usermenu.c *v = g_strndup (dots, q - dots); q 767 src/usermenu.c return q - p; q 231 src/vfs/extfs/extfs.c char *q; q 249 src/vfs/extfs/extfs.c q = strchr (p, PATH_SEP); q 250 src/vfs/extfs/extfs.c if (q == NULL) q 251 src/vfs/extfs/extfs.c q = (char *) name_end; q 253 src/vfs/extfs/extfs.c c = *q; q 254 src/vfs/extfs/extfs.c *q = '\0'; q 265 src/vfs/extfs/extfs.c *q = c; q 271 src/vfs/extfs/extfs.c *q = c; q 279 src/vfs/extfs/extfs.c if (pent != NULL && q + 1 > name_end) q 282 src/vfs/extfs/extfs.c *q = c; q 295 src/vfs/extfs/extfs.c *q = c; q 297 src/vfs/extfs/extfs.c p = q + 1; q 412 src/vfs/extfs/extfs.c char *p, *q; q 424 src/vfs/extfs/extfs.c q = strchr (cfn, '\0'); q 429 src/vfs/extfs/extfs.c q = cfn; q 432 src/vfs/extfs/extfs.c if (*q != '\0') q 434 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); q 1016 src/vfs/extfs/extfs.c char *q, *archive_name, *quoted_archive_name; q 1023 src/vfs/extfs/extfs.c q = name_quote (p, FALSE); q 1030 src/vfs/extfs/extfs.c g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL); q 1032 src/vfs/extfs/extfs.c g_free (q); q 1044 src/vfs/extfs/extfs.c const char *q; q 1049 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1050 src/vfs/extfs/extfs.c if (q == NULL) q 1052 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1056 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE); q 1178 src/vfs/extfs/extfs.c const char *q; q 1182 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1183 src/vfs/extfs/extfs.c if (q == NULL) q 1185 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1257 src/vfs/extfs/extfs.c const char *q; q 1261 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1262 src/vfs/extfs/extfs.c if (q == NULL) q 1264 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1312 src/vfs/extfs/extfs.c const char *q; q 1317 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1318 src/vfs/extfs/extfs.c if (q == NULL) q 1320 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1376 src/vfs/extfs/extfs.c const char *q; q 1380 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1381 src/vfs/extfs/extfs.c if (q == NULL) q 1383 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1411 src/vfs/extfs/extfs.c const char *q; q 1419 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1420 src/vfs/extfs/extfs.c if (q == NULL) q 1422 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 1428 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR); q 1457 src/vfs/extfs/extfs.c const char *q; q 1461 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE); q 1462 src/vfs/extfs/extfs.c if (q == NULL) q 1464 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); q 535 src/vfs/tar/tar.c char *p, *q; q 547 src/vfs/tar/tar.c q = file_name + len; /* "" */ q 552 src/vfs/tar/tar.c q = file_name; q 555 src/vfs/tar/tar.c parent = vfs_s_find_inode (me, archive, q, LINK_NO_FOLLOW, FL_MKDIR); q 262 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c char *q; q 264 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c q = g_shell_quote (val); q 265 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" %s: %s\n", name, q); q 266 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c g_free (q);