Lines Matching defs:initial
116 /* Remembers the first initial letter seen in this index, so we can
1113 first line, we need initial headers in the output index. */
1152 a \initial line is written with one argument, the new initial.
1178 /* The initial (for sorting purposes) of the last primary entry written.
1179 When this changes, a \initial {c} line is written */
1209 insert headers for each initial character, etc. */
1218 char *initial;
1227 initial = p;
1234 initial = initial1;
1263 /* If this primary has a different initial, include an entry for
1264 the initial. */
1267 strncmp (initial, lastinitial, initiallength)))
1269 fprintf (ostream, "\\initial {");
1270 fwrite (initial, 1, initiallength, ostream);
1272 if (initial == initial1)
1279 lastinitial = initial;