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;
595 register FTSENT* bot;
605 top = bot = 0;
673 if (bot)
675 bot->fts_link = f;
676 bot = f;
679 top = bot = f;
694 FTSENT* bot;
696 top = bot = root = 0;
699 getlist(&top, &bot, root);
883 fts->root = fts->top = fts->bot = 0;
1095 fts->bot = fts->bot->fts_link = f;
1097 fts->top = fts->bot = f;
1122 getlist(&fts->top, &fts->bot, fts->root);
1165 fts->bot->fts_link = fts->todo;
1313 for (fts->bot = 0, f = fts->top; f; )
1316 if (fts->bot)
1317 fts->bot->fts_link = f->fts_link;
1321 f = fts->bot ? fts->bot->fts_link : fts->top;
1340 fts->bot = f;
1399 fts->bot = f;
1553 fts->bot->fts_link = fts->todo;