Searched refs:substitute (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorfilter.c | 110 (void) substitute(names_ignored[i], '\n', '\0');
|
H A D | error.h | 247 char *substitute(char *string, char chold, char chnew);
|
H A D | errorpi.c | 228 (void) substitute(wordv[2], '^', '|');
|
H A D | errorsubr.c | 115 substitute(char *string, char chold, char chnew) function
|
H A D | errorinput.c | 195 (void) substitute(currentfilename, ':', '\0');
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed1.c | 99 static int substitute(union reptr *ipc); 246 substitute(union reptr *ipc) function 556 i = substitute(ipc);
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | process.c | 70 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/vi/port/ |
H A D | ex_cmds.c | 739 * because these have meaning to substitute. 810 /* substitute */ 813 Command = (unsigned char *)"substitute"; 817 if (!substitute(c))
|
H A D | ex_re.c | 65 * 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/lib/libbrand/common/ |
H A D | libbrand.c | 390 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 D | ed.c | 93 "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
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 4300 % We don't substitute the actual chapter name into \thischapter
|
Completed in 93 milliseconds