MCPcopy Create free account
hub / github.com/F-Stack/f-stack / LINE_INIT

Function LINE_INIT

tools/ifconfig/ifieee80211.c:2562–2570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2560}
2561
2562static void
2563LINE_INIT(char c)
2564{
2565 spacer = c;
2566 if (c == '\t')
2567 col = 8;
2568 else
2569 col = 1;
2570}
2571
2572static void
2573LINE_BREAK(void)

Callers 2

setregdomain_cbFunction · 0.85
ifieee80211.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected