Searched defs:ypath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c55 char *ypath; local
230 ypath = EUCNAME;
233 ypath = ratfor ? RATNAME : CNAME;
236 ypath = strcat(apath, strrchr(ypath, '/'));
237 fother = fopen(ypath, "r");
239 error("Lex driver missing, file %s", ypath);

Completed in 100 milliseconds