Home
last modified time | relevance | path

Searched refs:disp_begin_pos (Results 1 – 6 of 6) sorted by relevance

/dports/misc/ytree/ytree-2.03/
H A Ddirwin.c361 (*disp_begin_pos)++; in Movedown()
417 (*disp_begin_pos)--; in Moveup()
481 if( *disp_begin_pos < 0 ) *disp_begin_pos = 0; in Movenpage()
489 DisplayTree(dir_window,*disp_begin_pos,*disp_begin_pos+*cursor_pos); in Movenpage()
541 DisplayTree(dir_window,*disp_begin_pos,*disp_begin_pos+*cursor_pos); in Moveppage()
1204 DisplayTree( f2_window, disp_begin_pos, disp_begin_pos + cursor_pos ); in KeyF2Get()
1242 disp_begin_pos++; in KeyF2Get()
1267 disp_begin_pos--; in KeyF2Get()
1304 if( disp_begin_pos < 0 ) disp_begin_pos = 0; in KeyF2Get()
1334 disp_begin_pos = 0; in KeyF2Get()
[all …]
H A Dkeyhtab.c13 static int disp_begin_pos = 1; variable
97 hilight_no = disp_begin_pos + cursor_pos; in DisplayMatches()
103 if (disp_begin_pos + i != hilight_no ) in DisplayMatches()
159 disp_begin_pos = 1; in GetMatches()
174 PrintMtchEntry( disp_begin_pos + cursor_pos, in GetMatches()
224 disp_begin_pos++; in GetMatches()
253 disp_begin_pos--; in GetMatches()
288 if( disp_begin_pos < 1 ) disp_begin_pos = 1; in GetMatches()
296 if( disp_begin_pos + cursor_pos <= 1 ) in GetMatches()
314 disp_begin_pos = 1; in GetMatches()
[all …]
H A Dhistory.c27 static int disp_begin_pos = 0; variable
215 hilight_no = disp_begin_pos + cursor_pos; in DisplayHistory()
221 if (disp_begin_pos + i != hilight_no ) in DisplayHistory()
245 disp_begin_pos = 0; in GetHistory()
260 PrintHstEntry( disp_begin_pos + cursor_pos, in GetHistory()
310 disp_begin_pos++; in GetHistory()
339 disp_begin_pos--; in GetHistory()
374 if( disp_begin_pos < 0 ) disp_begin_pos = 0; in GetHistory()
382 if( disp_begin_pos + cursor_pos <= 0 ) in GetHistory()
400 disp_begin_pos = 0; in GetHistory()
[all …]
H A Dytree.h797 int disp_begin_pos; member
1065 int disp_begin_pos,
H A Dinput.c246 statistic.disp_begin_pos, in InputString()
H A Dfilewin.c1447 statistic.disp_begin_pos++; in HandleFileWindow()
1469 DisplayTree( dir_window, statistic.disp_begin_pos, in HandleFileWindow()
1470 statistic.disp_begin_pos + statistic.cursor_pos in HandleFileWindow()