Searched defs:parsec (Results 1 – 1 of 1) sorted by relevance
104 struct parsec { struct105 regmatch_t matches[MAX_MATCHES]; /* Matches made */107 struct str ln; /* Current line */108 size_t lnstart; /* Position in line */109 size_t matchidx; /* Latest match index */110 int printed; /* Metadata printed? */111 bool binary; /* Binary file? */112 bool cntlines; /* Count lines? */