Lines Matching defs:bot
50 FTSENT* bot; /* bottom element */ \
372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root)
389 *bot = (*bot)->fts_link = root;
391 *bot = *top = root;
399 (*bot)->fts_link = 0;
587 register FTSENT* bot;
597 top = bot = 0;
660 if (bot)
662 bot->fts_link = f;
663 bot = f;
666 top = bot = f;
681 FTSENT* bot;
683 top = bot = root = 0;
686 getlist(&top, &bot, root);
870 fts->root = fts->top = fts->bot = 0;
1082 fts->bot = fts->bot->fts_link = f;
1084 fts->top = fts->bot = f;
1109 getlist(&fts->top, &fts->bot, fts->root);
1152 fts->bot->fts_link = fts->todo;
1300 for (fts->bot = 0, f = fts->top; f; )
1303 if (fts->bot)
1304 fts->bot->fts_link = f->fts_link;
1308 f = fts->bot ? fts->bot->fts_link : fts->top;
1327 fts->bot = f;
1386 fts->bot = f;
1540 fts->bot->fts_link = fts->todo;