Home
last modified time | relevance | path

Searched refs:elpath (Results 1 – 1 of 1) sorted by relevance

/external/libedit/src/
Del.c541 static const char elpath[] = "/.editrc"; in el_source() local
542 size_t plen = sizeof(elpath); in el_source()
549 (void)snprintf(path, plen, "%s%s", ptr, elpath); in el_source()