Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h306 #ifndef TEMPNAME
307 #define TEMPNAME "yacc.tmp" macro
H A Dy4.c63 if ((finput = fopen(TEMPNAME, "r")) == NULL) in callopt()
193 ZAPFILE(TEMPNAME); in callopt()
H A Dy2.c314 ftemp = fopen(TEMPNAME, "w"); in setup()