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_minrows
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/nvi/dist/vi/
vs_split.c
143
if (sp->
t_minrows
> sp->t_maxrows)
144
sp->
t_minrows
= sp->t_maxrows;
147
new->
t_minrows
= new->t_rows = O_VAL(sp, O_WINDOW);
150
if (new->
t_minrows
> new->t_maxrows)
151
new->
t_minrows
= 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);
163
new->
t_minrows
= new->t_rows =
262
new->
t_minrows
= sp->
t_minrows
;
[
all
...]
v_z.c
145
sp->
t_minrows
= sp->t_rows = count;
147
sp->
t_minrows
= sp->t_rows = sp->rows - 1;
vi.h
280
size_t sv_t_minrows; /* tcmd: saved
t_minrows
. */
338
#define IS_SMALL(sp) ((sp)->
t_minrows
!= (sp)->t_maxrows)
vi.c
1013
*
t_minrows
is the minimum rows to display
1019
sp->t_rows = sp->
t_minrows
= O_VAL(sp, O_WINDOW);
1022
sp->
t_minrows
= sp->t_rows = sp->rows - 1;
vs_refresh.c
256
for (; sp->t_rows > sp->
t_minrows
;
v_txt.c
142
vip->sv_t_minrows = sp->
t_minrows
;
165
sp->t_rows = sp->
t_minrows
= ++sp->t_maxrows;
184
sp->
t_minrows
= vip->sv_t_minrows;
vs_smap.c
976
for (; sp->t_rows > sp->
t_minrows
; --sp->t_rows, --TMAP) {
/src/external/bsd/nvi/dist/common/
screen.h
123
size_t
t_minrows
; /* 1-N: min number of text rows. */
member in struct:_scr
Completed in 70 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026