Lines Matching refs:words
2229 // returns 0 if this is not like a CGATS, or an integer otherwise. This integer is the number of words in first line?2233 int words = 1, space = 0, quot = 0;2247 return ((quot == 1) || (words > 2)) ? 0 : words;2259 words += space;