Searched refs:bol (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/grep/
H A Dfastgrep.c64 fg->bol = false;
92 fg->bol = false;
105 fg->bol = true;
155 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
213 if (fg->bol && pmatch->rm_so != 0) {
224 if (fg->bol || fg->eol) {
230 if (!((fg->bol && fg->eol) && (len != fg->len)))
H A Dgrep.h111 bool bol; member in struct:__anon481

Completed in 23 milliseconds