q                 930 lib/strutil/strutil.c     char *q;
q                 943 lib/strutil/strutil.c         q = strchr (p, '\n');
q                 944 lib/strutil/strutil.c         if (q != NULL)
q                 946 lib/strutil/strutil.c             c = q[0];
q                 947 lib/strutil/strutil.c             q[0] = '\0';
q                 954 lib/strutil/strutil.c         if (q == NULL)
q                 957 lib/strutil/strutil.c         q[0] = c;
q                 958 lib/strutil/strutil.c         p = q + 1;
q                  91 lib/strutil/xstrtol.c         const char *q = s;
q                  92 lib/strutil/xstrtol.c         unsigned char ch = *q;
q                  95 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                 980 lib/util.c         char *q;
q                 985 lib/util.c         for (q = valcopy; *p != '\0';)
q                 994 lib/util.c                     *q++ = ESC_CHAR;
q                1001 lib/util.c                     *q++ = *p++;
q                1009 lib/util.c                         *q++ = c - 'a' + 1;
q                1018 lib/util.c                 *q++ = *p++;
q                1021 lib/util.c         *q = '\0';
q                1048 lib/util.c             char *p, *q;
q                1052 lib/util.c             q = my_second;
q                1062 lib/util.c                 s = strchr (q, PATH_SEP);
q                1067 lib/util.c                 if (len != (s - q) || strncmp (p, q, (size_t) len) != 0)
q                1071 lib/util.c                 q = s + 1;
q                1076 lib/util.c             currlen = (i + 1) * 3 + strlen (q) + 1;
q                1088 lib/util.c             strcpy (p, q);
q                 721 lib/utilunix.c     const char *p, *q;
q                 732 lib/utilunix.c         q = IS_PATH_SEP (*p) ? p + 1 : "";
q                 736 lib/utilunix.c         q = strchr (p, PATH_SEP);
q                 737 lib/utilunix.c         if (q == NULL)
q                 743 lib/utilunix.c             name = g_strndup (p, q - p);
q                 745 lib/utilunix.c             q++;
q                 754 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                1301 lib/vfs/direntry.c     const char *q;
q                1306 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
q                1307 lib/vfs/direntry.c     if (q == NULL)
q                1312 lib/vfs/direntry.c     ino = vfs_s_find_inode (me, super, q, LINK_FOLLOW, FL_NONE);
q                1331 lib/vfs/direntry.c         name = g_path_get_dirname (q);
q                1337 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                  84 lib/widget/input_complete.c     char *q;
q                 818 lib/widget/input_complete.c     const char *p, *q;
q                 827 lib/widget/input_complete.c     q = text + lc_start;
q                 828 lib/widget/input_complete.c     while (p < q && p[0] != '\0' && str_isspace (p))
q                 832 lib/widget/input_complete.c     return (p[0] == 'c' && p[1] == 'd' && str_isspace (p + 2) && p + 2 < q);
q                 884 lib/widget/input_complete.c         state->q = strrchr (state->word, '$');
q                 887 lib/widget/input_complete.c         if (strutils_is_char_escaped (state->word, state->q))
q                 890 lib/widget/input_complete.c             str_move (state->q - 1, state->q);
q                 893 lib/widget/input_complete.c             state->q = NULL;
q                 898 lib/widget/input_complete.c     if (state->q != NULL && state->q[1] == '(' && (state->flags & INPUT_COMPLETE_COMMANDS) != 0)
q                 900 lib/widget/input_complete.c         if (state->q > state->p)
q                 901 lib/widget/input_complete.c             state->p = str_get_next_char (state->q);
q                 902 lib/widget/input_complete.c         state->q = NULL;
q                 929 lib/widget/input_complete.c             state->q = text + *lc_start;
q                 931 lib/widget/input_complete.c                  *state->p != '\0' && state->p < state->q && whitespace (*state->p);
q                 936 lib/widget/input_complete.c                      *state->p != '\0' && state->p < state->q && whitespace (*state->p);
q                 939 lib/widget/input_complete.c             if (state->p == state->q)
q                1238 lib/widget/input_complete.c             char **p, *q;
q                1288 lib/widget/input_complete.c             q = NULL;
q                1291 lib/widget/input_complete.c                 listbox_get_current (complete_list, &q, NULL);
q                1292 lib/widget/input_complete.c                 if (q != NULL)
q                1293 lib/widget/input_complete.c                     insert_text (in, q, -1);
q                1295 lib/widget/input_complete.c             if (q != NULL || end != min_end)
q                1336 lib/widget/input_complete.c     if (state.p > state.q && state.p > state.r)
q                1347 lib/widget/input_complete.c     else if (state.q > state.p && state.q > state.r)
q                1350 lib/widget/input_complete.c         matches = completion_matches (state.q, variable_completion_function, state.flags);
q                1352 lib/widget/input_complete.c             *lc_start += state.q - state.word;
q                1357 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                 673 src/diffviewer/ydiff.c     char *q;
q                 676 src/diffviewer/ydiff.c     *n = strtol (p, &q, 10);
q                 677 src/diffviewer/ydiff.c     if (errno != 0 || p == q)
q                 679 src/diffviewer/ydiff.c     *str = q;
q                1532 src/diffviewer/ydiff.c     const char *q = NULL;
q                1555 src/diffviewer/ydiff.c             q = &cvt[base - old_base - 1];
q                1556 src/diffviewer/ydiff.c             base = old_base + q - cvt + 1;
q                1575 src/diffviewer/ydiff.c         if (q == NULL)
q                1666 src/diffviewer/ydiff.c             char *q;
q                1669 src/diffviewer/ydiff.c             q = g_realloc (p->p, new_size);
q                1670 src/diffviewer/ydiff.c             memcpy (q + p->u.len, str, sz);
q                1671 src/diffviewer/ydiff.c             p->p = q;
q                1757 src/diffviewer/ydiff.c             const DIFFLN *q;
q                1760 src/diffviewer/ydiff.c             q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i);
q                1761 src/diffviewer/ydiff.c             if (p->line != 0 && q->line != 0 && p->ch == CHG_CH)
q                1768 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                 916 src/editor/edit.c     const char *q;
q                 935 src/editor/edit.c     q = strchr (chars_move_whole_word, c);
q                 936 src/editor/edit.c     if (q == NULL)
q                 944 src/editor/edit.c         for (x = 1, p = chars_move_whole_word; p < q; p++)
q                 949 src/editor/edit.c     while ((q = strchr (q + 1, c)) != NULL);
q                1559 src/editor/edit.c     off_t q;
q                1575 src/editor/edit.c     for (q = edit->buffer.curs1 + inc;; q += inc)
q                1580 src/editor/edit.c         if (q >= edit->buffer.size || q < 0)
q                1582 src/editor/edit.c         a = edit_buffer_get_byte (&edit->buffer, q);
q                1589 src/editor/edit.c             if (q < edit->start_display)
q                1600 src/editor/edit.c             return q;
q                1611 src/editor/edit.c     off_t q;
q                1613 src/editor/edit.c     q = edit_get_bracket (edit, 0, 0);
q                1614 src/editor/edit.c     if (q >= 0)
q                1618 src/editor/edit.c         edit_cursor_move (edit, q - edit->buffer.curs1);
q                2809 src/editor/edit.c     off_t p, q;
q                2814 src/editor/edit.c         q = upto;
q                2818 src/editor/edit.c         q = edit->buffer.size + 2;
q                2820 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
q                3037 src/editor/edit.c                 long q;
q                3039 src/editor/edit.c                 q = edit->curs_col;
q                3046 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                1802 src/editor/editcmd.c             char q[8];
q                1804 src/editor/editcmd.c             sprintf (q, "%d ", e);
q                1805 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                 578 src/editor/editdraw.c                 p->style = q == edit->buffer.curs1 ? MOD_CURSOR : 0;
q                 580 src/editor/editdraw.c                 if (q >= m1 && q < m2)
q                 588 src/editor/editdraw.c                         x = (long) edit_move_forward3 (edit, b, 0, q);
q                 599 src/editor/editdraw.c                 if (q == edit->bracket)
q                 601 src/editor/editdraw.c                 if (q >= edit->found_start && q < (off_t) (edit->found_start + edit->found_len))
q                 606 src/editor/editdraw.c                     c = edit_buffer_get_utf (&edit->buffer, q, &char_length);
q                 609 src/editor/editdraw.c                     c = edit_buffer_get_byte (&edit->buffer, q);
q                 618 src/editor/editdraw.c                     color = edit_get_syntax_color (edit, q);
q                 638 src/editor/editdraw.c                         if ((edit_options.visible_tabs || (edit_options.visible_tws && q >= tws))
q                 678 src/editor/editdraw.c                         else if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws
q                 708 src/editor/editdraw.c                     if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws
q                 794 src/editor/editdraw.c                 q++;
q                 796 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                 607 src/editor/editsearch.c         long q = 0;
q                 612 src/editor/editsearch.c         while (mc_search_run (edit->search, (void *) &esm, q, edit->buffer.size, &len))
q                 618 src/editor/editsearch.c             l += edit_buffer_count_lines (&edit->buffer, q, edit->search->normal_offset);
q                 622 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                1111 src/filemanager/cmd.c             char *q, *dest;
q                1115 src/filemanager/cmd.c             q = g_strdup_printf (_("Symlink '%s\' points to:"), str_trunc (p, 32));
q                1117 src/filemanager/cmd.c                 input_expand_dialog (_("Edit symlink"), q, MC_HISTORY_FM_EDIT_LINK, buffer,
q                1119 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                 251 src/filemanager/file.c     char *s, *q;
q                 260 src/filemanager/file.c     for (q = s; *q != '\0'; q++)
q                 261 src/filemanager/file.c         if (*q == '\n')
q                 262 src/filemanager/file.c             *q = ' ';
q                 268 src/filemanager/file.c         q = NULL;
q                 273 src/filemanager/file.c         q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask);
q                 291 src/filemanager/file.c             s = mc_build_filename (repl_dest, q, (char *) NULL);
q                 303 src/filemanager/file.c     g_free (q);
q                 564 src/filemanager/file.c             vfs_path_t *q;
q                 572 src/filemanager/file.c                 q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON);
q                 574 src/filemanager/file.c                 q = vfs_path_build_filename (p->str, dst_path, (char *) NULL);
q                 576 src/filemanager/file.c             if (vfs_path_tokens_count (q) > 1)
q                 582 src/filemanager/file.c                 tmp_vpath1 = vfs_path_vtokens_get (q, -1, 1);
q                 592 src/filemanager/file.c             vfs_path_free (q, TRUE);
q                1044 src/filemanager/filemanager.c     int q = quit;
q                1058 src/filemanager/filemanager.c         q = 1;
q                1061 src/filemanager/filemanager.c         q = 1;
q                1065 src/filemanager/filemanager.c         q = 1;
q                1067 src/filemanager/filemanager.c     if (q != 0)
q                1072 src/filemanager/filemanager.c         else if ((q = exit_subshell ()? 1 : 0) != 0)
q                1077 src/filemanager/filemanager.c     if (q != 0)
q                  80 src/filemanager/filenot.c     vfs_path_t *q;
q                  98 src/filemanager/filenot.c     q = vfs_path_append_new (vpath, "..", (char *) NULL);
q                  99 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
q                 100 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                 663 src/usermenu.c     const char *q = p;
q                 667 src/usermenu.c         q += 4;
q                 668 src/usermenu.c         if (*q == '{')
q                 670 src/usermenu.c             for (q++; *q != '\0' && *q != '}'; q++)
q                 672 src/usermenu.c                 if (strncmp (q, DEFAULT_CHARSET, 5) == 0)
q                 675 src/usermenu.c                     q += 4;
q                 677 src/usermenu.c                 else if (strncmp (q, "hex", 3) == 0)
q                 680 src/usermenu.c                     q += 2;
q                 682 src/usermenu.c                 else if (strncmp (q, "nroff", 5) == 0)
q                 685 src/usermenu.c                     q += 4;
q                 687 src/usermenu.c                 else if (strncmp (q, "unform", 6) == 0)
q                 690 src/usermenu.c                     q += 5;
q                 693 src/usermenu.c             if (*q == '}')
q                 694 src/usermenu.c                 q++;
q                 696 src/usermenu.c         return q - p;
q                 721 src/usermenu.c         const char *q = p;
q                 726 src/usermenu.c         for (q += 4; *q != '\0' && *q != '}'; q++)
q                 728 src/usermenu.c             if (*q == ':')
q                 729 src/usermenu.c                 dots = q + 1;
q                 731 src/usermenu.c         if (*q == '\0')
q                 734 src/usermenu.c         if (dots == NULL || dots == q + 5)
q                 751 src/usermenu.c             *v = g_strndup (dots, q - dots);
q                 753 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                1008 src/vfs/extfs/extfs.c     char *q, *archive_name, *quoted_archive_name;
q                1015 src/vfs/extfs/extfs.c     q = name_quote (p, FALSE);
q                1022 src/vfs/extfs/extfs.c         g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL);
q                1024 src/vfs/extfs/extfs.c     g_free (q);
q                1036 src/vfs/extfs/extfs.c     const char *q;
q                1041 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1042 src/vfs/extfs/extfs.c     if (q == NULL)
q                1044 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1048 src/vfs/extfs/extfs.c         entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE);
q                1170 src/vfs/extfs/extfs.c     const char *q;
q                1174 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1175 src/vfs/extfs/extfs.c     if (q == NULL)
q                1177 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1242 src/vfs/extfs/extfs.c     const char *q;
q                1246 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1247 src/vfs/extfs/extfs.c     if (q == NULL)
q                1249 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1297 src/vfs/extfs/extfs.c     const char *q;
q                1302 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1303 src/vfs/extfs/extfs.c     if (q == NULL)
q                1305 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1361 src/vfs/extfs/extfs.c     const char *q;
q                1365 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1366 src/vfs/extfs/extfs.c     if (q == NULL)
q                1368 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1396 src/vfs/extfs/extfs.c     const char *q;
q                1404 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1405 src/vfs/extfs/extfs.c     if (q == NULL)
q                1407 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1413 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR);
q                1442 src/vfs/extfs/extfs.c     const char *q;
q                1446 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1447 src/vfs/extfs/extfs.c     if (q == NULL)
q                1449 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                 532 src/vfs/tar/tar.c     char *p, *q;
q                 544 src/vfs/tar/tar.c         q = file_name + len;    /* "" */
q                 549 src/vfs/tar/tar.c         q = file_name;
q                 552 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);