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