Home
last modified time | relevance | path

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

/dflybsd-src/contrib/nvi2/ex/
H A Dex_argv.c561 char *name, *tp, *epd = NULL; in argv_flt_path() local
595 if ((epd = expanduser(tp)) != NULL) in argv_flt_path()
596 tp = epd; in argv_flt_path()
598 free(epd); in argv_flt_path()
602 free(epd); in argv_flt_path()
/dflybsd-src/contrib/nvi2/vi/
H A Dv_txt.c1975 char *np, *epd = NULL; in txt_fc() local
2100 if ((epd = expanduser(np)) != NULL) in txt_fc()
2101 np = epd; in txt_fc()
2116 free(epd); in txt_fc()