Lines Matching defs:base
42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
49 LCHAR base[P_PATH_MAX];
72 rc = ESR_CommandLineGetValue(argc, (const char **)argv, L("base"), base, &len);
75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n");
97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 ))
106 LSTRCPY(outFilename,base);
113 LFPRINTF(stdout,"Loading grammar %s from text files...\n",base);
114 CHKLOG(rc, SR_GrammarLoad(base, &grammar));