Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.exec.c87 static int hashdebug = 0; variable
661 hashdebug = atoi(short2str(vv[3])); in dohash()
749 if (hashdebug & 1) in dohash()
786 if (hashdebug) in hashstat()
787 xprintf(CGETS(13, 3, "debug mask = 0x%08x\n"), hashdebug); in hashstat()
1154 if (!ex && (hashdebug & 2)) { in find_cmd()