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

/xsrc/external/mit/makedepend/dist/
H A Dmain.c573 *bol; /* beginning of line pointer */ local in function:getnextline
596 for (bol = p--; ++p < eof;) {
597 if ((bol == p) && ((*p == ' ') || (*p == '\t'))) {
601 bol++;
661 if (*bol == '#') {
666 for (cp = bol + 1; *cp && (*cp == ' ' || *cp == '\t'); cp++);
671 bol = p + 1;
674 if (*bol != '#')
675 bol = NULL;
680 if (bol)
[all...]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1decode.c461 FT_Bool bol = TRUE; local in function:t1_decoder_parse_charstrings
518 if ( bol )
521 bol = FALSE;
761 bol = TRUE;
1646 bol = TRUE;
1702 FT_Bool bol = TRUE; local in function:t1_decoder_parse_metrics
1728 if ( bol )
1731 bol = FALSE;
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dsyntax.lsp313 bol ;; One of the tokens match the empty string at
316 eol ;; Same comments as bol, but in this case, for
492 ;; start or end of a text line. XXX The fields bol and eol
496 (setf (syntable-bol table) t)
863 (not (syntable-bol syntax-table)))
865 (format t "Empty line and table has no match to bol or eol~%")

Completed in 5 milliseconds