Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dgnum4.c335 const char *last_match = NULL; in do_subst() local
350 string + pm[0].rm_so == last_match) { in do_subst()
360 last_match = string + pm[0].rm_so; in do_subst()
/freebsd/contrib/tcsh/
H A Dsh.set.c250 int last_match = 0; in doset() local
265 if (*v && eq(*v, STRmf) && !last_match) { in doset()
271 last_match = 1; in doset()
321 else if (last_match) in doset()
H A Dsh.dol.c815 ptrdiff_t last_match = 0; in setDolp() local
840 dp = Strstr(dp + last_match, lhsub); in setDolp()
848 last_match = diff + rhlen; in setDolp()
/freebsd/contrib/file/src/
H A Dfile.h443 int last_match; member
H A Dsoftmagic.c366 if (ms->c.li[cont_level].last_match == 1) in match()
396 ms->c.li[cont_level].last_match = 0; in match()
401 ms->c.li[cont_level].last_match = 1; in match()
H A Dfuncs.c634 ms->c.li[level].last_match = 0; in file_check_mem()