OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LQUESTION
(Results
1 - 2
of
2
) sorted by null
/external/srec/seti/sltsEngine/include/
lts_seq_internal.h
63
typedef struct
LQUESTION
{
69
}
LQUESTION
;
136
LQUESTION
**questions;
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
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
*));
[
all
...]
Completed in 62 milliseconds