Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dre_search.c44 static int re_readpattern(char *);
59 if ((s = re_readpattern("RE Search")) != TRUE) in re_forwsearch()
82 if ((s = re_readpattern("RE Search backward")) != TRUE) in re_backsearch()
142 if ((s = re_readpattern("RE Query replace")) != TRUE) in re_queryrepl()
217 if ((s = re_readpattern("RE Replace")) != TRUE) in re_repl()
452 re_readpattern(char *re_prompt) in re_readpattern() function
524 if ((s = re_readpattern("Flush lines (containing match for regexp)")) in delmatchlines()
540 if ((s = re_readpattern("Keep lines (containing match for regexp)")) in delnonmatchlines()
599 if ((s = re_readpattern("Count lines (matching regexp)")) != TRUE) in cntmatchlines()
614 if ((s = re_readpattern("Count lines (not matching regexp)")) != TRUE) in cntnonmatchlines()