Searched refs:PREXRC (Results 1 – 1 of 1) sorted by relevance
66 #define PREXRC ".prexrc" macro108 retval = stat(PREXRC, &statbuf); in source_init()110 source_file(PREXRC); in source_init()116 if ((strlen(home) + strlen(PREXRC) + 2) < (size_t) MAXPATHLEN) { in source_init()117 (void) sprintf(path, "%s/%s", home, PREXRC); in source_init()