bool               19 include/assemble.h     bool src;             /**<ソースを表示する場合はtrue */
bool               20 include/assemble.h     bool label;           /**<ラベル表を表示する場合はtrue */
bool               21 include/assemble.h     bool onlylabel;       /**<ラベル表を表示して終了する場合はtrue */
bool               22 include/assemble.h     bool asdetail;        /**<アセンブラ詳細結果を表示する場合はtrue */
bool               23 include/assemble.h     bool onlyassemble;    /**<アセンブルだけを行う場合はtrue */
bool              102 include/assemble.h bool addlabel(const char *prog, const char *label, WORD adr);
bool              132 include/assemble.h bool assemblefile(const char *file, PASS pass);
bool              143 include/assemble.h bool assemble(int filec, char *filev[], WORD adr);
bool               13 include/disassemble.h bool disassemble_file(const char *file);
bool              103 include/monitor.h bool getbps(WORD adr);
bool              112 include/monitor.h bool addbps(WORD adr);
bool              122 include/monitor.h bool delbps(WORD adr);
bool              133 include/struct.h     bool stop;    /**<終了フラグ */
bool              142 include/struct.h     bool trace;           /**<レジストリの内容をステップごとに表示する場合はtrue */
bool              143 include/struct.h     bool logical;         /**<レジストリの内容を論理値(0から65535)で表示する場合はtrue */
bool              144 include/struct.h     bool dump;            /**<メモリの内容をステップごとに表示する場合はtrue */
bool              147 include/struct.h     bool monitor;         /**<モニターモードの場合はtrue */
bool              148 include/struct.h     bool step;            /**<ステップ実行の場合はtrue */
bool              180 include/struct.h bool create_cmdtable(CMDTAB_HASH hash);
bool               50 include/word.h void print_dumpword(WORD word, bool logicalmode);
bool               38 src/assemble.c WORD grword(const char *str, bool is_x);
bool               66 src/assemble.c void writestr(const char *str, bool literal, PASS pass);
bool              211 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass);
bool              221 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass);
bool              231 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass);
bool              243 src/assemble.c bool assembleline(const char *line, PASS pass);
bool              313 src/assemble.c WORD grword(const char *str, bool is_x)
bool              363 src/assemble.c void writestr(const char *str, bool literal, PASS pass)
bool              366 src/assemble.c     bool lw = false;
bool              543 src/assemble.c bool casl2cmd(CMD *cmdtbl, const CMDLINE *cmdl, PASS pass)
bool              557 src/assemble.c bool assemble_comet2cmd(const CMDLINE *cmdl, PASS pass)
bool              647 src/assemble.c bool assembletok(const CMDLINE *cmdl, PASS pass)
bool              665 src/assemble.c bool assembleline(const char *line, PASS pass)
bool              668 src/assemble.c     bool stat = true;
bool              699 src/assemble.c bool assemblefile(const char *file, PASS pass)
bool              727 src/assemble.c bool assemble(int filec, char *filev[], WORD adr)
bool              732 src/assemble.c     bool stat = false;
bool               57 src/cmem.c         bool quoting = false;
bool              173 src/disassemble.c bool disassemble_file(const char *file)
bool              175 src/disassemble.c     bool stat = true;
bool              183 src/disassemble.c     bool inst = true;
bool              233 src/disassemble.c     bool inst = true;
bool               25 src/dumpword.c     bool logicalmode = false;    /* レジストリの内容を論理値(0から65535)で表示する場合はtrue */
bool              294 src/exec.c     void addl_gr(WORD r, WORD val, bool add)
bool              106 src/label.c    bool addlabel(const char *prog, const char *label, WORD adr)
bool               25 src/monitor.c  bool getbps(WORD adr)
bool               37 src/monitor.c  bool addbps(WORD adr)
bool               57 src/monitor.c  bool delbps(WORD adr)
bool               62 src/monitor.c      bool res = false;
bool              182 src/monitor.c  bool stracmp(char *str1, int str2c, char *str2v[])
bool              113 src/struct.c   bool create_cmdtable(CMDTAB_HASH hash)
bool               35 src/token.c        bool quoting = false;
bool              137 src/word.c     void print_dumpword(WORD word, bool logicalmode)
bool                5 test/unit/getgr/cmd.c WORD getgr(const char *str, bool is_x);
bool               11 test/unit/getgr/cmd.c     bool is_x[] = {