Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h314 #ifndef DEBUGNAME
315 #define DEBUGNAME "yacc.debug" macro
H A Dy1.c277 if ((fdebug = fopen(DEBUGNAME, "r")) == NULL) in others()
282 ZAPFILE(DEBUGNAME); in others()
H A Dy2.c294 fdebug = fopen(DEBUGNAME, "w"); in setup()