OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findcom
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
142
tp =
findcom
(ap[0], FC_BI|FC_FUNC);
545
if ((tp =
findcom
(cp, FC_BI)) == NULL)
612
tp =
findcom
(ap[0], fcflags & (FC_BI|FC_FUNC));
680
tp =
findcom
(cp, fcflags);
1076
findcom
(const char *name, int flags)
function
[
all
...]
sh.h
[
all
...]
funcs.c
549
tp =
findcom
(id, fcflags);
[
all
...]
Completed in 142 milliseconds