Home
last modified time | relevance | path

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

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