Searched refs:LQUESTION (Results 1 - 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h63 typedef struct LQUESTION { struct
69 } LQUESTION; typedef in typeref:struct:LQUESTION
136 LQUESTION **questions;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c66 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp);
67 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions);
75 LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp);
76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm);
88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
179 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp)
182 LQUESTION ** questions;
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*));
[all...]

Completed in 71 milliseconds