MCPcopy 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
109static void
110advance (bool f)
111{
112 ++pos;
113
114 if (f && pos >= argc)
115 beyond ();
116}
117
118static void
119unary_advance (void)

Callers 8

unary_advanceFunction · 0.85
termFunction · 0.85
binary_operatorFunction · 0.85
andFunction · 0.85
orFunction · 0.85
two_argumentsFunction · 0.85
three_argumentsFunction · 0.85
posixtestFunction · 0.85

Calls 1

beyondFunction · 0.85

Tested by

no test coverage detected