OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excmd
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nvi/dist/vi/
v_search.c
73
EXCMD
*cmdp;
127
wp->
excmd
.cp = tp->lb;
128
wp->
excmd
.clen = tp->len;
129
F_INIT(&wp->
excmd
, E_VISEARCH);
151
F_SET(&wp->
excmd
, E_SEARCH_WMSG);
181
cmdp = &wp->
excmd
;
191
wp->
excmd
.clen = 0;
/src/external/bsd/nvi/dist/ex/
ex.c
42
static void ex_comlog __P((SCR *,
EXCMD
*));
47
static int ex_line __P((SCR *,
EXCMD
*, MARK *, int *, int *));
85
wp->
excmd
.if_lno = 1;
86
wp->
excmd
.if_name = strdup("script");
97
for (;; ++wp->
excmd
.if_lno) {
123
CLEAR_EX_PARSER(&wp->
excmd
);
132
wp->
excmd
.cp = &space; /* __TK__ why not |? */
133
wp->
excmd
.clen = 1;
135
wp->
excmd
.cp = tp->lb;
136
wp->
excmd
.clen = tp->len
[
all
...]
ex_init.c
260
EXCMD
cmd;
280
EXCMD
*ecp;
284
CALLOC_RET(sp, ecp,
EXCMD
*, 1, sizeof(
EXCMD
));
287
ecp = &wp->
excmd
;
/src/external/bsd/nvi/dist/common/
gs.c
85
LIST_INSERT_HEAD(&wp->ecq, &wp->
excmd
, q);
screen.h
48
* Ex command structures (
EXCMD
). Defined here because ex commands
53
EXCMD
excmd
; /* Default ex command structure. */
member in struct:_win
Completed in 30 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026