PHPDBG_IS_INTERACTIVE  896 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(socket_fd) != -1 && !(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) {
PHPDBG_IS_INTERACTIVE 1100 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE) {
PHPDBG_IS_INTERACTIVE 1200 sapi/phpdbg/phpdbg.c 					if (PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE) {
PHPDBG_IS_INTERACTIVE 1215 sapi/phpdbg/phpdbg.c 					} else if (!(PHPDBG_G(flags) & PHPDBG_IS_INTERACTIVE)) {
PHPDBG_IS_INTERACTIVE 1848 sapi/phpdbg/phpdbg.c 						PHPDBG_G(flags) = (PHPDBG_G(flags) & ~PHPDBG_HAS_PAGINATION) | PHPDBG_IS_INTERACTIVE | PHPDBG_PREVENT_INTERACTIVE;
PHPDBG_IS_INTERACTIVE 1850 sapi/phpdbg/phpdbg.c 						PHPDBG_G(flags) |= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE  733 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE  736 sapi/phpdbg/phpdbg_prompt.c 			PHPDBG_G(flags) ^= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE 1349 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) |= PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE 1420 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_G(flags) &= ~PHPDBG_IS_INTERACTIVE;
PHPDBG_IS_INTERACTIVE   41 sapi/phpdbg/phpdbg_sigio_win32.c 		if (*swd->flags & PHPDBG_IS_INTERACTIVE) {
PHPDBG_IS_INTERACTIVE   54 sapi/phpdbg/phpdbg_sigio_win32.c 		if (!(*swd->flags & PHPDBG_IS_INTERACTIVE)) {