temp              168 lib/widget/input_complete.c         const char *temp;
temp              175 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
temp              177 lib/widget/input_complete.c             filename = g_strdup (++temp);
temp              178 lib/widget/input_complete.c             dirname = g_strndup (text, temp - text);
temp              287 lib/widget/input_complete.c         GString *temp;
temp              289 lib/widget/input_complete.c         temp = g_string_sized_new (16);
temp              293 lib/widget/input_complete.c             g_string_append (temp, users_dirname);
temp              296 lib/widget/input_complete.c             if (!IS_PATH_SEP (temp->str[temp->len - 1]))
temp              297 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
temp              299 lib/widget/input_complete.c         g_string_append (temp, entry->d_name);
temp              301 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
temp              303 lib/widget/input_complete.c         return g_string_free (temp, FALSE);
temp              379 lib/widget/input_complete.c         GString *temp;
temp              381 lib/widget/input_complete.c         temp = g_string_new_len (*env_p, p - *env_p);
temp              385 lib/widget/input_complete.c             g_string_prepend_c (temp, '{');
temp              386 lib/widget/input_complete.c             g_string_append_c (temp, '}');
temp              388 lib/widget/input_complete.c         g_string_prepend_c (temp, '$');
temp              392 lib/widget/input_complete.c         return g_string_free (temp, FALSE);
temp              535 lib/widget/input_complete.c         GString *temp;
temp              537 lib/widget/input_complete.c         temp = g_string_sized_new (8);
temp              540 lib/widget/input_complete.c             g_string_append_c (temp, '@');
temp              541 lib/widget/input_complete.c         g_string_append (temp, *host_p);
temp              544 lib/widget/input_complete.c         return g_string_free (temp, FALSE);
temp               78 src/editor/editcomplete.c     GString *temp = NULL;
temp               91 src/editor/editcomplete.c                 if (temp == NULL)
temp               92 src/editor/editcomplete.c                     temp = g_string_sized_new (len);
temp               94 src/editor/editcomplete.c                 g_string_append_c (temp, chr);
temp               99 src/editor/editcomplete.c     return temp;
temp              113 src/editor/editcomplete.c     GString *temp = NULL;
temp              122 src/editor/editcomplete.c         if (temp == NULL)
temp              123 src/editor/editcomplete.c             temp = g_string_sized_new (8);
temp              125 src/editor/editcomplete.c             g_string_set_size (temp, 0);
temp              142 src/editor/editcomplete.c             g_string_append_c (temp, ch);
temp              145 src/editor/editcomplete.c         if (temp->len == 0)
temp              148 src/editor/editcomplete.c         if (current_word != NULL && g_string_equal (current_word, temp))
temp              162 src/editor/editcomplete.c                 if (strncmp (s->str + word_len, temp->str + word_len,
temp              186 src/editor/editcomplete.c             recoded = str_nconvert_to_display (temp->str, temp->len);
temp              190 src/editor/editcomplete.c                     mc_g_string_copy (temp, recoded);
temp              198 src/editor/editcomplete.c             g_queue_push_tail (*compl, temp);
temp              200 src/editor/editcomplete.c             g_queue_push_head (*compl, temp);
temp              205 src/editor/editcomplete.c         width = str_term_width1 (temp->str);
temp              208 src/editor/editcomplete.c         temp = NULL;
temp              211 src/editor/editcomplete.c     if (temp != NULL)
temp              212 src/editor/editcomplete.c         g_string_free (temp, TRUE);
temp              327 src/editor/editcomplete.c     GString *temp;
temp              329 src/editor/editcomplete.c     temp = str_convert_to_input (completion);
temp              330 src/editor/editcomplete.c     if (temp != NULL)
temp              332 src/editor/editcomplete.c         for (completion = temp->str + word_len; *completion != '\0'; completion++)
temp              334 src/editor/editcomplete.c         g_string_free (temp, TRUE);
temp             2066 src/filemanager/file.c         char *temp;
temp             2070 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
temp             2071 src/filemanager/file.c         if (temp != NULL)
temp             2073 src/filemanager/file.c             dest = temp;
temp             2121 src/filemanager/file.c             g_free (temp);
temp             2156 src/filemanager/file.c         char *temp;
temp             2160 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
temp             2161 src/filemanager/file.c         if (temp != NULL)
temp             2163 src/filemanager/file.c             dest = temp;
temp             2191 src/filemanager/file.c             g_free (temp);
temp             1499 src/filemanager/mountlist.c     GSList *temp;
temp             1502 src/filemanager/mountlist.c     for (temp = mc_mount_list; temp != NULL; temp = g_slist_next (temp))
temp             1507 src/filemanager/mountlist.c         me = (struct mount_entry *) temp->data;
temp             1744 src/subshell/common.c             GString *temp;
temp             1746 src/subshell/common.c             temp = subshell_name_quote (translate);
temp             1747 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
temp             1748 src/subshell/common.c             g_string_free (temp, TRUE);
temp              765 src/vfs/shell/shell.c             char *temp;
temp              805 src/vfs/shell/shell.c                 temp = ent->name;
temp              807 src/vfs/shell/shell.c                 g_free (temp);
temp              810 src/vfs/shell/shell.c                 temp = ent->ino->linkname;
temp              812 src/vfs/shell/shell.c                 g_free (temp);
temp              830 src/vfs/shell/shell.c                 temp = ent->name;
temp              832 src/vfs/shell/shell.c                 g_free (temp);