Home
last modified time | relevance | path

Searched refs:esc_desc (Results 1 – 6 of 6) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dfunction.cpp366 wcstring esc_desc = escape_string(desc, ESCAPE_ALL); in functions_def() local
368 out.append(esc_desc); in functions_def()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DScanning.py171 esc_desc = \
175 self._escaped_description = esc_desc.replace('\\', '/')
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DScanning.py171 esc_desc = \
175 self._escaped_description = esc_desc.replace('\\', '/')
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DScanning.py171 esc_desc = \
175 self._escaped_description = esc_desc.replace('\\', '/')
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DScanning.py171 esc_desc = \
175 self._escaped_description = esc_desc.replace('\\', '/')
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DScanning.py153 esc_desc = \
157 self._escaped_description = esc_desc.replace('\\', '/')