Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c88 static struct vector *the_program = NULL; variable
249 the_program = compile_string(the_program, optarg, strlen(optarg));
252 the_program = compile_file(the_program, optarg);
337 if (!the_program)
342 the_program = compile_string(the_program, arg, strlen(arg));
347 check_final_program(the_program);
349 return_code = process_files(the_program, argv+optind);
351 finish_program(the_program);
Dexecute.c856 read_pattern_space(input, the_program, append) in read_pattern_space() argument
858 struct vector *the_program;
879 reset_addresses (the_program);
1823 process_files(the_program, argv) in process_files() argument
1824 struct vector *the_program; in process_files()
1837 branches = count_branches(the_program);
1853 while (read_pattern_space(&input, the_program, false))
1855 status = execute_program(the_program, &input);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog943 * src/sed.c: the_program is now a global