MCPcopy Create free account
hub / github.com/coreutils/coreutils / expr

Function expr

src/test.c:550–557  ·  view source on GitHub ↗

* expr: * or */

Source from the content-addressed store, hash-verified

548 * or
549 */
550static bool
551expr (void)
552{
553 if (pos >= argc)
554 beyond ();
555
556 return or (); /* Same with this. */
557}
558
559static bool
560one_argument (void)

Callers 2

three_argumentsFunction · 0.85
posixtestFunction · 0.85

Calls 2

beyondFunction · 0.85
orFunction · 0.85

Tested by

no test coverage detected