temp 166 lib/widget/input_complete.c const char *temp; temp 173 lib/widget/input_complete.c if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL) temp 175 lib/widget/input_complete.c filename = g_strdup (++temp); temp 176 lib/widget/input_complete.c dirname = g_strndup (text, temp - text); temp 285 lib/widget/input_complete.c GString *temp; temp 287 lib/widget/input_complete.c temp = g_string_sized_new (16); temp 291 lib/widget/input_complete.c g_string_append (temp, users_dirname); temp 294 lib/widget/input_complete.c if (!IS_PATH_SEP (temp->str[temp->len - 1])) temp 295 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); temp 297 lib/widget/input_complete.c g_string_append (temp, entry->d_name); temp 299 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); temp 301 lib/widget/input_complete.c return g_string_free (temp, FALSE); temp 377 lib/widget/input_complete.c GString *temp; temp 379 lib/widget/input_complete.c temp = g_string_new_len (*env_p, p - *env_p); temp 383 lib/widget/input_complete.c g_string_prepend_c (temp, '{'); temp 384 lib/widget/input_complete.c g_string_append_c (temp, '}'); temp 386 lib/widget/input_complete.c g_string_prepend_c (temp, '$'); temp 390 lib/widget/input_complete.c return g_string_free (temp, FALSE); temp 533 lib/widget/input_complete.c GString *temp; temp 535 lib/widget/input_complete.c temp = g_string_sized_new (8); temp 538 lib/widget/input_complete.c g_string_append_c (temp, '@'); temp 539 lib/widget/input_complete.c g_string_append (temp, *host_p); temp 542 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, temp 184 src/editor/editcomplete.c recoded = str_convert_to_display (temp->str); temp 186 src/editor/editcomplete.c mc_g_string_copy (temp, recoded); temp 192 src/editor/editcomplete.c g_queue_push_tail (*compl, temp); temp 194 src/editor/editcomplete.c g_queue_push_head (*compl, temp); temp 199 src/editor/editcomplete.c width = str_term_width1 (temp->str); temp 202 src/editor/editcomplete.c temp = NULL; temp 205 src/editor/editcomplete.c if (temp != NULL) temp 206 src/editor/editcomplete.c g_string_free (temp, TRUE); temp 321 src/editor/editcomplete.c GString *temp; temp 323 src/editor/editcomplete.c temp = str_convert_to_input (completion); temp 325 src/editor/editcomplete.c for (completion = temp->str + word_len; *completion != '\0'; completion++) temp 327 src/editor/editcomplete.c g_string_free (temp, TRUE); temp 2022 src/filemanager/file.c char *temp; temp 2026 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); temp 2027 src/filemanager/file.c if (temp != NULL) temp 2029 src/filemanager/file.c dest = temp; temp 2076 src/filemanager/file.c g_free (temp); temp 2111 src/filemanager/file.c char *temp; temp 2115 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); temp 2116 src/filemanager/file.c if (temp != NULL) temp 2118 src/filemanager/file.c dest = temp; temp 2146 src/filemanager/file.c g_free (temp); temp 1496 src/filemanager/mountlist.c GSList *temp; temp 1499 src/filemanager/mountlist.c for (temp = mc_mount_list; temp != NULL; temp = g_slist_next (temp)) temp 1504 src/filemanager/mountlist.c me = (struct mount_entry *) temp->data; temp 1729 src/subshell/common.c GString *temp; temp 1731 src/subshell/common.c temp = subshell_name_quote (translate); temp 1732 src/subshell/common.c write_all (mc_global.tty.subshell_pty, temp->str, temp->len); temp 1733 src/subshell/common.c g_string_free (temp, TRUE); temp 813 src/vfs/fish/fish.c char *temp; temp 854 src/vfs/fish/fish.c temp = ent->name; temp 856 src/vfs/fish/fish.c g_free (temp); temp 859 src/vfs/fish/fish.c temp = ent->ino->linkname; temp 861 src/vfs/fish/fish.c g_free (temp); temp 878 src/vfs/fish/fish.c temp = ent->name; temp 880 src/vfs/fish/fish.c g_free (temp);