OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_TINPUT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
screen.h
276
#define
SC_TINPUT
0x08000000 /* Doing text input. */
vi_db.c
123
if (F_ISSET(sp,
SC_TINPUT
)) {
504
return (lno <= (F_ISSET(sp,
SC_TINPUT
) ?
540
if (F_ISSET(sp,
SC_TINPUT
))
584
*lnop = (F_ISSET(sp,
SC_TINPUT
) &&
vi_db1.c
123
if (F_ISSET(sp,
SC_TINPUT
)) {
499
return (lno <= (F_ISSET(sp,
SC_TINPUT
) ?
534
if (F_ISSET(sp,
SC_TINPUT
))
575
*lnop = (F_ISSET(sp,
SC_TINPUT
) &&
/src/external/bsd/nvi/dist/vi/
vs_line.c
446
--cno_cnt == 0 && (F_ISSET(sp,
SC_TINPUT
) || !is_partial)) {
448
if (F_ISSET(sp,
SC_TINPUT
))
v_txt.c
296
F_SET(sp,
SC_TINPUT
);
1453
F_CLR(sp,
SC_TINPUT
);
1471
F_CLR(sp,
SC_TINPUT
);
2618
F_CLR(sp,
SC_TINPUT
| SC_TINPUT_INFO);
2655
F_SET(sp,
SC_TINPUT
| SC_TINPUT_INFO);
2719
F_CLR(sp,
SC_TINPUT
);
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026