Searched refs:last_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/m4/
H A Dgnum4.c335 const char *last_match = NULL; local
350 string + pm[0].rm_so == last_match) {
360 last_match = string + pm[0].rm_so;
/freebsd-current/contrib/tcsh/
H A Dsh.set.c250 int last_match = 0; local
265 if (*v && eq(*v, STRmf) && !last_match) {
271 last_match = 1;
321 else if (last_match)
/freebsd-current/contrib/file/src/
H A Dfile.h443 int last_match; member in struct:level_info
H A Dsoftmagic.c366 if (ms->c.li[cont_level].last_match == 1)
396 ms->c.li[cont_level].last_match = 0;
401 ms->c.li[cont_level].last_match = 1;
H A Dfuncs.c634 ms->c.li[level].last_match = 0;

Completed in 105 milliseconds