HomeSort by relevance Sort by last modified time
    Searched refs:tobool (Results 1 - 12 of 12) sorted by null

  /external/mksh/src/
eval.c 587 gotmatch = tobool(gmatchx(sbeg, pat, false));
968 glob(cp, wp, tobool(f & DOMARKDIRS));
1068 tobool(f & DOASNTILDE));
1289 xp->split = tobool((unsigned int)c == ORD('@'));
1332 xp->split = tobool(ord(p[1]) == ORD('@'));
    [all...]
tree.c 214 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
var.c 454 bool no_ro_check = tobool(error_ok & 0x4);
893 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
    [all...]
edit.c     [all...]
misc.c 376 set = tobool(!(go.info & GI_PLUS));
495 go.optind += set_array(array, tobool(arrayset > 0),
    [all...]
sh.h 228 #define tobool(cond) ((cond) ? true : false) macro
    [all...]
lex.c 1341 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
    [all...]
main.c 802 volatile bool wastty = tobool(s->flags & SF_TTY);
1256 error_prefix(tobool(flags & VWARNINGF_FILELINE));
    [all...]
syn.c 730 t->u.ksh_func = tobool(ksh_func);
histrap.c 252 hfirst = hist_get(first, tobool(lflag || last), lflag);
    [all...]
exec.c     [all...]
funcs.c 250 bool physical = tobool(Flag(FPHYSICAL));
    [all...]

Completed in 168 milliseconds