Searched refs:tobool (Results 1 - 12 of 12) sorted by relevance

/external/mksh/src/
H A Deval.c597 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
926 glob(cp, wp, tobool(f & DOMARKDIRS));
1213 xp->split = tobool(c == '@');
1256 xp->split = tobool(p[1] == '@');
1781 glob(start, wp, tobool(fdo & DOMARKDIRS));
H A Dmisc.c384 set = tobool(!(go.info & GI_PLUS));
503 go.optind += set_array(array, tobool(arrayset > 0),
889 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
1785 bool physical = tobool(Flag(FPHYSICAL));
H A Dedit.c1359 x_adj_ok = tobool(xcp >= xlp);
2503 hastilde = tobool(*m1);
2723 tobool(flags & XCF_IS_COMMAND));
2761 tobool(flags & XCF_IS_COMMAND));
4599 if ((ncursor = findch(fsavech, argcnt, tobool(t),
4600 tobool(i))) < 0)
4700 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0)
5336 tobool(flags & XCF_IS_COMMAND));
5418 x_print_expansions(nwords, words, tobool(i & XCF_IS_COMMAND));
H A Dfuncs.c235 bool physical = tobool(Flag(FPHYSICAL));
836 tobool(fset & UCASEV_AL));
847 tobool(f->flag & FKSH),
870 tobool(vp->flag & FKSH),
H A Dlex.c1368 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
1681 return (tobool(depth == 0));
H A Dmain.c736 volatile bool wastty = tobool(s->flags & SF_TTY);
1168 error_prefix(tobool(flags & VWARNINGF_FILELINE));
H A Dvar.c418 bool no_ro_check = tobool(error_ok & 0x4);
839 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
H A Dsh.h215 #define tobool(cond) ((cond) ? true : false) macro
936 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
H A Dhistrap.c255 hfirst = hist_get(first, tobool(lflag || last), lflag);
H A Dsyn.c700 t->u.ksh_func = tobool(ksh_func);
H A Dtree.c203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
H A Dexec.c996 if (t != NULL && !tobool(t->u.ksh_func)) {

Completed in 219 milliseconds