Lines Matching defs:bool

229 #undef bool
234 #define bool mksh_bool
238 /* make any-type into bool or short */
922 EXTERN bool as_builtin; /* direct builtin call */
1335 EXTERN bool shl_stdout_ok;
1401 EXTERN bool really_exit;
1658 EXTERN bool builtin_spec;
1791 EXTERN bool last_lookup_was_array;
2169 bool do_last;
2170 bool prefcol;
2404 int x_bind(const char * SMALLP(bool));
2414 void x_mkraw(int, mksh_ttyst *, bool);
2423 int glob_str(char *, XPtrV *, bool);
2429 struct tbl *findfunc(const char *, uint32_t, bool);
2433 void flushcom(bool);
2440 int evaluate(const char *, mksh_ari_t *, int, bool);
2441 int v_evaluate(struct tbl *, const char *, volatile int, bool);
2466 bool valid_alias_name(const char *);
2510 void histsave(int *, const char *, int, bool);
2512 bool histsync(void);
2523 int findhist(int, const char *, bool, bool) MKSH_A_PURE;
2524 char **hist_get_newest(bool);
2527 Trap *gettrap(const char *, bool, bool);
2533 void runtrap(Trap *, bool);
2537 bool block_pipe(void);
2576 int include(const char *, int, const char **, bool);
2591 void warningf(bool, const char *, ...)
2605 void error_prefix(bool);
2613 int ksh_dup2(int, int, bool);
2642 void change_flag(enum sh_flag, int, bool);
2643 void change_xtrace(unsigned char, bool);
2644 int parse_args(const char **, int, bool *);
2646 int gmatchx(const char *, const char *, bool);
2647 bool has_globbing(const char *) MKSH_A_PURE;
2671 int unbksl(bool, int (*)(void), void (*)(int));
2715 struct op *compile(Source *, bool, bool);
2716 bool parse_usec(const char *, struct timeval *);
2718 void yyrecursive_pop(bool);
2734 void fpFUNCTf(struct shf *, int, bool, const char *, struct op *);
2741 struct tbl *isglobal(const char *, bool);
2742 struct tbl *local(const char *, bool);
2745 struct tbl *setint_v(struct tbl *, struct tbl *, bool);
2750 const char *skip_varname(const char *, bool) MKSH_A_PURE;
2751 const char *skip_wdvarname(const char *, bool) MKSH_A_PURE;
2752 int is_wdvarname(const char *, bool) MKSH_A_PURE;
2759 mksh_uari_t set_array(const char *, bool, const char **);
2826 const char *(*getopnd) (struct test_env *, Test_op, bool);
2827 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2835 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
2840 EXTERN bool tty_devtty; /* true if tty_fd is from /dev/tty */
2842 EXTERN bool tty_hasstate; /* true if tty_state is valid */