Searched refs:bot (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkdialog.rb20 bot = TkFrame.new(root) {
25 TkFrame.new(bot) { |left|
35 bot.bind "Enter", proc{state 'active'}
38 bot.bind "Leave", proc{state 'normal'}
43 TkButton.new(bot) {
48 TkButton.new(bot) {
53 bot.pack
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dttkpane.tcl34 $w.outer.inLeft add [ttk::labelframe $w.outer.inLeft.bot -text Clocks]
36 $w.outer.inRight add [ttk::labelframe $w.outer.inRight.bot -text Text]
38 foreach i [list inLeft.top inLeft.bot inRight.top inRight.bot] {
74 pack [ttk::separator $w.outer.inLeft.bot.s$i] -fill x
76 ttk::label $w.outer.inLeft.bot.l$i -text $city -anchor w
77 ttk::label $w.outer.inLeft.bot.t$i -textvariable time($zone) -anchor w
78 pack $w.outer.inLeft.bot.l$i $w.outer.inLeft.bot.t$i -fill x
95 ttk::frame $w.outer.inRight.bot
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Ddialog.tcl81 frame $w.bot
84 $w.bot configure -relief raised -bd 1
87 pack $w.bot -side bottom -fill both
89 grid anchor $w.bot center
118 grid $w.button$i -in $w.bot -column $i -row 0 -sticky ew \
120 grid columnconfigure $w.bot $i
125 grid columnconfigure $w.bot $i -minsize 90
H A Dbgerror.tcl149 frame $dlg.bot
152 $dlg.bot configure -relief raised -bd 1
155 pack $dlg.bot -side bottom -fill both
202 grid $dlg.$name -in $dlg.bot -column $i -row 0 -sticky ew -padx 10
203 grid columnconfigure $dlg.bot $i -weight 1
207 grid columnconfigure $dlg.bot $i -minsize 90
H A Dmsgbox.tcl278 ttk::frame $w.bot;# -background $bg
279 grid anchor $w.bot center
280 pack $w.bot -side bottom -fill both
284 #$w.bot configure -relief raised -bd 1
374 grid $w.$name -in $w.bot -row 0 -column $i -padx 3m -pady 2m -sticky ew
375 grid columnconfigure $w.bot $i -uniform buttons
382 grid columnconfigure $w.bot $i -minsize 90
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_get.c73 int top, bot; local
85 bot = 0;
86 while (top > bot)
88 int mid = (top + bot) / 2;
92 if (c > 0) bot = mid + 1; else top = mid;
123 int top, bot; local
136 bot = 0;
137 while (top > bot)
139 int mid = (top + bot) / 2;
160 if (c > 0) bot
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Ddialog.tcl82 frame $w.bot
85 $w.bot configure -relief raised -bd 1
88 pack $w.bot -side bottom -fill both
123 grid $w.button$i -in $w.bot -column $i -row 0 -sticky ew \
125 grid columnconfigure $w.bot $i
130 grid columnconfigure $w.bot $i -minsize 90
H A Dbgerror.tcl156 frame .bgerrorDialog.bot
159 .bgerrorDialog.bot configure -relief raised -bd 1
162 pack .bgerrorDialog.bot -side bottom -fill both
225 -in .bgerrorDialog.bot \
230 grid columnconfigure .bgerrorDialog.bot $i -weight 1
235 grid columnconfigure .bgerrorDialog.bot $i -minsize 90
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsArc.tcl19 frame .t.bot
20 pack .t.bot -side bottom -fill both
21 button .t.bot.quit -text Quit -command {destroy .t}
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DcanvPsBmap.tcl19 frame .t.bot
20 pack .t.bot -side bottom -fill both
21 button .t.bot.quit -text Quit -command {destroy .t}
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DcanvPsGrph.tcl33 frame .t.bot
34 pack .t.bot -side bottom -fill both
35 button .t.bot.quit -text Quit -command {destroy .t}
36 button .t.bot.print -text Print -command "lpr $c"
37 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsArc.tcl19 frame .t.bot
20 pack .t.bot -side bottom -fill both
21 button .t.bot.quit -text Quit -command {destroy .t}
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DcanvPsBmap.tcl19 frame .t.bot
20 pack .t.bot -side bottom -fill both
21 button .t.bot.quit -text Quit -command {destroy .t}
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
H A DcanvPsGrph.tcl33 frame .t.bot
34 pack .t.bot -side bottom -fill both
35 button .t.bot.quit -text Quit -command {destroy .t}
36 button .t.bot.print -text Print -command "lpr $c"
37 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-yank.el80 (defun calc-kill-region (top bot &optional no-delete)
87 (bot-num (calc-locate-cursor-element (1- bot)))
88 (num (- top-num bot-num -1)))
89 (copy-region-as-kill top bot)
91 (calc-top-list num bot-num)))
93 (calc-pop-stack num bot-num))))
95 (copy-region-as-kill top bot)
96 (kill-region top bot))))
102 (defun calc-copy-region-as-kill (top bot)
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Ddelim.cpp38 const char *bot; member in struct:delimiter
203 const char *bot)
224 if (bot) {
227 bot);
234 if (bot)
285 if (bot)
289 bot);
338 build_extensible(d->ext, d->top, d->mid, d->bot);
202 build_extensible(const char *ext, const char *top, const char *mid, const char *bot) argument
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl126 set bot [expr {$top + $height - 1}]
131 foreach l [lrange $labels $top $bot] {
171 set bot [expr {$top + $height - 1}]
172 if {$at > $bot} {incr top}
/macosx-10.10.1/vim-55/src/proto/
H A Dundo.pro3 int u_save __ARGS((linenr_T top, linenr_T bot));
8 int u_savecommon __ARGS((linenr_T top, linenr_T bot, linenr_T newbot, int reload));
/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c1592 * (lav): added more cases, used dl/il when bot==maxy and in csr case.
1602 scroll_csr_forward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1606 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1607 GoTo(bot, 0);
1611 } else if (n == 1 && delete_line && bot == maxy) {
1616 } else if (parm_index && top == miny && bot == maxy) {
1617 GoTo(bot, 0);
1621 } else if (parm_delete_line && bot == maxy) {
1626 } else if (scroll_forward && top == miny && bot == maxy) {
1627 GoTo(bot,
1659 scroll_csr_backward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1766 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
/macosx-10.10.1/vim-55/src/
H A Dfold.c65 static void foldUpdateIEMS __ARGS((win_T *wp, linenr_T top, linenr_T bot));
841 * The changes in lines from top to bot (inclusive).
844 foldUpdate(wp, top, bot)
847 linenr_T bot;
851 /* Mark all folds from top to bot as maybe-small. */
854 && fp->fd_top < bot)
872 foldUpdateIEMS(wp, top, bot);
2119 static linenr_T foldUpdateIEMSRecurse __ARGS((garray_T *gap, int level, linenr_T startlnum, fline_T *flp, void (*getlevel)__ARGS((fline_T *)), linenr_T bot, int topflags));
2121 static void foldSplit __ARGS((garray_T *gap, int i, linenr_T top, linenr_T bot));
2122 static void foldRemove __ARGS((garray_T *gap, linenr_T top, linenr_T bot));
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Darrow.tcl279 if { [set id [$path.c find withtag bot]] == "" } {
280 $path.c create line $x0 $y1 $x1 $y1 $xd $y0 -tags bot
290 $path.c itemconfigure bot -width $arrbd
293 $path.c delete bot
309 if { [set id [$path.c find withtag bot]] == "" } {
310 $path.c create line $x1 $y0 $xd $y1 -tags bot
315 $path.c itemconfigure bot -width $arrbd
318 $path.c delete bot
329 if { [set id [$path.c find withtag bot]] == "" } {
330 $path.c create line $x1 $y0 $x1 $y1 $x0 $yd -tags bot
[all...]
/macosx-10.10.1/nano-12/src/
H A Dcut.c62 filestruct *top, *bot; local
66 (const filestruct **)&bot, &bot_x, NULL);
68 move_to_filestruct(&cutbuffer, &cutbottom, top, top_x, bot, bot_x);
/macosx-10.10.1/doc_cmds-49/checknr/
H A Dchecknr.c588 int top, bot; /* boundaries of bin search, inclusive */ local
591 bot = 0;
592 while (top >= bot) {
593 mid = (top+bot)/2;
601 bot = mid + 1;
605 slot = bot; /* place it would have gone */

Completed in 389 milliseconds

1234