Searched refs:hbot (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtitleframe.tcl99 set hbot 1
104 set hbot [expr {$height/2+$height%2+1}]
109 set hbot $height
113 $padbot configure -height $hbot
181 set hbot 1
186 set hbot [expr {$height/2+$height%2+1}]
191 set hbot $height
196 $path.b.p configure -height $hbot
/macosx-10.10.1/nano-12/src/
H A Dsearch.c1298 filestruct **hage = NULL, **hbot = NULL, *p; local
1304 hbot = &searchbot;
1307 hbot = &replacebot;
1310 assert(hage != NULL && hbot != NULL);
1313 p = find_history(*hage, *hbot, s, (size_t)-1);
1335 if ((*hbot)->lineno == MAX_SEARCH_HISTORY + 1) {
1345 (*hbot)->data = mallocstrcpy((*hbot)->data, s);
1346 splice_node(*hbot, make_new_node(*hbot), (*hbo
1397 filestruct *hage = NULL, *hbot = NULL, *p; local
[all...]

Completed in 155 milliseconds