/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | [all...] |
/external/mksh/src/ |
eval.c | 597 gotmatch = tobool(gmatchx(sbeg, tpat0, false)); 926 glob(cp, wp, tobool(f & DOMARKDIRS)); 1213 xp->split = tobool(c == '@'); 1256 xp->split = tobool(p[1] == '@'); [all...] |
misc.c | 384 set = tobool(!(go.info & GI_PLUS)); 503 go.optind += set_array(array, tobool(arrayset > 0), 889 if ((notp = tobool(ISMAGIC(*p) && *++p == '!'))) [all...] |
edit.c | 1359 x_adj_ok = tobool(xcp >= xlp); [all...] |
funcs.c | 235 bool physical = tobool(Flag(FPHYSICAL)); 836 tobool(fset & UCASEV_AL)); 847 tobool(f->flag & FKSH), 870 tobool(vp->flag & FKSH), [all...] |
lex.c | 1368 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); [all...] |
main.c | 736 volatile bool wastty = tobool(s->flags & SF_TTY); 1168 error_prefix(tobool(flags & VWARNINGF_FILELINE)); [all...] |
var.c | 418 bool no_ro_check = tobool(error_ok & 0x4); 839 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) : [all...] |
sh.h | 215 #define tobool(cond) ((cond) ? true : false) macro 936 #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 | 996 if (t != NULL && !tobool(t->u.ksh_func)) { [all...] |