/src/usr.bin/error/ |
subr.c | 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 114 substitute(char *string, char chold, char chnew) function in typeref:typename:char *
|
/src/usr.bin/sed/ |
process.c | 28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 85 static int substitute(struct s_command *); 232 sdone |= substitute(cp); 379 * substitute -- 381 * copy of the new pattern space in the substitute space structure 385 substitute(struct s_command *cp) function in typeref:typename:int 405 SS.len = 0; /* Clean substitute space. */ 467 * Swap the substitute space and the pattern space, and make sure
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_print.c | 81 void substitute(char *, const char *, const char *); 1272 substitute(char *string, const char *token, const char *data) function in typeref:typename:void 1296 substitute(expansion, "$FILE", file); 1297 substitute(expansion, "$USER", user); 1298 substitute(expansion, "$HOST", host);
|
/src/games/cgram/ |
cgram.c | 25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 295 substitute(char a, char b) function in typeref:typename:void 480 substitute(char_at_cursor(), (char)ch);
|
/src/bin/ksh/ |
eval.c | 67 substitute(cp, f) function 78 internal_errorf(1, "substitute"); 272 v_evaluate(&v, substitute(sp, 0), 407 /* Restore our position and substitute
|