ignore_str        803 ext/pspell/pspell.c 	char ignore_str[MAX_LENGTH_OF_LONG + 1];	
ignore_str        813 ext/pspell/pspell.c 	snprintf(ignore_str, sizeof(ignore_str), "%ld", ignore);
ignore_str        815 ext/pspell/pspell.c 	pspell_config_replace(config, "ignore", ignore_str);