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

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex.c153 unsigned char exrcpath [PATH_MAX+1]; /* temp for sourcing rc file(s) */ local
578 strncpy(exrcpath, cp, sizeof (exrcpath) - 1);
579 strncat(exrcpath, "/.exrc",
580 sizeof (exrcpath) - 1 - strlen(exrcpath));
581 if (strcmp(scratch, exrcpath) != 0) {
583 validate_exrc(exrcpath)) == 0) {
584 source(exrcpath, 1);

Completed in 46 milliseconds