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

  /src/external/gpl2/texinfo/dist/util/
texi-docstring-magic.el 1 ;; texi-docstring-magic.el -- munge internal docstrings into texi
90 (defconst texi-docstring-magic-munge-table
171 (defun texi-docstring-magic-munge-docstring (docstring args)
174 (dolist (test texi-docstring-magic-munge-table docstring)
217 (texi-docstring-magic-munge-docstring docstring args)
  /src/external/gpl3/gcc/dist/libcpp/
mkdeps.cc 130 munge (const char *str, const char *trail = nullptr) function
382 name = munge (name, trail);
443 fprintf (fp, "%s:\n", munge (d->deps[i]));
  /src/external/gpl3/gcc.old/dist/libcpp/
mkdeps.cc 123 munge (const char *str, const char *trail = nullptr) function
354 name = munge (name, trail);
409 fprintf (fp, "%s:\n", munge (d->deps[i]));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c 96 auto munge = [] (char c) -> unsigned char local
107 && (munge (*stra) == munge (*strb)))
113 unsigned char c1 = munge (*stra);
114 unsigned char c2 = munge (*strb);
122 if (mode == COMPLETE || (mode == MATCH && c1 == munge ('<')))
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 92 auto munge = [] (char c) -> unsigned char local
103 && (munge (*stra) == munge (*strb)))
109 unsigned char c1 = munge (*stra);
110 unsigned char c2 = munge (*strb);
118 if (mode == COMPLETE || (mode == MATCH && c1 == munge ('<')))

Completed in 33 milliseconds