Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dmain.c435 pattern_t *tpat; in exec_command() local
703 tpat = pat; in exec_command()
706 (tpat = get_compiled_pattern()) == NULL) { in exec_command()
709 } else if (tpat != pat) { in exec_command()
714 pat = tpat; in exec_command()