Home
last modified time | relevance | path

Searched refs:WORD_BREAKS (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dtab-complete.c63 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
973 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
3825 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
3876 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1109 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4284 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4335 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() "
1131 rl_basic_word_break_characters = WORD_BREAKS;
4478 if (strchr(WORD_BREAKS, buf[i]))
4529 strchr(WORD_BREAKS, buf[start - 1]))
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c67 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1131 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4478 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4529 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1304 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4626 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4677 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1304 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4626 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4677 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1304 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4626 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4677 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dtab-complete.c66 #define WORD_BREAKS "\t\n@$><=;|&{() " macro
1304 rl_basic_word_break_characters = WORD_BREAKS; in initialize_readline()
4626 if (strchr(WORD_BREAKS, buf[i])) in get_previous_words()
4677 strchr(WORD_BREAKS, buf[start - 1])) in get_previous_words()

12