Searched refs:compile_string (Results 1 – 4 of 4) sorted by relevance
249 the_program = compile_string(the_program, optarg, strlen(optarg));342 the_program = compile_string(the_program, arg, strlen(arg));
192 struct vector *compile_string P_((struct vector *, char *str, size_t len));
1571 compile_string(cur_program, str, len) in compile_string() function
1571 * sed/sed.c(main): Updated calls to compile_string() to add third1601 Fixed prototype for compile_string(). Replaced prototype1718 * sed/compile.c(compile_string): Added third argument; it now1991 * sed/compile.c(compile_string), sed/compile.c(compile_file):2915 * sed.c (compile_string): Changed the type of this function to