OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_func
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
syn.c
641
bool
ksh_func
)
665
if (
ksh_func
) {
671
ksh_func
= false;
679
t->u.
ksh_func
= tobool(
ksh_func
);
tree.c
181
fpFUNCTf(shf, indent, tobool(t->u.
ksh_func
), t->str, t->left);
968
t->u.
ksh_func
? "yes" : "no");
exec.c
974
if (t != NULL && !tobool(t->u.
ksh_func
)) {
1011
if (t->u.
ksh_func
)
[
all
...]
sh.h
1151
short
ksh_func
;
member in union:op::__anon9747
[
all
...]
Completed in 34 milliseconds