Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/findutils/
Dgrep.c693 int matched = 0; in grep_dir() local
711 int matched; in grep_main() local
/busybox-1.35.0/editors/
Dsed.c1096 int old_matched, matched; in process_files() local
/busybox-1.35.0/libbb/
Dlineedit.c697 static void add_match(char *matched) in add_match()