OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ex_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nvi/dist/ex/
ex_cmd.c
214
{L("list"),
ex_list
, E_ADDR2|E_CLRFLAG,
ex_print.c
43
*
ex_list
-- :[line [,line]] l[ist] [count] [flags]
47
* PUBLIC: int
ex_list
__P((SCR *, EXCMD *));
50
ex_list
(SCR *sp, EXCMD *cmdp)
function
/src/sys/kern/
kern_exec.c
187
LIST_ENTRY(exec_entry)
ex_list
;
1826
LIST_FOREACH(it, &ex_head,
ex_list
) {
1847
LIST_INSERT_HEAD(&ex_head, it,
ex_list
);
1853
LIST_REMOVE(it,
ex_list
);
1901
next = LIST_NEXT(it,
ex_list
);
1903
LIST_REMOVE(it,
ex_list
);
1952
LIST_FOREACH(ex, &ex_head,
ex_list
) {
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026