Lines Matching refs:LQUESTION
66 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_q…
88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
179 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp) in load_lquestions()
182 LQUESTION ** questions; in load_lquestions()
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); in load_lquestions()
198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION)); in load_lquestions()
234 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions) in free_lquestions()
499 LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp) in load_trees()
615 LQUESTION **questions, int num_questions, LM *lm) in free_trees()
1279 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) in matches()
1313 LQUESTION *q1; in find_output_for_dp()
1314 LQUESTION *q2; in find_output_for_dp()