Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dtokenizer.cc252 char next_char = cur_char();
263 } while (!at_end() && base::IsAsciiDigit(cur_char()));
267 char c = cur_char();
278 char initial = cur_char();
301 if (CouldBeTwoCharOperatorBegin(cur_char())) {
309 while (!at_end() && IsIdentifierContinuingChar(cur_char()))
362 if (cur_char() != quote_char)
397 if (cur_char() == ';') {
400 } else if (cur_char() == '\t') {
405 } else if (cur_char()
[all...]
H A Dtokenizer.h89 char cur_char() const { return input_[cur_]; } in cur_char() function in Tokenizer
/third_party/lwip/src/netif/ppp/
H A Dpppos.c482 u8_t cur_char; in pppos_input() local
491 cur_char = *s++; in pppos_input()
503 escaped = ESCAPE_P(pppos->in_accm, cur_char); in pppos_input()
512 if (cur_char == PPP_ESCAPE) { in pppos_input()
515 } else if (cur_char == PPP_FLAG) { in pppos_input()
583 ("pppos_input[%d]: Dropping ACCM char <%d>\n", ppp->netif->num, cur_char)); in pppos_input()
590 cur_char ^= PPP_TRANS; in pppos_input()
598 if (cur_char != PPP_ALLSTATIONS) { in pppos_input()
611 if (cur_char == PPP_ALLSTATIONS) { in pppos_input()
622 if (cur_char in pppos_input()
[all...]

Completed in 3 milliseconds