Home | History | Annotate | Download | only in sed

Lines Matching refs:the_program

861 read_pattern_space(input, the_program, append)
863 struct vector *the_program;
884 reset_addresses (the_program);
1831 process_files(the_program, argv)
1832 struct vector *the_program;
1845 branches = count_branches(the_program);
1861 while (read_pattern_space(&input, the_program, false))
1863 status = execute_program(the_program, &input);