Searched refs:CS_MORE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/ddb/
H A Ddb_command.h54 #define CS_MORE 0x2 /* standard syntax, but may have other macro
H A Ddb_command.c284 if ((cmd->flag & CS_MORE) == 0)
669 { "write", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
670 { "w", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
675 { "watch", db_watchpoint_cmd, CS_MORE, NULL },

Completed in 339 milliseconds