temp              164 lib/widget/input_complete.c         const char *temp;
temp              171 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
temp              173 lib/widget/input_complete.c             filename = g_strdup (++temp);
temp              174 lib/widget/input_complete.c             dirname = g_strndup (text, temp - text);
temp              282 lib/widget/input_complete.c         GString *temp;
temp              284 lib/widget/input_complete.c         temp = g_string_sized_new (16);
temp              288 lib/widget/input_complete.c             g_string_append (temp, users_dirname);
temp              291 lib/widget/input_complete.c             if (!IS_PATH_SEP (temp->str[temp->len - 1]))
temp              292 lib/widget/input_complete.c                 g_string_append_c (temp, PATH_SEP);
temp              294 lib/widget/input_complete.c         g_string_append_len (temp, entry->d_name, entry->d_len);
temp              296 lib/widget/input_complete.c             g_string_append_c (temp, PATH_SEP);
temp              298 lib/widget/input_complete.c         return g_string_free (temp, FALSE);
temp              374 lib/widget/input_complete.c         GString *temp;
temp              376 lib/widget/input_complete.c         temp = g_string_new_len (*env_p, p - *env_p);
temp              380 lib/widget/input_complete.c             g_string_prepend_c (temp, '{');
temp              381 lib/widget/input_complete.c             g_string_append_c (temp, '}');
temp              383 lib/widget/input_complete.c         g_string_prepend_c (temp, '$');
temp              387 lib/widget/input_complete.c         return g_string_free (temp, FALSE);
temp              516 lib/widget/input_complete.c         GString *temp;
temp              518 lib/widget/input_complete.c         temp = g_string_sized_new (8);
temp              521 lib/widget/input_complete.c             g_string_append_c (temp, '@');
temp              522 lib/widget/input_complete.c         g_string_append (temp, g_ptr_array_index (hosts, host_p));
temp              525 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, MAX (len, s->len) - 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              325 src/editor/editcomplete.c     GString *temp;
temp              327 src/editor/editcomplete.c     temp = str_convert_to_input (completion);
temp              328 src/editor/editcomplete.c     if (temp != NULL)
temp              330 src/editor/editcomplete.c         for (completion = temp->str + word_len; *completion != '\0'; completion++)
temp              332 src/editor/editcomplete.c         g_string_free (temp, TRUE);
temp             2068 src/filemanager/file.c         char *temp;
temp             2072 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
temp             2073 src/filemanager/file.c         if (temp != NULL)
temp             2075 src/filemanager/file.c             dest = temp;
temp             2122 src/filemanager/file.c             g_free (temp);
temp             2157 src/filemanager/file.c         char *temp;
temp             2161 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
temp             2162 src/filemanager/file.c         if (temp != NULL)
temp             2164 src/filemanager/file.c             dest = temp;
temp             2192 src/filemanager/file.c             g_free (temp);
temp             1478 src/filemanager/mountlist.c     GSList *temp;
temp             1481 src/filemanager/mountlist.c     for (temp = mc_mount_list; temp != NULL; temp = g_slist_next (temp))
temp             1486 src/filemanager/mountlist.c         me = (struct mount_entry *) temp->data;
temp             1440 src/subshell/common.c             GString *temp;
temp             1442 src/subshell/common.c             temp = subshell_name_quote (translate);
temp             1443 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
temp             1444 src/subshell/common.c             g_string_free (temp, TRUE);
temp              750 src/vfs/shell/shell.c         char *temp;
temp              789 src/vfs/shell/shell.c             temp = ent->name;
temp              791 src/vfs/shell/shell.c             g_free (temp);
temp              794 src/vfs/shell/shell.c             temp = ent->ino->linkname;
temp              796 src/vfs/shell/shell.c             g_free (temp);
temp              814 src/vfs/shell/shell.c             temp = ent->name;
temp              816 src/vfs/shell/shell.c             g_free (temp);