Home | History | Annotate | Download | only in src

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_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*));
198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION));
234 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions)
499 LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp)
615 LQUESTION **questions, int num_questions, LM *lm)
1279 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp)
1313 LQUESTION *q1;
1314 LQUESTION *q2;