Home
last modified time | relevance | path

Searched refs:unquoted_fname (Results 1 – 14 of 14) sorted by relevance

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname;
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp,
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp,
4913 if (!unquoted_fname)
4916 unquoted_fname = fname;
4920 return pg_strdup(unquoted_fname);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c4891 char *unquoted_fname; in dequote_file_name() local
4904 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
4909 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
4913 if (!unquoted_fname) in dequote_file_name()
4916 unquoted_fname = fname; in dequote_file_name()
4920 return pg_strdup(unquoted_fname); in dequote_file_name()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c5149 char *unquoted_fname; in dequote_file_name() local
5162 unquoted_fname = strtokx(workspace, "", NULL, "'", *completion_charp, in dequote_file_name()
5167 unquoted_fname = strtokx(fname, "", NULL, "'", *completion_charp, in dequote_file_name()
5171 if (!unquoted_fname) in dequote_file_name()
5174 unquoted_fname = fname; in dequote_file_name()
5178 return pg_strdup(unquoted_fname); in dequote_file_name()