I am interested to look at the source code of match in R. I follow "Compiled code built into the R interpreter" in this answer. This leads me to match.c in Winston Chang's github mirror and I failed to find the code in the file.
Could someone points out where is the source code of base::match in match.c? or am I looking at the wrong file? Thank you.