Searched refs:altfile (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l528 char *altfile = NULL;
533 if ((altfile = malloc(len + 1)) == NULL) {
537 pfile = altfile;
556 if (altfile)
557 free(altfile);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c368 isalt = (strcmp(altfile, args)==0) + 1;
370 CP(altfile, savedfile);
H A Dex_io.c97 wasalt = strcmp(file, altfile) == 0;
108 CP(altfile, savedfile);
117 CP(altfile, file);
227 fp = (unsigned char *)altfile;
H A Dex_unix.c173 fp = (unsigned char *)altfile;
H A Dex.h308 var unsigned char altfile[FNSIZE]; /* Alternate file name */ variable

Completed in 64 milliseconds