/external/mksh/src/ |
funcs.c | 224 bool physical = tobool(Flag(FPHYSICAL)); 799 tobool(fset & UCASEV_AL)); 810 tobool(f->flag & FKSH), 835 tobool(vp->flag & FKSH), [all...] |
misc.c | 440 go.optind += set_array(array, tobool(arrayset > 0), [all...] |
edit.c | [all...] |
sh.h | 363 #define tobool(cond) ((cond) ? true : false) macro 787 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \ [all...] |
histrap.c | 207 hfirst = hist_get(first, tobool(lflag || last), lflag); [all...] |
lex.c | [all...] |
syn.c | 679 t->u.ksh_func = tobool(ksh_func);
|
tree.c | 181 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
|
eval.c | 550 gotmatch = tobool(gmatchx(sbeg, tpat0, false)); [all...] |
exec.c | 974 if (t != NULL && !tobool(t->u.ksh_func)) { [all...] |
main.c | 1060 error_prefix(tobool(flags & VWARNINGF_FILELINE)); [all...] |
var.c | 771 vp = (set&LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) : [all...] |