Home | History | Annotate | Download | only in sed

Lines Matching defs:compile

1 /*	$NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $	*/
41 __RCSID("$NetBSD: compile.c,v 1.55 2025/06/03 19:02:29 martin Exp $");
43 __FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $");
47 static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93";
139 * Compile the program into prog.
143 compile(void)
334 /* Compile RE with no case sensitivity temporarily */
608 * Compile the substitution string of a regular expression and set res to
705 * Compile the flags of the s command
789 * Compile a translation set of strings into a lookup table.
878 * Compile the text following an a or i command.