Searched defs:substitute (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c99 static int substitute(union reptr *ipc);
246 substitute(union reptr *ipc) function
556 i = substitute(ipc);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c65 * Global, substitute and regular expressions.
67 * confirmed substitute.
255 substitute(int c) function
321 gettext("Missing regular expression for substitute"));
337 error(value(vi_TERSE) ? gettext("No previous substitute re") :
338 gettext("No previous substitute to repeat"));
663 gettext("Line overflow in substitute"));
778 error(value(vi_TERSE) ? gettext("No previous substitute re") :
779 gettext("No previous substitute regular expression"));
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c70 static int substitute(struct s_command *);
217 sdone |= substitute(cp);
355 * substitute --
357 * copy of the new pattern space in the substitute space structure
361 substitute(struct s_command *cp) function
381 SS.len = 0; /* Clean substitute space. */
443 * Swap the substitute space and the pattern space, and make sure
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c115 substitute(char *string, char chold, char chnew) function
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c390 boolean_t substitute, boolean_t optional)
436 if (substitute) {
387 brand_get_value(struct brand_handle *bhp, const char *zonename, const char *zonepath, const char *username, const char *curr_zone, char *buf, size_t len, const xmlChar *tagname, boolean_t substitute, boolean_t optional) argument
/illumos-gate/usr/src/cmd/ed/
H A Ded.c93 "incomplete substitute", /* 47 */
213 static int ocerr2; /* Flags if ANY line changed by substitute(). 0=nc. */
311 static void substitute(int);
754 substitute(globp != 0);
1918 substitute(int inglob) function
2048 * only: c = 0 if ordinary substitute; c = 1

Completed in 63 milliseconds