Home
last modified time | relevance | path

Searched refs:IS_EOL (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c116 #define IS_EOL(x) ((*x == '\n') || (*x == '\r')) in main() macro
131 while (*src && !IS_EOL(src)) in main()
144 while (*src && !IS_EOL(src)) { in main()