HomeSort by relevance Sort by last modified time
    Searched full:inquotes (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
expand.c 84 int inquotes; /* search for nul bytes only */ member in struct:ifsregion
913 recordregion(int start, int end, int inquotes)
921 && ifslastp->inquotes == inquotes) {
933 ifslastp->inquotes = inquotes;
953 int inquotes; local
957 inquotes = 0;
972 inquotes = ifsp->inquotes;
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 28 bool InQuotes, const FileEntry *File,
31 InQuotes(InQuotes), Kind(Kind), File(File)
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 223 unsigned InQuotes : 1;
236 bool InQuotes, const FileEntry *File, SourceRange Range);
246 bool wasInQuotes() const { return InQuotes; }

Completed in 3169 milliseconds