Searched defs:parseformat (Results 1 – 1 of 1) sorted by relevance
255 struct parseformat struct257 unsigned short parse_format;/* number of examined format */258 unsigned short parse_count; /* count of valid string bytes */259 char parse_buffer[PARSE_TCMAX+1]; /* format code string */260 } parseformat; member