Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c96 s_match, FUNC, f_match,
151 wchar_t s_match[] = M_MB_L("match"); /* Name of "match" function */ variable
H A Dawk.h384 extern wchar_t s_sub[], s_gsub[], s_match[], s_system[], s_ord[];
H A Dawk4.c268 awkerr(nargerr, s_match); in f_match()