Searched refs:FUNW (Results 1 – 3 of 3) sorted by relevance
181 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()184 return FUNW(history)(el->el_history.ref, &ev, H_SETUNIQUE, num); in hist_command()
77 #define FUNW(type) type ## _w macro131 #define FUNW(type) type macro
933 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) in FUNW() function