Home
last modified time | relevance | path

Searched refs:compile_string (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c249 the_program = compile_string(the_program, optarg, strlen(optarg));
342 the_program = compile_string(the_program, arg, strlen(arg));
Dsed.h192 struct vector *compile_string P_((struct vector *, char *str, size_t len));
Dcompile.c1571 compile_string(cur_program, str, len) in compile_string() function
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1571 * sed/sed.c(main): Updated calls to compile_string() to add third
1601 Fixed prototype for compile_string(). Replaced prototype
1718 * sed/compile.c(compile_string): Added third argument; it now
1991 * sed/compile.c(compile_string), sed/compile.c(compile_file):
2915 * sed.c (compile_string): Changed the type of this function to