* Return a pointer to the command buffer. */
| 1359 | * Return a pointer to the command buffer. |
| 1360 | */ |
| 1361 | public char * |
| 1362 | get_cmdbuf(VOID_PARAM) |
| 1363 | { |
| 1364 | return (cmdbuf); |
| 1365 | } |
| 1366 | |
| 1367 | #if CMD_HISTORY |
| 1368 | /* |
no outgoing calls
no test coverage detected
searching dependent graphs…