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

  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/mksh/src/
eval.c 614 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
932 glob(cp, wp, tobool(f & DOMARKDIRS));
1218 xp->split = tobool(c == '@');
1261 xp->split = tobool(p[1] == '@');
    [all...]
misc.c 403 set = tobool(!(go.info & GI_PLUS));
522 go.optind += set_array(array, tobool(arrayset > 0),
908 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
    [all...]
edit.c 1358 x_adj_ok = tobool(xcp >= xlp);
    [all...]
funcs.c 228 bool physical = tobool(Flag(FPHYSICAL));
822 tobool(fset & UCASEV_AL));
833 tobool(f->flag & FKSH),
858 tobool(vp->flag & FKSH),
    [all...]
lex.c 1369 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
    [all...]
main.c 784 volatile bool wastty = tobool(s->flags & SF_TTY);
1219 error_prefix(tobool(flags & VWARNINGF_FILELINE));
    [all...]
var.c 409 bool no_ro_check = tobool(error_ok & 0x4);
788 vp = (set&LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
    [all...]
sh.h 210 #define tobool(cond) ((cond) ? true : false) macro
921 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
    [all...]
histrap.c 255 hfirst = hist_get(first, tobool(lflag || last), lflag);
    [all...]
syn.c 700 t->u.ksh_func = tobool(ksh_func);
tree.c 203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
exec.c 997 if (t != NULL && !tobool(t->u.ksh_func)) {
    [all...]

Completed in 297 milliseconds