OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_rows
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/nvi/dist/vi/
v_z.c
98
if (vs_sm_scroll(sp, &vp->m_final, sp->
t_rows
, Z_PLUS))
120
if (vs_sm_scroll(sp, &vp->m_final, sp->
t_rows
, Z_CARAT))
145
sp->t_minrows = sp->
t_rows
= count;
146
if (sp->
t_rows
> sp->rows - 1)
147
sp->t_minrows = sp->
t_rows
= sp->rows - 1;
148
TMAP = HMAP + (sp->
t_rows
- 1);
vs_split.c
138
sp->
t_rows
-= new->rows;
141
if (sp->
t_rows
> sp->t_maxrows)
142
sp->
t_rows
= sp->t_maxrows;
147
new->t_minrows = new->
t_rows
= O_VAL(sp, O_WINDOW);
148
if (new->
t_rows
> new->t_maxrows)
149
new->
t_rows
= new->t_maxrows;
153
sp->t_minrows = sp->
t_rows
= IS_ONELINE(sp) ? 1 : sp->rows - 1;
161
new->t_minrows = new->
t_rows
= O_VAL(sp, O_WINDOW);
162
if (new->
t_rows
> new->rows - 1)
163
new->t_minrows = new->
t_rows
[
all
...]
vs_smap.c
98
for (p = HMAP, cnt = sp->
t_rows
; cnt--; ++p)
105
for (p = HMAP, cnt = sp->
t_rows
; cnt--; ++p)
189
for (p = HMAP, cnt = sp->
t_rows
; cnt--; ++p)
245
for (p = HMAP, cnt = sp->
t_rows
; --cnt; ++p)
251
middle: p = HMAP + sp->
t_rows
/ 2;
262
p = HMAP + sp->
t_rows
/ 2;
306
if (cnt >= sp->
t_rows
) { \
642
sp->
t_rows
!= sp->t_maxrows; --count, ++sp->
t_rows
) {
862
sp->
t_rows
!= sp->t_maxrows; --count, ++sp->t_rows)
[
all
...]
vs_refresh.c
234
for (; lcnt && sp->
t_rows
!= sp->t_maxrows;
235
--lcnt, ++sp->
t_rows
) {
245
for (; lcnt && sp->
t_rows
!= sp->t_maxrows;
246
--lcnt, ++sp->
t_rows
) {
256
for (; sp->
t_rows
> sp->t_minrows;
257
--sp->
t_rows
, --TMAP) {
329
lcnt = vs_sm_nlines(sp, &tmp, lastline+1, sp->
t_rows
);
704
for (cnt = sp->
t_rows
; cnt <= sp->t_maxrows; ++cnt) {
vi.h
281
size_t sv_t_rows; /* tcmd: saved
t_rows
. */
288
* and operating on each entry, use sp->
t_rows
as the count of slots,
342
((sp)->
t_rows
== 1 ? 1 : (sp)->
t_rows
/ 2)
vi.c
1015
*
t_rows
is the rows currently being displayed
1019
sp->
t_rows
= sp->t_minrows = O_VAL(sp, O_WINDOW);
1021
if (sp->
t_rows
> sp->rows - 1) {
1022
sp->t_minrows = sp->
t_rows
= sp->rows - 1;
1025
sp->
t_rows
);
1034
TMAP = HMAP + (sp->
t_rows
- 1);
v_txt.c
143
vip->sv_t_rows = sp->
t_rows
;
165
sp->
t_rows
= sp->t_minrows = ++sp->t_maxrows;
183
sp->
t_rows
= vip->sv_t_rows;
192
for (cnt = sp->
t_rows
; cnt <= sp->t_maxrows; ++cnt) {
196
TMAP = HMAP + (sp->
t_rows
- 1);
/src/external/bsd/nvi/dist/common/
screen.h
121
size_t
t_rows
; /* 1-N: cur number of text rows. */
member in struct:_scr
Completed in 23 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026