OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_command
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
edit.c
39
int *startp, int *
is_command
));
454
x_print_expansions(nwords, words,
is_command
)
457
int
is_command
;
468
if (!
is_command
786
int
is_command
;
local
788
len = x_locate_word(buf, buflen, pos, startp, &
is_command
);
790
is_command
= 0;
795
if (len == 0 &&
is_command
)
798
nwords = (
is_command
? x_command_glob : x_file_glob)(flags,
806
*is_commandp =
is_command
;
[
all
...]
emacs.c
1738
int
is_command
;
local
1743
&start, &end, &words, &
is_command
);
1774
int
is_command
;
local
1778
&start, &end, &words, &
is_command
);
1786
x_print_expansions(nwords, words,
is_command
);
1809
x_print_expansions(nwords, words,
is_command
);
vi.c
2006
int
is_command
;
local
2030
&start, &end, &words, &
is_command
);
2041
x_print_expansions(nwords, words,
is_command
);
2049
if (
is_command
) {
2110
int
is_command
;
local
2114
&start, &end, &words, &
is_command
);
2119
x_print_expansions(nwords, words,
is_command
);
Completed in 24 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026