MCPcopy Create free account
hub / github.com/TASEmulators/fceux / scan

Function scan

src/conddebug.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static void scan(const char** str)
66{
67 do
68 {
69 next = **str;
70 (*str)++;
71 } while (isspace(next));
72}
73
74// Generic function to handle all infix operators but the last one in the precedence hierarchy. : '(' E ')'
75static Condition* InfixOperator(const char** str, Condition(*nextPart(const char**)), int(*operators)(const char**))

Callers 7

InfixOperatorFunction · 0.85
TwoCharOperatorFunction · 0.85
getNumberFunction · 0.85
ParenthesesFunction · 0.85
PrimitiveFunction · 0.85
TermFunction · 0.85
generateConditionFunction · 0.85

Calls 1

isspaceClass · 0.85

Tested by

no test coverage detected