Searched defs:atStart (Results 1 – 5 of 5) sorted by relevance
92 @property bool atStart(){ return index == 0; } in BacktrackingMatcher() function
782 @property bool atStart(){ return index == 0; } in atStart() function
783 @property bool atStart(){ return index == 0; } in atStart() function
95 @property bool atStart(){ return index == 0; } in atStart() function
397 bool atStart; /* true means an expression outside quotes */ CondParser_StringExpr() local