Home
last modified time | relevance | path

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

/dports/editors/mp/mp-5.x-5.50/mpdm/
H A DRELEASE_NOTES268 mpdm_map() can map strings to regexes (providing the same functionality as the dropped 'g' flag in …
270 mpdm_map() can map iterable values to strings, returning an array with the same string many times.
272 mpdm_map() can also map iterable values to arrays, using them as translation tables.
H A Dmpdm_x.c302 mpdm_t mpdm_map(mpdm_t set, mpdm_t filter, mpdm_t ctxt) in mpdm_map() function
H A Dmpdm.h281 mpdm_t mpdm_map(mpdm_t set, mpdm_t filter, mpdm_t ctxt);
/dports/editors/mp/mp-5.x-5.50/mpsl/
H A Dmpsl_f.c1194 return mpdm_map(A0, A1, l); in F_map()