Lines Matching defs:c
129 char c = file_->GetChar(); in SkipCurrentLine() local
142 int c = file_->GetChar(); in SkipCurrentLine() local
160 int c = file_->GetChar(); in Skip() local
196 char c = file_->PeekChar(); in ReadCacheableTime() local
229 char c = file_->PeekChar(); in ReadToken() local
280 char c = file_->GetChar(); in ReadId() local
304 char c = file_->PeekChar(); in ReadNum() local
331 char c = file_->GetChar(); // read 'b' or 'B' in ReadBinaryNum() local
357 char c = file_->PeekChar(); in ReadOctNum() local
376 char c = file_->GetChar(); // read 'x' or 'X' in ReadHexNum() local
398 char c = file_->GetChar(); in ReadDecNum() local
418 char c = file_->PeekChar(); in ReadNumSuffix() local
430 char c = file_->GetChar(); in ReadShiftLeftOp() local
447 char c = file_->GetChar(); in ReadShiftRightOp() local
464 char c = file_->GetChar(); in ReadPPlusOp() local
481 char c = file_->GetChar(); in ReadMMinusOp() local
498 char c = file_->GetChar(); in ReadComment() local
517 char c = file_->GetChar(); in ReadLineComment() local
535 char c = file_->GetChar(); in ReadBlockComment() local
555 char c = file_->GetChar(); in ReadSymbolToken() local