Lines Matching refs:bot
50 FTSENT* bot; /* bottom element */ \
372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) in getlist() argument
389 *bot = (*bot)->fts_link = root; in getlist()
391 *bot = *top = root; in getlist()
399 (*bot)->fts_link = 0; in getlist()
587 register FTSENT* bot; in toplist() local
597 top = bot = 0; in toplist()
660 if (bot) in toplist()
662 bot->fts_link = f; in toplist()
663 bot = f; in toplist()
666 top = bot = f; in toplist()
681 FTSENT* bot; in order() local
683 top = bot = root = 0; in order()
686 getlist(&top, &bot, root); in order()
866 fts->root = fts->top = fts->bot = 0; in fts_read()
1078 fts->bot = fts->bot->fts_link = f; in fts_read()
1080 fts->top = fts->bot = f; in fts_read()
1105 getlist(&fts->top, &fts->bot, fts->root); in fts_read()
1148 fts->bot->fts_link = fts->todo; in fts_read()
1296 for (fts->bot = 0, f = fts->top; f; ) in fts_read()
1299 if (fts->bot) in fts_read()
1300 fts->bot->fts_link = f->fts_link; in fts_read()
1304 f = fts->bot ? fts->bot->fts_link : fts->top; in fts_read()
1323 fts->bot = f; in fts_read()
1382 fts->bot = f; in fts_read()
1536 fts->bot->fts_link = fts->todo; in fts_close()