Searched defs:LTS_MARKER_PIPESEP (Results 1 - 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c62 #define LTS_MARKER_PIPESEP "|" macro
1554 left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);
1557 pfprintf(PSTDOUT,"got phone %d for initial | (LTS_MARKER_PIPESEP)\n", left_phone);
1576 if (strcmp(output_phone_string[num_out-1], LTS_MARKER_PRON_START) == 0) left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);
1577 else if (strcmp(output_phone_string[num_out-1], LTS_MARKER_WORD_START) == 0) left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);

Completed in 2611 milliseconds