HomeSort by: relevance | last modified time | path
    Searched defs:duptoeol (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sed/
compile.c 86 static char *duptoeol(char *, const char *);
290 cmd->t = duptoeol(p, "w command");
304 cmd->t = duptoeol(p, "read command");
312 cmd->t = duptoeol(p, "branch");
317 cmd->t = duptoeol(p, "label");
969 * duptoeol --
973 duptoeol(char *s, const char *ctype) function in typeref:typename:char *
compile.c 86 static char *duptoeol(char *, const char *);
290 cmd->t = duptoeol(p, "w command");
304 cmd->t = duptoeol(p, "read command");
312 cmd->t = duptoeol(p, "branch");
317 cmd->t = duptoeol(p, "label");
969 * duptoeol --
973 duptoeol(char *s, const char *ctype) function in typeref:typename:char *

Completed in 24 milliseconds