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

/freebsd-12-stable/contrib/libedit/
H A Dhistory.c67 #define Strdup(s) strdup(s) macro
85 #define Strdup(s) wcsdup(s) macro
125 #define h_strdup(a) Strdup(a)
447 ev->str = Strdup(h->cursor->ev.str);
467 ev->str = Strdup(h->cursor->ev.str);
1163 if(!line || !(s = Strdup(line))) {

Completed in 107 milliseconds