Home
last modified time | relevance | path

Searched defs:parsec (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/grep/
H A Dgrep.h103 struct parsec { struct
104 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? */