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               76 src/editor/editcomplete.c     GString *temp = NULL;
temp               89 src/editor/editcomplete.c                 if (temp == NULL)
temp               90 src/editor/editcomplete.c                     temp = g_string_sized_new (len);
temp               92 src/editor/editcomplete.c                 g_string_append_c (temp, chr);
temp               97 src/editor/editcomplete.c     return temp;
temp              111 src/editor/editcomplete.c     GString *temp = NULL;
temp              120 src/editor/editcomplete.c         if (temp == NULL)
temp              121 src/editor/editcomplete.c             temp = g_string_sized_new (8);
temp              123 src/editor/editcomplete.c             g_string_set_size (temp, 0);
temp              140 src/editor/editcomplete.c             g_string_append_c (temp, ch);
temp              143 src/editor/editcomplete.c         if (temp->len == 0)
temp              146 src/editor/editcomplete.c         if (current_word != NULL && g_string_equal (current_word, temp))
temp              160 src/editor/editcomplete.c                 if (strncmp (s->str + word_len, temp->str + word_len, MAX (len, s->len) - word_len)
temp              183 src/editor/editcomplete.c             recoded = str_nconvert_to_display (temp->str, temp->len);
temp              187 src/editor/editcomplete.c                     mc_g_string_copy (temp, recoded);
temp              194 src/editor/editcomplete.c             g_queue_push_tail (*compl, temp);
temp              196 src/editor/editcomplete.c             g_queue_push_head (*compl, temp);
temp              201 src/editor/editcomplete.c         width = str_term_width1 (temp->str);
temp              204 src/editor/editcomplete.c         temp = NULL;
temp              207 src/editor/editcomplete.c     if (temp != NULL)
temp              208 src/editor/editcomplete.c         g_string_free (temp, TRUE);
temp              316 src/editor/editcomplete.c     GString *temp;
temp              318 src/editor/editcomplete.c     temp = str_convert_to_input (completion);
temp              319 src/editor/editcomplete.c     if (temp != NULL)
temp              321 src/editor/editcomplete.c         for (completion = temp->str + word_len; *completion != '\0'; completion++)
temp              323 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             1476 src/filemanager/mountlist.c     GSList *temp;
temp             1479 src/filemanager/mountlist.c     for (temp = mc_mount_list; temp != NULL; temp = g_slist_next (temp))
temp             1484 src/filemanager/mountlist.c         me = (struct mount_entry *) temp->data;
temp             1463 src/subshell/common.c             GString *temp;
temp             1465 src/subshell/common.c             temp = subshell_name_quote (translate);
temp             1466 src/subshell/common.c             write_all (mc_global.tty.subshell_pty, temp->str, temp->len);
temp             1467 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);