Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ advance
Function
advance
src/test.c:109–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
argument is false. */
108
109
static void
110
advance (bool f)
111
{
112
++pos;
113
114
if (f && pos >= argc)
115
beyond ();
116
}
117
118
static void
119
unary_advance (void)
Callers
8
unary_advance
Function · 0.85
term
Function · 0.85
binary_operator
Function · 0.85
and
Function · 0.85
or
Function · 0.85
two_arguments
Function · 0.85
three_arguments
Function · 0.85
posixtest
Function · 0.85
Calls
1
beyond
Function · 0.85
Tested by
no test coverage detected