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