Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c73 static char *duptoeol(char *, const char *);
278 cmd->t = duptoeol(p, "w command"); in compile_stream()
291 cmd->t = duptoeol(p, "read command"); in compile_stream()
299 cmd->t = duptoeol(p, "branch"); in compile_stream()
304 cmd->t = duptoeol(p, "label"); in compile_stream()
815 duptoeol(char *s, const char *ctype) in duptoeol() function