Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c2581 #define MT_REPLACE 2 /* selected, not empty */ in dosub() macro
2588 mtype = patlen ? MT_REPLACE : MT_INSERT; in dosub()
2622 if (mtype == MT_REPLACE || *patbeg == '\0') in dosub()
2636 if (mtype == MT_REPLACE) in dosub()
2641 #undef MT_REPLACE in dosub()