HomeSort by relevance Sort by last modified time
    Searched refs:the_program (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 88 static struct vector *the_program = NULL; variable in typeref:struct:vector
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)
    [all...]
execute.c 861 read_pattern_space(input, the_program, append)
863 struct vector *the_program;
884 reset_addresses (the_program);
    [all...]

Completed in 2037 milliseconds