Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/sdiff/
H A Dextern.h11 int eparse(const char *, const char *, const char *);
H A Dedit.c84 eparse(const char *cmd, const char *left, const char *right) in eparse() function
H A Dsdiff.c582 if (eparse(p, s1, s2) == -1) in prompt()