Searched refs:currentPSWName (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dyyerror.c64 if (! reportedPSWName && currentPSWName) {
66 fprintf(stderr,INTRO,currentPSWName);
H A Dpswpriv.h133 extern char *currentPSWName;
H A Dpswsemantics.c60 char *currentPSWName = NULL; variable
85 currentPSWName = psw_malloc(strlen(s)+1);
86 strcpy(currentPSWName, s);
141 currentPSWName = NULL;
148 char *name = currentPSWName;
H A Dlexer.l92 if (! reportedPSWName && currentPSWName) {
94 fprintf(stderr,INTRO,currentPSWName);

Completed in 9 milliseconds