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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c151 unsigned char exrcpath [PATH_MAX+1]; /* temp for sourcing rc file(s) */ local
574 strncpy(exrcpath, cp, sizeof (exrcpath) - 1);
575 strncat(exrcpath, "/.exrc",
576 sizeof (exrcpath) - 1 - strlen(exrcpath));
577 if (strcmp(scratch, exrcpath) != 0) {
579 validate_exrc(exrcpath)) == 0) {
580 source(exrcpath, 1);

Completed in 59 milliseconds