Home | History | Annotate | Download | only in src

Lines Matching defs:bol

941 	int bol = 1, start = 0, i, length;
946 if (bol && (text[i] == ' ' || text[i] == '\t')) {
948 } else if (bol) {
949 bol = 0;
958 bol = 1;