OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_cnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
key.c
358
(wp->i_event != NULL && wp->
i_cnt
== 0 && nitems <= wp->i_nelem)) {
359
if (wp->
i_cnt
!= 0)
370
total = wp->
i_cnt
+ wp->i_next + nitems + TERM_PUSH_SHIFT;
373
if (wp->
i_cnt
)
375
wp->i_event + wp->i_next, wp->
i_cnt
);
379
copy: wp->
i_cnt
+= nitems;
409
nevents > wp->i_nelem - (wp->i_next + wp->
i_cnt
))
411
evp = wp->i_event + wp->i_next + wp->
i_cnt
;
412
wp->
i_cnt
+= nevents;
429
if ((wp->
i_cnt
-= len) == 0)
[
all
...]
screen.h
59
size_t
i_cnt
; /* Count of events. */
member in struct:_win
key.h
151
#define KEYS_WAITING(sp) ((sp)->wp->
i_cnt
!= 0)
Completed in 23 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026