Searched refs:CS_MORE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | db_command.c | 114 { "write", db_write_cmd, CS_MORE|CS_SET_DOT, NULL }, 115 { "w", db_write_cmd, CS_MORE|CS_SET_DOT, NULL }, 122 { "watch", db_watchpoint_cmd, CS_MORE,NULL }, 468 if ((cmd->flag & CS_MORE) == 0) { in db_command()
|
| H A D | ddb.h | 117 #define CS_MORE 0x2 /* standard syntax, but may have other words macro
|