pspell_config_replace  306 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  307 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  312 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  315 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  319 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  323 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  331 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  333 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  335 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  340 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
pspell_config_replace  403 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  404 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  414 ext/pspell/pspell.c 	pspell_config_replace(config, "personal", personal);
pspell_config_replace  415 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "false");
pspell_config_replace  417 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  420 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  424 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  428 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  436 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  438 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  440 ext/pspell/pspell.c 			pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  445 ext/pspell/pspell.c 			pspell_config_replace(config, "run-together", "true");
pspell_config_replace  722 ext/pspell/pspell.c 			pspell_config_replace(config, "data-dir", data_dir);
pspell_config_replace  723 ext/pspell/pspell.c 			pspell_config_replace(config, "dict-dir", dict_dir);
pspell_config_replace  728 ext/pspell/pspell.c 	pspell_config_replace(config, "language-tag", language);
pspell_config_replace  731 ext/pspell/pspell.c 		pspell_config_replace(config, "spelling", spelling);
pspell_config_replace  735 ext/pspell/pspell.c 		pspell_config_replace(config, "jargon", jargon);
pspell_config_replace  739 ext/pspell/pspell.c 		pspell_config_replace(config, "encoding", encoding);
pspell_config_replace  744 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  786 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "fast");
pspell_config_replace  788 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "normal");
pspell_config_replace  790 ext/pspell/pspell.c 		pspell_config_replace(config, "sug-mode", "bad-spellers");
pspell_config_replace  813 ext/pspell/pspell.c 	pspell_config_replace(config, "ignore", ignore_str);
pspell_config_replace  835 ext/pspell/pspell.c 	pspell_config_replace(config, option, value);
pspell_config_replace  879 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", "true");
pspell_config_replace  885 ext/pspell/pspell.c 	pspell_config_replace(config, "repl", repl);
pspell_config_replace  905 ext/pspell/pspell.c 	pspell_config_replace(config, "save-repl", save ? "true" : "false");