| 916 | } |
| 917 | |
| 918 | static bool |
| 919 | comma_or_blank (mcel_t g) |
| 920 | { |
| 921 | return g.ch == ',' || c32issep (g.ch); |
| 922 | } |
| 923 | |
| 924 | /* Add the comma or blank separated field spec(s) in STR to 'outlist'. */ |
| 925 |
nothing calls this directly
no test coverage detected