Lines Matching refs:text
46 "in text are converted, including \\E for ESC and \\cX for "
67 "in text are converted, including \\E for ESC and \\cX for "
379 * return 1 is extended re pattern matches text
383 match(char* pattern, char* text, int must)
397 if (text)
398 error(2, "got \"%s\"", fmtesq(text, "\""));
403 if (!text)
406 error(2, "expected EOF, got \"%s\"", fmtesq(text, "\""));
410 if (!text)
422 if (regexec(re, text, 0, NiL, 0))
425 error(2, "expected \"%s\", got \"%s\"", pattern, fmtesq(text, "\""));
706 char* text;
790 if ((cond->prev->flags & SKIP) && !(cond->text = 0) || !(cond->text = masterline(mp, lp, 0, 0, timeout, master)))
792 else if (match(s, cond->text, 0))
819 else if ((cond->flags & KEPT) || !match(s, cond->text, 0))