lookup_cmd       1450 xdebug_handler_dbgp.c 			xdebug_xml_add_text(*retval, xdstrdup(lookup_cmd(CMD_OPTION('n')) ? "1" : "0"));
lookup_cmd       1451 xdebug_handler_dbgp.c 			xdebug_xml_add_attribute(*retval, "supported", lookup_cmd(CMD_OPTION('n')) ? "1" : "0");
lookup_cmd       2038 xdebug_handler_dbgp.c 		command = lookup_cmd(cmd);
lookup_cmd       1250 xdebug_handler_gdb.c 		if (!(cmd = lookup_cmd(line, flags))) {
lookup_cmd       1264 xdebug_handler_gdb.c 				show_command_info(context, lookup_cmd(args->args[0], XDEBUG_ALL));
lookup_cmd       1275 xdebug_handler_gdb.c 		if ((cmd = lookup_cmd(tmp, flags))) {