pspell_config_replace  302 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  303 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  308 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  311 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  315 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  319 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  327 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  329 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  331 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  336 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
pspell_config_replace  399 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  400 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  410 ext/pspell/pspell.c 	pspell_config_replace(config, "personal", personal);
pspell_config_replace  411 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "false");
pspell_config_replace  413 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  416 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  420 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  424 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  432 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  434 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  436 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  441 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
pspell_config_replace  721 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  722 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  727 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  730 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  734 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  738 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  743 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "false");
pspell_config_replace  765 ext/pspell/pspell.c 	pspell_config_replace(config, "run-together", runtogether ? "true" : "false");
pspell_config_replace  787 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  789 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  791 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  815 ext/pspell/pspell.c 	pspell_config_replace(config, "ignore", ignore_str);
pspell_config_replace  838 ext/pspell/pspell.c 	pspell_config_replace(config, option, value);
pspell_config_replace  883 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "true");
pspell_config_replace  889 ext/pspell/pspell.c 	pspell_config_replace(config, "repl", repl);
pspell_config_replace  910 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", save ? "true" : "false");