Home
last modified time | relevance | path

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_io.c98 wasalt = strcmp(file, altfile) == 0; in filename()
109 CP(altfile, savedfile); in filename()
118 CP(altfile, file); in filename()
228 fp = (unsigned char *)altfile; in getargs()
H A Dex_cmds2.c366 isalt = (strcmp(altfile, args)==0) + 1; in next()
368 CP(altfile, savedfile); in next()
H A Dex_unix.c173 fp = (unsigned char *)altfile; in unix0()
H A Dex.h308 var unsigned char altfile[FNSIZE]; /* Alternate file name */ variable