Home
last modified time | relevance | path

Searched refs:dotty (Results 1 – 2 of 2) sorted by relevance

/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch330 +/* Define if the dotty program is available */
804 +/* Define to path to dotty program if found or 'echo dotty' otherwise */
979 +/* Define to path to dotty program if found or 'echo dotty' otherwise */
1273 +/* Define if the dotty program is available */
1786 +/* Define to path to dotty program if found or 'echo dotty' otherwise */
1969 +/* Define to path to dotty program if found or 'echo dotty' otherwise */
/external/mksh/src/
Djobs.c526 bool dotty = false; in exchild() local
531 dotty = true; in exchild()
539 if (ttypgrp_ok && dotty && !(flags & XBGND)) in exchild()