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

/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c507 static char *bol; variable
545 bol = lp;
686 if (lp != bol)
700 if (lp!=bol && iswordc(lp[-1]) || !iswordc(*lp))
704 if (lp==bol || !iswordc(lp[-1]) || iswordc(*lp))

Completed in 134 milliseconds