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...] |