MCPcopy Create free account
hub / github.com/gwsw/less / get_cmdbuf

Function get_cmdbuf

cmdbuf.c:1361–1365  ·  view source on GitHub ↗

* Return a pointer to the command buffer. */

Source from the content-addressed store, hash-verified

1359 * Return a pointer to the command buffer.
1360 */
1361 public char *
1362get_cmdbuf(VOID_PARAM)
1363{
1364 return (cmdbuf);
1365}
1366
1367#if CMD_HISTORY
1368/*

Callers 5

exec_mcaFunction · 0.85
mca_opt_nonfirst_charFunction · 0.85
mca_opt_charFunction · 0.85
mca_charFunction · 0.85
commandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…