Searched refs:asterisk (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 665 char *old_asterisk, *asterisk, *backup, *p; local 669 for (asterisk = in_place_extension - 1, old_asterisk = asterisk + 1; 670 (asterisk = strchr(old_asterisk, '*')); 671 old_asterisk = asterisk + 1) 677 for (asterisk = in_place_extension - 1, old_asterisk = asterisk + 1; 678 (asterisk = strchr(old_asterisk, '*')); 679 old_asterisk = asterisk + 1) 681 MEMCPY (p, old_asterisk, asterisk - old_asterisk); 682 p += asterisk - old_asterisk;
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 177 then _each_ asterisk is replaced with the current filename. This 1073 a single asterisk rather than zero or more backslashes.
|
D | sed.texi | 265 characters, then @emph{each} asterisk is replaced with the 1514 example, @samp{\*} matches a single asterisk rather than zero
|
D | sed-in.texi | 264 characters, then @emph{each} asterisk is replaced with the 1513 example, @samp{\*} matches a single asterisk rather than zero
|