Lines Matching refs:cmdfile
1606 /* `cmdfile' is the name of a file containing sed commands.1610 compile_file(cur_program, cmdfile)1612 const char *cmdfile;1617 if (cmdfile[0] != '-' || cmdfile[1] != '\0')1618 prog.file = ck_fopen(cmdfile, "rt", true);1621 cur_input.name = cmdfile;