Searched refs:bot (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libast/hash/ |
H A D | hashview.c | 35 * 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/libtk/library/ |
H A D | dialog.tcl | 50 frame $w.bot -relief raised -bd 1 51 pack $w.bot -side bottom -fill both 78 pack $w.default -in $w.bot -side left -expand 1 -padx 3m -pady 2m 81 pack $w.button$i -in $w.bot -side left -expand 1 \
|
H A D | msgbox.tcl | 137 frame $w.bot -relief raised -bd 1 138 pack $w.bot -side bottom -fill both 176 pack $w.default -in $w.bot -side left -expand 1 -padx 3m -pady 2m 179 pack $w.$name -in $w.bot -side left -expand 1 \
|
H A D | xmfbox.tcl | 168 set bot [frame $w.bot -relief raised -bd 1] 170 pack $w.bot -side bottom -fill x 215 set data(okBtn) [button $bot.ok -text OK -width 6 -under 0 \ 217 set data(filterBtn) [button $bot.filter -text Filter -width 6 -under 0 \ 219 set data(cancelBtn) [button $bot.cancel -text Cancel -width 6 -under 0 \ 222 pack $bot.ok $bot.filter $bot.cancel -padx 10 -pady 10 -expand yes \ 232 bind $w <Alt-o> "tkButtonInvoke $bot [all...] |
H A D | clrpick.tcl | 290 set botFrame [frame $w.bot -relief raised -bd 1]
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 50 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/lib/libtk/library/demos/ |
H A D | tcolor | 69 frame .bot -relief raised -borderwidth 2 70 pack .bot -side bottom -fill x 75 pack .commandLabel -in .bot -side left 76 pack .update -in .bot -side right -pady .1c -padx .25c 77 pack .command -in .bot -expand yes -fill x -ipadx 0.25c
|
/ast/src/lib/libdss/ |
H A D | cxopen.c | 1036 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...] |
/ast/src/cmd/nmake/ |
H A D | rule.c | 1710 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)
|
Completed in 33 milliseconds