Searched refs:START_CHAR (Results 1 – 7 of 7) sorted by relevance
393 #define START_CHAR 0x01 macro576 a_b[0] = START_CHAR; in send_ack()589 a_b[0] = START_CHAR; in send_nack()760 a_b[0] = START_CHAR; in handle_send_packet()827 case START_CHAR: /* start packet */ in k_recv()
305 START_CHAR, // Match starts with a literal code point. enumerator313 (v)==START_CHAR? "START_CHAR" : \
828 } else if (fStartType == START_CHAR) { in dumpPattern()
771 case START_CHAR: in find()1040 case START_CHAR: in findUsingChunk()
3153 fRXPat->fStartType = START_CHAR; in matchStartType()
32 static constexpr char START_CHAR = 9;103 for (char c = START_CHAR; c <= END_CHAR; ++c) { in scanState()