Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ db_putnchars
Function
db_putnchars
freebsd/ddb/db_input.c:83–90 ·
view source on GitHub ↗
(c, count)
Source
from the content-addressed store, hash-verified
81
}
82
83
static void
84
db_putnchars(c, count)
85
int c;
86
int count;
87
{
88
while (--count >= 0)
89
cnputc(c);
90
}
91
92
/*
93
* Delete N characters, forward or backward
Callers
2
db_delete
Function · 0.85
db_inputchar
Function · 0.85
Calls
1
cnputc
Function · 0.85
Tested by
no test coverage detected