Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dmain.c433 pattern_t *tpat; in exec_command() local
701 tpat = pat; in exec_command()
704 (tpat = get_compiled_pattern()) == NULL) { in exec_command()
707 } else if (tpat != pat) { in exec_command()
712 pat = tpat; in exec_command()