Home | History | Annotate | Download | only in dictTest

Lines Matching full:vocabfile

114   LCHAR vocabfile[MAX_LINE_LENGTH];
145 *vocabfile = 0;
167 LSTRCPY(vocabfile, argv[++i]);
219 if (*vocabfile == 0)
221 len = sizeof(vocabfile);
222 rc = ESR_SessionGetLCHAR ( L("cmdline.vocabulary"), vocabfile, &len );
249 strcat(ptemp,vocabfile);
250 strcpy(vocabfile,ptemp);
253 len = sizeof(vocabfile);
254 rc = ESR_SessionPrefixWithBaseDirectory(vocabfile, &len);
258 *vocabfile = 0;
262 if (*vocabfile)
263 rc = SR_VocabularyLoad(vocabfile, &vocab);