Home
last modified time | relevance | path

Searched refs:str_t (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/grep/
Dgrep.h51 } str_t; typedef
94 void printline(str_t *line, int sep, regmatch_t *pmatch);
100 void enqueue(str_t *x);
Dqueue.c41 str_t data;
62 enqueue(str_t *x) in enqueue()
Dutil.c51 static int procline(str_t *l, int);
107 str_t ln; in procfile()
197 procline(str_t *l, int nottext) in procline()
657 printline(str_t *line, int sep, regmatch_t *pmatch) in printline()