Home
last modified time | relevance | path

Searched refs:slashify_in_quotes (Results 1 – 21 of 21) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dsyntax.h26 #define slashify_in_quotes "\\`$\"\n" macro
H A Dmksyntax.c235 addcstr (slashify_in_quotes, CBSDQUOTE); in load_lsyntax()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dhistexpand.c1341 #define slashify_in_quotes "\\`\"$" macro
1423 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistexpand.c1341 #define slashify_in_quotes "\\`\"$" macro
1423 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistexpand.c1341 #define slashify_in_quotes "\\`\"$" macro
1423 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dhistexpand.c1341 #define slashify_in_quotes "\\`\"$" macro
1423 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dhistexpand.c1341 #define slashify_in_quotes "\\`\"$" macro
1423 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/biology/mapm3/mapm3-3.0_1/readline/
H A Dhistory.c1400 #define slashify_in_quotes "\\`\"$" macro
1476 (member (string[i], slashify_in_quotes))) {
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1469 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dhistexpand.c54 #define slashify_in_quotes "\\`\"$" macro
1505 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$"
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dhistexpand.c55 #define slashify_in_quotes "\\`\"$" macro
1468 (delimiter != '"' || member (string[i], slashify_in_quotes)))
/dports/shells/bash/bash-5.1/lib/readline/
H A Dhistexpand.c56 #define slashify_in_quotes "\\`\"$" macro
1539 (delimiter != '"' || member (string[i], slashify_in_quotes))) in history_tokenize_word()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dhistexpand.c56 #define slashify_in_quotes "\\`\"$" macro
1539 (delimiter != '"' || member (string[i], slashify_in_quotes))) in history_tokenize_word()
/dports/devel/readline/readline-8.1/
H A Dhistexpand.c56 #define slashify_in_quotes "\\`\"$" macro
1539 (delimiter != '"' || member (string[i], slashify_in_quotes))) in history_tokenize_word()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsh/
H A Dbash.y2050 (cd == '"' && member (peek_char, slashify_in_quotes)))