Home
last modified time | relevance | path

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

/titanic_50/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);