FALSE              45 src/dps8/shm.c #if !defined(FALSE)
FALSE             253 src/dps8/shm.c       if (fcntl(fd, F_GETLK, &lock) == FALSE && lock.l_pid > 0)
FALSE             400 src/dps8/udplib.c 
FALSE             125 src/libsir/src/sircondition.c         valid = (FALSE != SleepConditionVariableCS(cond, mutex, *howlong))
FALSE              70 src/libsir/src/sirconsole.c         ? TRUE : FALSE;
FALSE             630 src/libsir/src/sirfilesystem.c     return (FALSE != DeleteFileA(path)) ? true : _sir_handlewin32err(GetLastError());
FALSE             513 src/libsir/src/sirinternal.c     return _sir_init_common_static() ? TRUE : FALSE;
FALSE             548 src/libsir/src/sirinternal.c     return (FALSE != InitOnceExecuteOnce(once, func, NULL, NULL)) ? true
FALSE             112 src/libsir/src/sirmutex.c         return FALSE != TryEnterCriticalSection(mutex);
FALSE             266 src/simh/scp.c t_bool sim_asynch_enabled = FALSE;
FALSE             395 src/simh/scp.c SCHTAB *sim_schrptr              = FALSE;
FALSE             396 src/simh/scp.c SCHTAB *sim_schaptr              = FALSE;
FALSE             403 src/simh/scp.c t_bool sim_processing_event      = FALSE;
FALSE            1920 src/simh/scp.c         lookswitch = FALSE;                         /* no more switches */
FALSE            2258 src/simh/scp.c t_bool found = FALSE;
FALSE            2279 src/simh/scp.c             all_unique = FALSE;
FALSE            2376 src/simh/scp.c t_bool found = FALSE;
FALSE            2420 src/simh/scp.c         t_bool desc_available = FALSE;
FALSE            2480 src/simh/scp.c t_bool found = FALSE;
FALSE            2582 src/simh/scp.c             fprint_set_help_ex (st, dptr, FALSE);
FALSE            2586 src/simh/scp.c             fprint_show_help_ex (st, dptr, FALSE);
FALSE            2590 src/simh/scp.c             fprint_attach_help_ex (st, dptr, FALSE);
FALSE            2594 src/simh/scp.c             fprint_brk_help_ex (st, dptr, FALSE);
FALSE            2603 src/simh/scp.c         fprint_reg_help_ex (st, dptr, FALSE);
FALSE            2980 src/simh/scp.c             staying = FALSE;
FALSE            3496 src/simh/scp.c t_bool Not = FALSE;
FALSE            3527 src/simh/scp.c             { "==",   0,  0, FALSE },
FALSE            3528 src/simh/scp.c             { "EQU",  0,  0, FALSE },
FALSE            3531 src/simh/scp.c             { "<",   -1, -1, FALSE },
FALSE            3532 src/simh/scp.c             { "LSS", -1, -1, FALSE },
FALSE            3533 src/simh/scp.c             { "<=",   0, -1, FALSE },
FALSE            3534 src/simh/scp.c             { "LEQ",  0, -1, FALSE },
FALSE            3535 src/simh/scp.c             { ">",    1,  1, FALSE },
FALSE            3536 src/simh/scp.c             { "GTR",  1,  1, FALSE },
FALSE            3537 src/simh/scp.c             { ">=",   0,  1, FALSE },
FALSE            3538 src/simh/scp.c             { "GEQ",  0,  1, FALSE },
FALSE            5846 src/simh/scp.c static t_bool run_cmd_did_reset = FALSE;
FALSE            5854 src/simh/scp.c run_cmd_did_reset = FALSE;
FALSE            6087 src/simh/scp.c     return (detach_all (0, FALSE));
FALSE            6276 src/simh/scp.c     static t_bool not_implemented_message = FALSE;
FALSE            7354 src/simh/scp.c t_bool quoting = FALSE;
FALSE            7355 src/simh/scp.c t_bool escaping = FALSE;
FALSE            7367 src/simh/scp.c                         quoting = FALSE;
FALSE            7370 src/simh/scp.c                 escaping = FALSE;
FALSE            7394 src/simh/scp.c return (CONST char *)get_glyph_gen (iptr, optr, mchar, TRUE, FALSE, 0);
FALSE            7399 src/simh/scp.c return (CONST char *)get_glyph_gen (iptr, optr, mchar, FALSE, FALSE, 0);
FALSE            7404 src/simh/scp.c return (CONST char *)get_glyph_gen (iptr, optr, mchar, FALSE, TRUE, '\\');
FALSE            7414 src/simh/scp.c return (CONST char *)get_glyph_gen (iptr, optr, 0, TRUE, FALSE, 0);
FALSE            7695 src/simh/scp.c t_bool double_quote_found = FALSE;
FALSE            7696 src/simh/scp.c t_bool single_quote_found = FALSE;
FALSE            7921 src/simh/scp.c return (dptr->flags & DEV_DIS? TRUE: FALSE);
FALSE            8718 src/simh/scp.c sim_processing_event = FALSE;
FALSE            8877 src/simh/scp.c   return FALSE;
FALSE            9216 src/simh/scp.c BRKTAB *bp = sim_brk_fnd_ex (loc, sw & (~SWMASK ('C')), FALSE, 0);
FALSE            9530 src/simh/scp.c t_bool after_set = FALSE;
FALSE            10049 src/simh/scp.c return FALSE;
FALSE            10655 src/simh/scp.c t_bool excluded = FALSE;
FALSE            10818 src/simh/scp.c             excluded = FALSE;
FALSE            11103 src/simh/scp.c t_bool flat_help = FALSE;
FALSE            11284 src/simh/scp.c         pstring = helpPrompt (topic, prompt[topic->kids != 0], FALSE);
FALSE             363 src/simh/sim_console.c static t_bool sim_log_temp                 = FALSE; /* temporary log file active */
FALSE             365 src/simh/sim_console.c static t_bool sim_rem_master_mode          = FALSE; /* Master Mode Enabled Flag */
FALSE             366 src/simh/sim_console.c static t_bool sim_rem_master_was_enabled   = FALSE; /* Master was Enabled */
FALSE             367 src/simh/sim_console.c static t_bool sim_rem_master_was_connected = FALSE; /* Master Mode has been connected */
FALSE             471 src/simh/sim_console.c         sim_rem_single_mode[c] = FALSE;                 /*  start in multi-command mode */
FALSE             651 src/simh/sim_console.c t_bool close_session = FALSE;
FALSE             687 src/simh/sim_console.c             was_active_command = FALSE;
FALSE             711 src/simh/sim_console.c                 sim_rem_single_mode[i] = FALSE;         /* enter multi command mode */
FALSE             759 src/simh/sim_console.c     got_command = FALSE;
FALSE             877 src/simh/sim_console.c         got_command = FALSE;
FALSE             891 src/simh/sim_console.c                 sim_rem_single_mode[i] = FALSE;
FALSE             987 src/simh/sim_console.c                 sim_log_temp = FALSE;
FALSE            1030 src/simh/sim_console.c         sim_rem_single_mode[i] = FALSE;
FALSE            1379 src/simh/sim_console.c r = sim_open_logfile (gbuf, FALSE, &sim_deb, &sim_deb_ref);
FALSE            1988 src/simh/sim_console.c     return FALSE;
FALSE             103 src/simh/sim_defs.h # if !defined(FALSE)
FALSE             199 src/simh/sim_disk.c     return FALSE;
FALSE             206 src/simh/sim_disk.c         return FALSE;
FALSE             212 src/simh/sim_disk.c t_bool r = FALSE;
FALSE             221 src/simh/sim_disk.c return (uptr->flags & DKUF_WRP)? TRUE: FALSE;
FALSE             384 src/simh/sim_disk.c         t_bool sect_error = FALSE;
FALSE             759 src/simh/sim_disk.c t_bool created = FALSE, copied = FALSE;
FALSE             760 src/simh/sim_disk.c t_bool auto_format = FALSE;
FALSE             959 src/simh/sim_disk.c                 t_bool sect_error = FALSE;
FALSE             151 src/simh/sim_tape.c t_bool auto_format = FALSE;
FALSE             235 src/simh/sim_tape.c t_bool auto_format = FALSE;
FALSE            1525 src/simh/sim_tape.c t_bool last_tapemark = FALSE;
FALSE            1604 src/simh/sim_tape.c return sim_tape_spfilebyrecf (uptr, count, skipped, &totalrecsskipped, FALSE);
FALSE            1822 src/simh/sim_tape.c return (uptr->pos <= fmts[f].bot)? TRUE: FALSE;
FALSE            1829 src/simh/sim_tape.c return (uptr->capac && (uptr->pos >= uptr->capac))? TRUE: FALSE;
FALSE            1836 src/simh/sim_tape.c return ((uptr->flags & MTUF_WRP) || (MT_GET_FMT (uptr) == MTUF_F_TPC))? TRUE: FALSE;
FALSE              85 src/simh/sim_timer.c static t_bool sim_catchup_ticks                          = FALSE;
FALSE             410 src/simh/sim_timer.c rtc_clock_catchup_pending[tmr]    = FALSE;
FALSE             411 src/simh/sim_timer.c rtc_clock_catchup_eligible[tmr]   = FALSE;
FALSE             441 src/simh/sim_timer.c     rtc_clock_catchup_pending[tmr] = FALSE;
FALSE             619 src/simh/sim_timer.c     sim_catchup_ticks = FALSE;
FALSE             412 src/simh/sim_tmxr.c     loop_write_ex (lp, (char *)&length, sizeof(length), FALSE);
FALSE             926 src/simh/sim_tmxr.c             if ((lp->conn == FALSE) &&                  /* is the line available? */
FALSE             929 src/simh/sim_tmxr.c                 (lp->ser_connect_pending == FALSE) &&
FALSE             939 src/simh/sim_tmxr.c                 if ((lp->conn == FALSE) &&              /* is the line available? */
FALSE             942 src/simh/sim_tmxr.c                     (lp->ser_connect_pending == FALSE) &&
FALSE             966 src/simh/sim_tmxr.c                                 (tlp->modembits & TMXR_MDM_RNG) && (tlp->conn == FALSE))
FALSE            1019 src/simh/sim_tmxr.c         lp->ser_connect_pending = FALSE;
FALSE            1044 src/simh/sim_tmxr.c                     switch (sim_check_conn(lp->connecting, FALSE))
FALSE            1116 src/simh/sim_tmxr.c                         if (lp->conn == FALSE) {                    /* is the line available? */
FALSE            1194 src/simh/sim_tmxr.c         lp->conn = FALSE;
FALSE            1226 src/simh/sim_tmxr.c return tmxr_reset_ln_ex (lp, FALSE);
FALSE            1272 src/simh/sim_tmxr.c         (lp->conn == FALSE)                       &&    /* Not connected */
FALSE            1311 src/simh/sim_tmxr.c                     (tlp->modembits & TMXR_MDM_RNG) && (tlp->conn == FALSE))
FALSE            1385 src/simh/sim_tmxr.c if (lp->loopback == (enable_loopback != FALSE))
FALSE            1387 src/simh/sim_tmxr.c lp->loopback = (enable_loopback != FALSE);
FALSE            1417 src/simh/sim_tmxr.c return (lp->loopback != FALSE);
FALSE            1436 src/simh/sim_tmxr.c if (lp->halfduplex == (enable_halfduplex != FALSE))
FALSE            1438 src/simh/sim_tmxr.c lp->halfduplex = (enable_halfduplex != FALSE);
FALSE            1444 src/simh/sim_tmxr.c return (lp->halfduplex != FALSE);
FALSE            1712 src/simh/sim_tmxr.c                             lp->notelnet = FALSE;
FALSE            1791 src/simh/sim_tmxr.c                             lp->notelnet = FALSE;
FALSE            1848 src/simh/sim_tmxr.c if ((lp->conn == FALSE) &&                              /* no conn & not buffered telnet? */
FALSE            2066 src/simh/sim_tmxr.c tmxr_set_line_loopback (lp, FALSE);
FALSE            2211 src/simh/sim_tmxr.c     nolog = notelnet = listennotelnet = loopback = FALSE;
FALSE            2275 src/simh/sim_tmxr.c                 modem_control = FALSE;
FALSE            2299 src/simh/sim_tmxr.c                 datagram = FALSE;
FALSE            2325 src/simh/sim_tmxr.c                         listennotelnet = FALSE;
FALSE            2347 src/simh/sim_tmxr.c                     listennotelnet = FALSE;
FALSE            2371 src/simh/sim_tmxr.c                             notelnet = FALSE;
FALSE            2589 src/simh/sim_tmxr.c                     _mux_detach_line (lp, FALSE, TRUE);
FALSE            2730 src/simh/sim_tmxr.c             _mux_detach_line (lp, TRUE, FALSE);
FALSE            2777 src/simh/sim_tmxr.c                     _mux_detach_line (lp, FALSE, TRUE);
FALSE            2907 src/simh/sim_tmxr.c t_bool found = FALSE;
FALSE            3155 src/simh/sim_tmxr.c         lp->conn = FALSE;
FALSE            3234 src/simh/sim_tmxr.c t_bool single_line = FALSE;               /* default to Multi-Line help */
FALSE            3844 src/simh/sim_tmxr.c             if (set [line] == FALSE) {                  /* not already specified? */
FALSE            3854 src/simh/sim_tmxr.c             if (set [line] == FALSE) {                  /* specified? */
FALSE            3909 src/simh/sim_tmxr.c                 first = FALSE;
FALSE            3928 src/simh/sim_tmxr.c if (first == FALSE)                                     /* sanity check for lines == 0 */
FALSE             308 src/simh/sim_tmxr.h # define tmxr_attach(mp, uptr, cptr) tmxr_attach_ex(mp, uptr, cptr, FALSE)