HomeSort by: relevance | last modified time | path
    Searched defs:reparse (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/usbhidaction/
usbhidaction.c 57 static int reparse = 0; variable
82 reparse = 1;
204 if (reparse) {
211 reparse = 0;
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 446 const auto *reparse = reinterpret_cast<LIBCPP_REPARSE_DATA_BUFFER *>(buf); local
453 if (reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) {
457 const auto &symlink = reparse->SymbolicLinkReparseBuffer;
  /src/external/historical/nawk/dist/
b.c 232 p = reparse(s);
963 Node *reparse(const char *p) /* parses regular expression pointed to by p */ function
967 DPRINTF("reparse <%s>\n", p);
1251 int relex(void) /* lexical analyzer for reparse */
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2988 def reparse(self, unsaved_files=None, options=0): member in class:TranslationUnit
2990 Reparse an already parsed translation unit.

Completed in 44 milliseconds