source: trunk/gsdl/src/mgpp/text/diff.txt@ 655

Last change on this file since 655 was 655, checked in by cs025, 25 years ago

Base install of MG-PP

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1bool_query.c: OptimiseBoolTree (tree, qd->TL, atoi (GetEnv ("optimise_type")));
2Binary file bool_query.o matches
3commands.c: for (i = 0; (name = GetEnvName (i)) != NULL; i++)
4commands.c: for (i = 0; (name = GetEnvName (i)) != NULL; i++)
5commands.c: printf ("%-*s = \"%s\"\n", (int) l, name, GetEnv (name));
6Binary file commands.o matches
7environment.c:GetEnv (char *name)
8environment.c: char *data = GetEnv (name);
9environment.c:GetEnvName (int i)
10environment.c: while ((name = GetEnvName (0)) != 0)
11environment.h:char *GetEnv (char *name);
12environment.h:char *GetEnvName (int i);
13Binary file environment.o matches
14Binary file libtextin.a matches
15mgquery.c: if (!BooleanEnv (GetEnv ("briefstats"), 0))
16mgquery.c: if (!BooleanEnv (GetEnv ("briefstats"), 0))
17mgquery.c: if (!BooleanEnv (GetEnv ("briefstats"), 0))
18mgquery.c: if (!BooleanEnv (GetEnv ("briefstats"), 0))
19mgquery.c: if (BooleanEnv (GetEnv ("verbatim"), 1) == 0)
20mgquery.c: if (isatty (fileno (OutFile)) && GetEnv ("pager") &&
21mgquery.c: pager = GetEnv ("pager");
22mgquery.c: GetEnv ("hilite_style"),
23mgquery.c: GetEnv ("pager"),
24mgquery.c: BooleanEnv (GetEnv ("verbatim"), 1),
25mgquery.c: if (BooleanEnv (GetEnv ("timestats"), 0) ||
26mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
27mgquery.c: if (BooleanEnv (GetEnv ("diskstats"), 0) ||
28mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
29mgquery.c: if (BooleanEnv (GetEnv ("memstats"), 0) ||
30mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
31mgquery.c: if (BooleanEnv (GetEnv ("timestats"), 0) ||
32mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
33mgquery.c: if (BooleanEnv (GetEnv ("diskstats"), 0) ||
34mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
35mgquery.c: if (BooleanEnv (GetEnv ("sizestats"), 0))
36mgquery.c: BooleanQuery (qd, line, &bqi, (BooleanEnv (GetEnv ("casefold"), 0) |
37mgquery.c: (BooleanEnv (GetEnv ("stem"), 0) << 1)));
38mgquery.c: rqi.Sort = BooleanEnv (GetEnv ("sorted_terms"), 0);
39mgquery.c: rqi.QueryFreqs = BooleanEnv (GetEnv ("qfreq"), 1);
40mgquery.c: if (qd->id->ifh.InvfLevel == 3 && GetEnv ("maxparas"))
41mgquery.c: rqi.MaxParasToRetrieve = atoi (GetEnv ("maxparas"));
42mgquery.c: rqi.HashTblSize = IntEnv (GetEnv ("hash_tbl_size"), 1000);
43mgquery.c: rqi.StopAtMaxAccum = BooleanEnv (GetEnv ("stop_at_max_accum"), 0);
44mgquery.c: rqi.skip_dump = GetEnv ("skip_dump");
45mgquery.c: if (qd->QTL && BooleanEnv (GetEnv ("term_freq"), 0))
46mgquery.c: if (BooleanEnv (GetEnv ("timestats"), 0) ||
47mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
48mgquery.c: if (BooleanEnv (GetEnv ("diskstats"), 0) ||
49mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
50mgquery.c: if (BooleanEnv (GetEnv ("memstats"), 0) ||
51mgquery.c: BooleanEnv (GetEnv ("briefstats"), 0))
52mgquery.c: if (BooleanEnv (GetEnv ("sizestats"), 0))
53mgquery.c: dir = GetEnv ("mgdir");
54mgquery.c: if (!BooleanEnv (GetEnv ("expert"), 0) && isatty (fileno (InFile)))
55Binary file mgquery.o matches
56query.ranked.cpp: default_stem_method = BooleanEnv (GetEnv ("casefold"), 0) | (BooleanEnv (GetEnv ("stem"), 0) << 1);
57query.ranked.cpp~: default_stem_method = BooleanEnv (GetEnv ("casefold"), 0) | (BooleanEnv (GetEnv ("stem"), 0) << 1);
58Binary file query.ranked.o matches
59read_line.c: if (!BooleanEnv (GetEnv ("expert"), 0))
60Binary file read_line.o matches
61Binary file sta04357 matches
Note: See TracBrowser for help on using the repository browser.