temp 163 lib/widget/input_complete.c const char *temp; temp 170 lib/widget/input_complete.c if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL) temp 172 lib/widget/input_complete.c filename = g_strdup (++temp); temp 173 lib/widget/input_complete.c dirname = g_strndup (text, temp - text); temp 281 lib/widget/input_complete.c GString *temp; temp 283 lib/widget/input_complete.c temp = g_string_sized_new (16); temp 287 lib/widget/input_complete.c g_string_append (temp, users_dirname); temp 290 lib/widget/input_complete.c if (!IS_PATH_SEP (temp->str[temp->len - 1])) temp 291 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); temp 293 lib/widget/input_complete.c g_string_append_len (temp, entry->d_name, entry->d_len); temp 295 lib/widget/input_complete.c g_string_append_c (temp, PATH_SEP); temp 297 lib/widget/input_complete.c return g_string_free (temp, FALSE); temp 373 lib/widget/input_complete.c GString *temp; temp 375 lib/widget/input_complete.c temp = g_string_new_len (*env_p, p - *env_p); temp 379 lib/widget/input_complete.c g_string_prepend_c (temp, '{'); temp 380 lib/widget/input_complete.c g_string_append_c (temp, '}'); temp 382 lib/widget/input_complete.c g_string_prepend_c (temp, '$'); temp 386 lib/widget/input_complete.c return g_string_free (temp, FALSE); temp 515 lib/widget/input_complete.c GString *temp; temp 517 lib/widget/input_complete.c temp = g_string_sized_new (8); temp 520 lib/widget/input_complete.c g_string_append_c (temp, '@'); temp 521 lib/widget/input_complete.c g_string_append (temp, g_ptr_array_index (hosts, host_p)); temp 524 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 2060 src/filemanager/file.c char *temp; temp 2064 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); temp 2065 src/filemanager/file.c if (temp != NULL) temp 2067 src/filemanager/file.c dest = temp; temp 2115 src/filemanager/file.c g_free (temp); temp 2150 src/filemanager/file.c char *temp; temp 2154 src/filemanager/file.c temp = build_dest (ctx, src, dest, &value); temp 2155 src/filemanager/file.c if (temp != NULL) temp 2157 src/filemanager/file.c dest = temp; temp 2185 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 1758 src/subshell/common.c GString *temp; temp 1760 src/subshell/common.c temp = subshell_name_quote (translate); temp 1761 src/subshell/common.c write_all (mc_global.tty.subshell_pty, temp->str, temp->len); temp 1762 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);