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

/ast/src/cmd/re/
H A Dsed.h53 #define exch(a, b, t) ((t)=(a), (a)=(b), (b)=(t)) macro
H A Dsed2.c356 exch(data->s, hold.s, t);
357 exch(data->e, hold.e, t);
358 exch(data->w, hold.w, t);

Completed in 370 milliseconds