PHPDBG_IS_STOPPING  839 sapi/phpdbg/phpdbg.c 				} while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING));
PHPDBG_IS_STOPPING 1103 sapi/phpdbg/phpdbg.c 			PHPDBG_G(flags) |= PHPDBG_IS_STOPPING;
PHPDBG_IS_STOPPING 1119 sapi/phpdbg/phpdbg.c 			if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) {
PHPDBG_IS_STOPPING 1212 sapi/phpdbg/phpdbg.c 						if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) {
PHPDBG_IS_STOPPING 1904 sapi/phpdbg/phpdbg.c 		} while (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING));
PHPDBG_IS_STOPPING  748 sapi/phpdbg/phpdbg_cmd.c 	if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) != PHPDBG_IS_STOPPING) {
PHPDBG_IS_STOPPING  740 sapi/phpdbg/phpdbg_prompt.c 			if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) {
PHPDBG_IS_STOPPING  760 sapi/phpdbg/phpdbg_prompt.c 				if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) {
PHPDBG_IS_STOPPING 1352 sapi/phpdbg/phpdbg_prompt.c 		if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) {
PHPDBG_IS_STOPPING 1374 sapi/phpdbg/phpdbg_prompt.c 					if (!(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) {
PHPDBG_IS_STOPPING 1387 sapi/phpdbg/phpdbg_prompt.c 					if (!PHPDBG_G(in_execution) && !(PHPDBG_G(flags) & PHPDBG_IS_STOPPING)) {
PHPDBG_IS_STOPPING 1473 sapi/phpdbg/phpdbg_prompt.c 	if ((PHPDBG_G(flags) & PHPDBG_IS_STOPPING) && !(PHPDBG_G(flags) & PHPDBG_IS_RUNNING)) {
PHPDBG_IS_STOPPING 1680 sapi/phpdbg/phpdbg_prompt.c 	if (PHPDBG_G(flags) & PHPDBG_IS_STOPPING) {