Searched refs:START_CHAR (Results 1 – 5 of 5) sorted by relevance
301 START_CHAR, // Match starts with a literal code point. enumerator309 (v)==START_CHAR? "START_CHAR" : \
816 } else if (This->fStartType == START_CHAR) { in RegexPatternDump()
731 case START_CHAR: in find()1001 case START_CHAR: in findUsingChunk()
2875 fRXPat->fStartType = START_CHAR; in matchStartType()
89 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro