Searched refs:input_for_output (Results 1 – 2 of 2) sorted by relevance
127 char **input_for_output; member
867 nRes = load_outputs(&(lts->outputs), &(lts->input_for_output), <s->num_outputs, fp); in create_lts()920 free_outputs(lts->outputs, lts->input_for_output, lts->num_outputs); in free_lts()921 lts->input_for_output = lts->outputs = NULL; in free_lts()1608 if (strlen(lts->input_for_output[output_index]) > 0) { in lts_for_word()1611 …pfprintf(PSTDOUT,"GOT INPUT %s for %s letter %c\n", lts->input_for_output[output_index], word, wor… in lts_for_word()1614 input_seq = lts->input_for_output[output_index]; in lts_for_word()