Lines Matching defs:firstchild
246 if (suffixMachine.firstchild != null) {
248 suffixMachine.firstchild.print(out);
251 if (prefixMachine.firstchild != null) {
253 prefixMachine.firstchild.print(out);
263 RegexpNode firstchild;
279 RegexpNode p = firstchild;
289 p.nextsibling = firstchild;
291 firstchild = p;
295 for (RegexpNode p = firstchild;
308 if (p.firstchild != null)
309 p.firstchild.print(out);
315 if (firstchild != null)
316 firstchild.print(out);