Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dcompile.c75 static char *duptoeol(char *, const char *);
281 cmd->t = duptoeol(p, "w command"); in compile_stream()
295 cmd->t = duptoeol(p, "read command"); in compile_stream()
303 cmd->t = duptoeol(p, "branch"); in compile_stream()
308 cmd->t = duptoeol(p, "label"); in compile_stream()
952 duptoeol(char *s, const char *ctype) in duptoeol() function