Searched refs:copy_of (Results 1 – 1 of 1) sorted by relevance
685 char copy_of[512], *word; in SR_GrammarAllowOnly() local693 strcpy(copy_of, transcription); in SR_GrammarAllowOnly()695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " ")) in SR_GrammarAllowOnly()