Searched defs:bot (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashview.c35 * bot==0 pop top scope
36 * bot==top query
37 * bot!=0 push top on bot
43 hashview(Hash_table_t* top, Hash_table_t* bot) argument
51 bot = 0;
52 else if (top == bot)
53 bot = top->scope;
54 else if (bot)
57 bot
[all...]
/ast/src/lib/libast/misc/
H A Dfts.c50 FTSENT* bot; /* bottom element */ \
372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) argument
389 *bot = (*bot)->fts_link = root;
391 *bot = *top = root;
399 (*bot)->fts_link = 0;
595 register FTSENT* bot; local
605 top = bot = 0;
673 if (bot)
675 bot
694 FTSENT* bot; local
[all...]
/ast/src/cmd/nmake/
H A Drule.c1710 Stat_t bot; local
1751 if (!stat(".", &top) && !stat("...", &bot) && top.st_ino == bot.st_ino && top.st_dev == bot.st_dev)
1787 if (!stat(u, &bot) && bot.st_ino == top.st_ino && bot.st_dev == top.st_dev)
/ast/src/lib/libdss/
H A Dcxopen.c1036 cxscope(Cx_t* top, Cx_t* bot, Cxflags_t flags, Cxflags_t test, Cxdisc_t* disc) argument
1050 if (bot)
1053 * scope top on bot
1063 dtview(top->callouts, bot->callouts);
1065 top->callouts = bot->callouts;
1067 dtview(top->constraints, bot->constraints);
1069 top->constraints = bot->constraints;
1071 dtview(top->edits, bot->edits);
1073 top->edits = bot->edits;
1075 dtview(top->fields, bot
[all...]

Completed in 22 milliseconds