Home
last modified time | relevance | path

Searched refs:gensub (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/one-true-awk/
H A DChangeLog65 * awkgram.y: Add support for gensub.
67 * lex.c: Add support for gensub and bitwise functions.
71 (gensub): New function.
H A Dproto.h198 extern Cell *gensub(Node **, int);
H A Drun.c2665 Cell *gensub(Node **a, int nnn) /* global selective substitute */ in gensub() function