q                 926 lib/strutil/strutil.c     char *q;
q                 939 lib/strutil/strutil.c         q = strchr (p, '\n');
q                 940 lib/strutil/strutil.c         if (q != NULL)
q                 942 lib/strutil/strutil.c             c = q[0];
q                 943 lib/strutil/strutil.c             q[0] = '\0';
q                 950 lib/strutil/strutil.c         if (q == NULL)
q                 953 lib/strutil/strutil.c         q[0] = c;
q                 954 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                 273 lib/terminal.c     char *q;
q                 278 lib/terminal.c     for (q = valcopy; *p != '\0';)
q                 287 lib/terminal.c                 *q++ = ESC_CHAR;
q                 294 lib/terminal.c                 *q++ = *p++;
q                 302 lib/terminal.c                     *q++ = c - 'a' + 1;
q                 311 lib/terminal.c             *q++ = *p++;
q                 314 lib/terminal.c     *q = '\0';
q                 107 lib/util.c         char *buf, *buf2, *q, *r, c;
q                 121 lib/util.c             q = strchr (p + 1, PATH_SEP);
q                 122 lib/util.c             if (q == NULL)
q                 124 lib/util.c                 q = strchr (p + 1, '\0');
q                 125 lib/util.c                 if (q == p + 1)
q                 128 lib/util.c             c = *q;
q                 129 lib/util.c             *q = '\0';
q                 161 lib/util.c             *q = c;
q                 162 lib/util.c             p = q;
q                 882 lib/util.c             char *p, *q;
q                 886 lib/util.c             q = my_second;
q                 896 lib/util.c                 s = strchr (q, PATH_SEP);
q                 901 lib/util.c                 if (len != (s - q) || strncmp (p, q, (size_t) len) != 0)
q                 905 lib/util.c                 q = s + 1;
q                 910 lib/util.c             currlen = (i + 1) * 3 + strlen (q) + 1;
q                 922 lib/util.c             strcpy (p, q);
q                 767 lib/utilunix.c     const char *p, *q;
q                 778 lib/utilunix.c         q = IS_PATH_SEP (*p) ? p + 1 : "";
q                 782 lib/utilunix.c         q = strchr (p, PATH_SEP);
q                 783 lib/utilunix.c         if (q == NULL)
q                 789 lib/utilunix.c             name = g_strndup (p, q - p);
q                 791 lib/utilunix.c             q++;
q                 800 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                 407 lib/vfs/direntry.c     ino = vfs_s_find_inode (me, super, q, (flags & FL_FOLLOW) != 0 ? LINK_FOLLOW : LINK_NO_FOLLOW,
q                 409 lib/vfs/direntry.c     if (ino == NULL && *q == '\0')
q                 412 lib/vfs/direntry.c             vfs_s_find_inode (me, super, q, (flags & FL_FOLLOW) != 0 ? LINK_FOLLOW : LINK_NO_FOLLOW,
q                1290 lib/vfs/direntry.c     const char *q;
q                1295 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
q                1296 lib/vfs/direntry.c     if (q == NULL)
q                1301 lib/vfs/direntry.c     ino = vfs_s_find_inode (me, super, q, LINK_FOLLOW, FL_NONE);
q                1320 lib/vfs/direntry.c         name = g_path_get_dirname (q);
q                1326 lib/vfs/direntry.c         name = g_path_get_basename (q);
q                 266 lib/widget/history.c         char *q;
q                 280 lib/widget/history.c         listbox_get_current (hd->listbox, &q, NULL);
q                 281 lib/widget/history.c         hd->text = g_strdup (q);
q                  83 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                 887 lib/widget/input_complete.c             state->q = text + *lc_start;
q                 889 lib/widget/input_complete.c                  *state->p != '\0' && state->p < state->q && whitespace (*state->p);
q                 894 lib/widget/input_complete.c                      *state->p != '\0' && state->p < state->q && whitespace (*state->p);
q                 897 lib/widget/input_complete.c             if (state->p == state->q)
q                1199 lib/widget/input_complete.c             char *q;
q                1205 lib/widget/input_complete.c                 q = g_ptr_array_index (in->completions, k);
q                1206 lib/widget/input_complete.c                 i = str_term_width1 (q);
q                1247 lib/widget/input_complete.c                 q = g_ptr_array_index (in->completions, k);
q                1248 lib/widget/input_complete.c                 listbox_add_item (complete_list, LISTBOX_APPEND_AT_END, 0, q, NULL, FALSE);
q                1252 lib/widget/input_complete.c             q = NULL;
q                1255 lib/widget/input_complete.c                 listbox_get_current (complete_list, &q, NULL);
q                1256 lib/widget/input_complete.c                 if (q != NULL)
q                1257 lib/widget/input_complete.c                     insert_text (in, q, -1);
q                1259 lib/widget/input_complete.c             if (q != NULL || end != min_end)
q                1300 lib/widget/input_complete.c     if (state.p > state.q && state.p > state.r)
q                1310 lib/widget/input_complete.c     else if (state.q > state.p && state.q > state.r)
q                1313 lib/widget/input_complete.c         matches = completion_matches (state.q, variable_completion_function, state.flags);
q                1315 lib/widget/input_complete.c             *lc_start += state.q - state.word;
q                1320 lib/widget/input_complete.c     else if (state.r > state.p && state.r > state.q)
q                  96 lib/widget/label.c             char *q;
q                  99 lib/widget/label.c             q = strchr (p, '\n');
q                 100 lib/widget/label.c             if (q != NULL)
q                 102 lib/widget/label.c                 c = q[0];
q                 103 lib/widget/label.c                 q[0] = '\0';
q                 109 lib/widget/label.c             if (q == NULL)
q                 112 lib/widget/label.c             q[0] = c;
q                 113 lib/widget/label.c             p = q + 1;
q                 170 src/consaver/cons.saver.c     const char *p, *q;
q                 210 src/consaver/cons.saver.c         q = "/dev/vcc/a%d";
q                 215 src/consaver/cons.saver.c         q = "/dev/vcsa%d";
q                 228 src/consaver/cons.saver.c     snprintf (vcsa_name, sizeof (vcsa_name), q, console_minor);
q                 665 src/diffviewer/ydiff.c     char *q;
q                 668 src/diffviewer/ydiff.c     *n = strtol (p, &q, 10);
q                 669 src/diffviewer/ydiff.c     if (errno != 0 || p == q)
q                 671 src/diffviewer/ydiff.c     *str = q;
q                1518 src/diffviewer/ydiff.c     const char *q = NULL;
q                1541 src/diffviewer/ydiff.c             q = &cvt[base - old_base - 1];
q                1542 src/diffviewer/ydiff.c             base = old_base + q - cvt + 1;
q                1561 src/diffviewer/ydiff.c         if (q == NULL)
q                1652 src/diffviewer/ydiff.c             char *q;
q                1655 src/diffviewer/ydiff.c             q = g_realloc (p->p, new_size);
q                1656 src/diffviewer/ydiff.c             memcpy (q + p->u.len, str, sz);
q                1657 src/diffviewer/ydiff.c             p->p = q;
q                1743 src/diffviewer/ydiff.c             const DIFFLN *q;
q                1746 src/diffviewer/ydiff.c             q = &g_array_index (dview->a[DIFF_RIGHT], DIFFLN, i);
q                1747 src/diffviewer/ydiff.c             if (p->line != 0 && q->line != 0 && p->ch == CHG_CH)
q                1754 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                 897 src/editor/edit.c     const char *q;
q                 916 src/editor/edit.c     q = strchr (chars_move_whole_word, c);
q                 917 src/editor/edit.c     if (q == NULL)
q                 925 src/editor/edit.c         for (x = 1, p = chars_move_whole_word; p < q; p++)
q                 930 src/editor/edit.c     while ((q = strchr (q + 1, c)) != NULL);
q                1528 src/editor/edit.c     off_t q;
q                1544 src/editor/edit.c     for (q = edit->buffer.curs1 + inc;; q += inc)
q                1549 src/editor/edit.c         if (q >= edit->buffer.size || q < 0)
q                1551 src/editor/edit.c         a = edit_buffer_get_byte (&edit->buffer, q);
q                1558 src/editor/edit.c             if (q < edit->start_display)
q                1569 src/editor/edit.c             return q;
q                1580 src/editor/edit.c     off_t q;
q                1582 src/editor/edit.c     q = edit_get_bracket (edit, 0, 0);
q                1583 src/editor/edit.c     if (q >= 0)
q                1587 src/editor/edit.c         edit_cursor_move (edit, q - edit->buffer.curs1);
q                2767 src/editor/edit.c     off_t p, q;
q                2772 src/editor/edit.c         q = upto;
q                2776 src/editor/edit.c         q = edit->buffer.size + 2;
q                2778 src/editor/edit.c     for (col = 0, p = current; p < q; p++)
q                2989 src/editor/edit.c                 long q;
q                2991 src/editor/edit.c                 q = edit->curs_col;
q                2998 src/editor/edit.c                     b = edit_move_forward3 (edit, p, q, 0);
q                 472 src/editor/editcmd.c         off_t p, q;
q                 476 src/editor/editcmd.c         q = edit_move_forward3 (edit, r, c, 0);
q                 478 src/editor/editcmd.c         q = MIN (q, m2);
q                 481 src/editor/editcmd.c         for (; q > p; q--)
q                1799 src/editor/editcmd.c             char q[8];
q                1801 src/editor/editcmd.c             sprintf (q, "%d ", e);
q                1802 src/editor/editcmd.c             message (D_ERROR, MSG_ERROR, _ ("Sort returned non-zero: %s"), q);
q                 491 src/editor/editdraw.c     off_t q;
q                 518 src/editor/editdraw.c     q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0);
q                 519 src/editor/editdraw.c     col = (int) edit_move_forward3 (edit, b, 0, q);
q                 570 src/editor/editdraw.c                 p->style = q == edit->buffer.curs1 ? MOD_CURSOR : 0;
q                 572 src/editor/editdraw.c                 if (q >= m1 && q < m2)
q                 580 src/editor/editdraw.c                         x = (long) edit_move_forward3 (edit, b, 0, q);
q                 591 src/editor/editdraw.c                 if (q == edit->bracket)
q                 593 src/editor/editdraw.c                 if (q >= edit->found_start && q < (off_t) (edit->found_start + edit->found_len))
q                 597 src/editor/editdraw.c                     c = edit_buffer_get_utf (&edit->buffer, q, &char_length);
q                 599 src/editor/editdraw.c                     c = edit_buffer_get_byte (&edit->buffer, q);
q                 608 src/editor/editdraw.c                     color = edit_get_syntax_color (edit, q);
q                 628 src/editor/editdraw.c                     if ((edit_options.visible_tabs || (edit_options.visible_tws && q >= tws))
q                 668 src/editor/editdraw.c                     else if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws
q                 698 src/editor/editdraw.c                     if (edit_options.visible_tws && q >= tws && enable_show_tabs_tws
q                 776 src/editor/editdraw.c                 q++;
q                 778 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,
q                 222 src/editor/editoptions.c     if (*q != '\0')
q                 224 src/editor/editoptions.c         TAB_SIZE = atoi (q);
q                 227 src/editor/editoptions.c         g_free (q);
q                 479 src/editor/editsearch.c         long q = 0;
q                 484 src/editor/editsearch.c         while (mc_search_run (edit->search, (void *) &esm, q, edit->buffer.size, &len))
q                 490 src/editor/editsearch.c             l += edit_buffer_count_lines (&edit->buffer, q, edit->search->normal_offset);
q                 494 src/editor/editsearch.c             q = edit->search->normal_offset + 1;
q                 169 src/editor/format.c get_paragraph (const edit_buffer_t *buf, off_t p, off_t q, gboolean indent)
q                 175 src/editor/format.c     for (; p < q; p++)
q                 266 src/editor/format.c next_word_start (unsigned char *t, off_t q, off_t size)
q                 271 src/editor/format.c     for (i = q; i < size; i++)
q                 294 src/editor/format.c word_start (unsigned char *t, off_t q, off_t size)
q                 298 src/editor/format.c     if (whitespace (t[q]))
q                 299 src/editor/format.c         return next_word_start (t, q, size);
q                 301 src/editor/format.c     for (i = q;; i--)
q                 321 src/editor/format.c     off_t q = 0, ww;
q                 332 src/editor/format.c         q = line_pixel_length (t, q, ww, utf8);
q                 333 src/editor/format.c         if (q > size)
q                 335 src/editor/format.c         if (t[q] == '\n')
q                 337 src/editor/format.c         p = word_start (t, q, size);
q                 339 src/editor/format.c             q = next_word_start (t, q, size); /* Return the end of the word if the beginning
q                 343 src/editor/format.c             q = p;
q                 344 src/editor/format.c         if (q == -1)  // end of paragraph
q                 346 src/editor/format.c         if (q != 0)
q                 347 src/editor/format.c             t[q - 1] = '\n';
q                 354 src/editor/format.c replace_at (WEdit *edit, off_t q, int c)
q                 356 src/editor/format.c     edit_cursor_move (edit, q - edit->buffer.curs1);
q                 366 src/editor/format.c     off_t q = p;
q                 369 src/editor/format.c     while (strchr ("\t ", edit_buffer_get_byte (&edit->buffer, q)) != NULL
q                 370 src/editor/format.c            && q < edit->buffer.size - 1)
q                 371 src/editor/format.c         q++;
q                 373 src/editor/format.c     return (long) edit_move_forward3 (edit, p, 0, q);
q                 449 src/editor/format.c test_indent (const WEdit *edit, off_t p, off_t q)
q                 457 src/editor/format.c     for (; p < q; p++)
q                 471 src/editor/format.c     off_t p, q;
q                 484 src/editor/format.c     q = end_paragraph (edit, force);
q                 485 src/editor/format.c     indent = test_indent (edit, p, q);
q                 487 src/editor/format.c     t = get_paragraph (&edit->buffer, p, q, indent != 0);
q                 519 src/editor/format.c     format_this (t2, q - p, indent, edit->utf8);
q                 266 src/editor/syntax.c     const unsigned char *p, *q;
q                 274 src/editor/syntax.c     for (p = (const unsigned char *) text->str, q = p + text->len; p < q; p++, i++)
q                 279 src/editor/syntax.c             if (++p > q)
q                 295 src/editor/syntax.c             if (++p > q)
q                 329 src/editor/syntax.c             if (++p > q)
q                 345 src/editor/syntax.c             while (*p != SYNTAX_TOKEN_BRACKET && p <= q)
q                 347 src/editor/syntax.c             if (p > q)
q                 353 src/editor/syntax.c             if (++p > q)
q                 362 src/editor/syntax.c             while (*p != SYNTAX_TOKEN_BRACE && p < q)
q                1360 src/editor/syntax.c             gboolean q;
q                1362 src/editor/syntax.c             q = mc_search (args[1], NULL, editor_file, MC_SEARCH_T_REGEX);
q                1364 src/editor/syntax.c             if (!q && args[3] != NULL)
q                1367 src/editor/syntax.c                 q = mc_search (args[3], NULL, first_line, MC_SEARCH_T_REGEX);
q                1369 src/editor/syntax.c             if (q)
q                  86 src/filemanager/cd.c     GString *q;
q                  95 src/filemanager/cd.c     q = g_string_sized_new (32);
q                 105 src/filemanager/cd.c                 g_string_append_c (q, '$');
q                 110 src/filemanager/cd.c                 g_string_append_c (q, *p);
q                 141 src/filemanager/cd.c                 g_string_append_c (q, '$');
q                 143 src/filemanager/cd.c                     g_string_append_c (q, '{');
q                 147 src/filemanager/cd.c                 g_string_append (q, t);
q                 164 src/filemanager/cd.c     return q;
q                1093 src/filemanager/cmd.c             char *q, *dest;
q                1097 src/filemanager/cmd.c             q = g_strdup_printf (_ ("Symlink '%s\' points to:"), str_trunc (p, 32));
q                1098 src/filemanager/cmd.c             dest = input_expand_dialog (_ ("Edit symlink"), q, MC_HISTORY_FM_EDIT_LINK, buffer,
q                1100 src/filemanager/cmd.c             g_free (q);
q                 400 src/filemanager/ext.c     char *q;
q                 407 src/filemanager/ext.c     q = pbuffer + strlen (pbuffer) - 1;
q                 408 src/filemanager/ext.c     while (q >= pbuffer && whitespace (*q))
q                 409 src/filemanager/ext.c         q--;
q                 410 src/filemanager/ext.c     q[1] = 0;
q                 239 src/filemanager/file.c     char *s, *q;
q                 248 src/filemanager/file.c     for (q = s; *q != '\0'; q++)
q                 249 src/filemanager/file.c         if (*q == '\n')
q                 250 src/filemanager/file.c             *q = ' ';
q                 256 src/filemanager/file.c         q = NULL;
q                 261 src/filemanager/file.c         q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask);
q                 279 src/filemanager/file.c             s = mc_build_filename (repl_dest, q, (char *) NULL);
q                 291 src/filemanager/file.c     g_free (q);
q                 551 src/filemanager/file.c             vfs_path_t *q;
q                 559 src/filemanager/file.c                 q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON);
q                 561 src/filemanager/file.c                 q = vfs_path_build_filename (p->str, dst_path, (char *) NULL);
q                 563 src/filemanager/file.c             if (vfs_path_tokens_count (q) > 1)
q                 569 src/filemanager/file.c                 tmp_vpath1 = vfs_path_vtokens_get (q, -1, 1);
q                 579 src/filemanager/file.c             vfs_path_free (q, TRUE);
q                1019 src/filemanager/filemanager.c     int q = quit;
q                1035 src/filemanager/filemanager.c         q = 1;
q                1038 src/filemanager/filemanager.c         q = 1;
q                1043 src/filemanager/filemanager.c         q = 1;
q                1045 src/filemanager/filemanager.c     if (q != 0)
q                1050 src/filemanager/filemanager.c         else if ((q = exit_subshell () ? 1 : 0) != 0)
q                1055 src/filemanager/filemanager.c     if (q != 0)
q                  65 src/filemanager/filenot.c     vfs_path_t *q;
q                  83 src/filemanager/filenot.c     q = vfs_path_append_new (vpath, "..", (char *) NULL);
q                  84 src/filemanager/filenot.c     result = my_mkdir_rec (q, mode);
q                  85 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                 670 src/usermenu.c     const char *q = p;
q                 674 src/usermenu.c         q += 4;
q                 675 src/usermenu.c         if (*q == '{')
q                 677 src/usermenu.c             for (q++; *q != '\0' && *q != '}'; q++)
q                 679 src/usermenu.c                 if (strncmp (q, DEFAULT_CHARSET, 5) == 0)
q                 682 src/usermenu.c                     q += 4;
q                 684 src/usermenu.c                 else if (strncmp (q, "hex", 3) == 0)
q                 687 src/usermenu.c                     q += 2;
q                 689 src/usermenu.c                 else if (strncmp (q, "nroff", 5) == 0)
q                 692 src/usermenu.c                     q += 4;
q                 694 src/usermenu.c                 else if (strncmp (q, "unform", 6) == 0)
q                 697 src/usermenu.c                     q += 5;
q                 700 src/usermenu.c             if (*q == '}')
q                 701 src/usermenu.c                 q++;
q                 703 src/usermenu.c         return q - p;
q                 728 src/usermenu.c         const char *q = p;
q                 733 src/usermenu.c         for (q += 4; *q != '\0' && *q != '}'; q++)
q                 735 src/usermenu.c             if (*q == ':')
q                 736 src/usermenu.c                 dots = q + 1;
q                 738 src/usermenu.c         if (*q == '\0')
q                 741 src/usermenu.c         if (dots == NULL || dots == q + 5)
q                 757 src/usermenu.c             *v = g_strndup (dots, q - dots);
q                 759 src/usermenu.c         return q - p;
q                 236 src/vfs/extfs/extfs.c     char *q;
q                 254 src/vfs/extfs/extfs.c         q = strchr (p, PATH_SEP);
q                 255 src/vfs/extfs/extfs.c         if (q == NULL)
q                 256 src/vfs/extfs/extfs.c             q = (char *) name_end;
q                 258 src/vfs/extfs/extfs.c         c = *q;
q                 259 src/vfs/extfs/extfs.c         *q = '\0';
q                 270 src/vfs/extfs/extfs.c                 *q = c;
q                 276 src/vfs/extfs/extfs.c                 *q = c;
q                 284 src/vfs/extfs/extfs.c             if (pent != NULL && q + 1 > name_end)
q                 287 src/vfs/extfs/extfs.c                 *q = c;
q                 300 src/vfs/extfs/extfs.c         *q = c;
q                 302 src/vfs/extfs/extfs.c             p = q + 1;
q                 417 src/vfs/extfs/extfs.c             char *p, *q;
q                 429 src/vfs/extfs/extfs.c                 q = strchr (cfn, '\0');
q                 434 src/vfs/extfs/extfs.c                 q = cfn;
q                 437 src/vfs/extfs/extfs.c             if (*q != '\0')
q                 439 src/vfs/extfs/extfs.c                 pent = extfs_find_entry (super->root, q, FL_MKDIR);
q                1023 src/vfs/extfs/extfs.c     char *q, *archive_name, *quoted_archive_name;
q                1030 src/vfs/extfs/extfs.c     q = name_quote (p, FALSE);
q                1037 src/vfs/extfs/extfs.c         g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL);
q                1039 src/vfs/extfs/extfs.c     g_free (q);
q                1051 src/vfs/extfs/extfs.c     const char *q;
q                1056 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1057 src/vfs/extfs/extfs.c     if (q == NULL)
q                1059 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1063 src/vfs/extfs/extfs.c         entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE);
q                1184 src/vfs/extfs/extfs.c     const char *q;
q                1188 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1189 src/vfs/extfs/extfs.c     if (q == NULL)
q                1191 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1262 src/vfs/extfs/extfs.c     const char *q;
q                1266 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1267 src/vfs/extfs/extfs.c     if (q == NULL)
q                1269 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1317 src/vfs/extfs/extfs.c     const char *q;
q                1322 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1323 src/vfs/extfs/extfs.c     if (q == NULL)
q                1325 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1360 src/vfs/extfs/extfs.c     const char *q;
q                1364 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1365 src/vfs/extfs/extfs.c     if (q == NULL)
q                1367 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1395 src/vfs/extfs/extfs.c     const char *q;
q                1403 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1404 src/vfs/extfs/extfs.c     if (q == NULL)
q                1406 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                1412 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR);
q                1441 src/vfs/extfs/extfs.c     const char *q;
q                1445 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
q                1446 src/vfs/extfs/extfs.c     if (q == NULL)
q                1448 src/vfs/extfs/extfs.c     entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE);
q                 521 src/vfs/tar/tar.c     char *p, *q;
q                 533 src/vfs/tar/tar.c         q = file_name + len;  // ""
q                 538 src/vfs/tar/tar.c         q = file_name;
q                 541 src/vfs/tar/tar.c     parent = vfs_s_find_inode (me, archive, q, LINK_NO_FOLLOW, FL_MKDIR);
q                 270 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     char *q;
q                 272 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     q = g_shell_quote (val);
q                 273 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  %s: %s\n", name, q);
q                 274 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     g_free (q);