str_cap           707 drivers/staging/speakup/main.c 	char *str_cap = spk_str_caps_stop;
str_cap           719 drivers/staging/speakup/main.c 			str_cap = spk_str_caps_start;
str_cap           725 drivers/staging/speakup/main.c 			str_cap = spk_str_caps_stop;
str_cap           727 drivers/staging/speakup/main.c 		if (str_cap != last_cap) {
str_cap           728 drivers/staging/speakup/main.c 			synth_printf("%s", str_cap);
str_cap           729 drivers/staging/speakup/main.c 			last_cap = str_cap;
str_cap           748 drivers/staging/speakup/main.c 	if (str_cap != spk_str_caps_stop)