Searched refs:BC_STATUS_QUIT (Results 1 – 1 of 1) sorted by relevance
57 BC_STATUS_QUIT, enumerator4119 s = BC_STATUS_QUIT; in bc_parse_stmt()4163 if ((s && s != BC_STATUS_QUIT) || TT.sig) s = bc_parse_reset(p, s); in bc_parse_parse()5376 (!s && TT.sig == SIGINT && FLAG(i))) return BC_STATUS_QUIT; in bc_program_reset()5385 else s = BC_STATUS_QUIT; in bc_program_reset()5442 s = BC_STATUS_QUIT; in bc_program_exec()5571 if ((s && s != BC_STATUS_QUIT) || TT.sig) s = bc_program_reset(p, s); in bc_program_exec()5687 return s == BC_STATUS_QUIT || !FLAG(i) || !is_stdin ? s : BC_STATUS_SUCCESS; in bc_vm_process()5834 if (!s || s != BC_STATUS_QUIT) s = bc_vm_stdin(); in bc_main()