Searched refs:substitution (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/libarchive-30/libarchive/tar/
H A Dsubst.c50 struct substitution { struct
57 struct substitution *subst;
59 bsdtar->substitution = subst = malloc(sizeof(*subst));
69 struct substitution *subst;
74 if ((subst = bsdtar->substitution) == NULL) {
76 subst = bsdtar->substitution;
192 struct substitution *subst;
197 if ((subst = bsdtar->substitution) == NULL)
277 struct substitution *subst;
279 if ((subst = bsdtar->substitution)
[all...]
H A Dbsdtar.h106 struct substitution *substitution; /* for subst.c */ member in struct:bsdtar
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js548 // The first character is a number, it might be a substitution index.
554 // then this is a substitution index.
642 d: function(substitution)
644 return !isNaN(substitution) ? substitution : 0;
647 f: function(substitution, token)
649 if (substitution && token.precision > -1)
650 substitution = substitution.toFixed(token.precision);
651 return !isNaN(substitution)
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsubstring.sh176 do [[ $(eval print -r -- \"\${xx//:/\\${str:i:1}}\") == "a${str:i:1}b" ]] || err_exit "substitution of \\${str:i:1}} failed"
177 [[ $(eval print -rn -- \"\${xx//:/\'${str:i:1}\'}\") == "a${str:i:1}b" ]] || err_exit "substitution of '${str:i:1}' failed"
178 [[ $(eval print -r -- \"\${xx//:/\"${str:i:1}\"}\") == "a${str:i:1}b" ]] || err_exit "substitution of \"${str:i:1}\" failed"
304 D=$';' E=$'\\\\' Q=$'"' S=$'\'' M='nested pattern substitution failed'
/macosx-10.10/WebCore-7600.1.25/editing/
H A DMarkupAccumulator.cpp95 uint8_t substitution = character < WTF_ARRAY_LENGTH(entityMap) ? entityMap[character] : static_cast<uint8_t>(EntitySubstitutionNullIndex); local
96 if (UNLIKELY(substitution != EntitySubstitutionNullIndex) && entitySubstitutionList[substitution].mask & entityMask) {
98 result.append(entitySubstitutionList[substitution].characters, entitySubstitutionList[substitution].length);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeVerticalData.cpp142 const SubstitutionSubTable* substitution = validateOffset<SubstitutionSubTable>(buffer, subTableOffsets[i]); local
143 if (!substitution)
145 const CoverageTable* coverage = substitution->coverage(buffer);
148 if (substitution->substFormat != 2) // "Single Substitution Format 2" is all what we support
150 const SingleSubstitution2SubTable* singleSubstitution2 = validatePtr<SingleSubstitution2SubTable>(buffer, substitution);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c88 #define PF_NOCOMSUB 0x01 /* Do not perform command substitution */
121 /* Process ID of the last command executed within command substitution. */
1134 /* Pass old-style command substitution through verbatim. */
1160 report_error (_("bad substitution: no closing `%s' in %s"), closer, string);
1281 report_error (_("bad substitution: no closing `%s' in %s"), "}", string);
2256 perform parameter expansion, command substitution, and arithmetic
2728 /* Perform parameter expansion, command substitution, and arithmetic
2750 /* Expand STRING by performing parameter expansion, command substitution,
2860 substitution, arithmetic expansion, and word splitting. */
2905 does parameter expansion, command substitution, arithmeti
[all...]
H A Dbashline.c1056 /* Check that we haven't incorrectly flagged a closed command substitution
1062 /* Special handling for command substitution. If *TEXT is a backquote,
1063 it can be the start or end of an old-style command substitution, or
1137 /* New posix-style command substitution or variable name? */
1545 /* Completion inside an unterminated command substitution. */
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_libcurl_pc.com123 $! No substitution line
H A Dbuild_curl-config_script.com114 $! No substitution line
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm168 It also understands variable substitution, the following
H A DBaseConfigurator.pm251 If the parser provides variable substitution functionality, it has
H A DDOMConfigurator.pm511 #this handles variable substitution
834 This supports variable substitution like C<${foobar}> in text and in
/macosx-10.10/text_cmds-88/sed/TEST/
H A Dsed.test350 # Check that t clears the substitution done flag
361 # Check that reading a line clears the substitution done flag
464 echo Testing substitution commands
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dchangelog.vim161 " Position the cursor once we've done all the funky substitution.
/macosx-10.10/vim-55/runtime/syntax/
H A Dant.vim80 syn keyword antElement display striplinecomments style subant substitution support symlink sync sysproperty
H A Dpine.vim255 syn keyword pineOption enable-mailcap-param-substitution
H A Dperl.vim249 " perlMatch is the first part, perlSubstitution* is the substitution part
/macosx-10.10/vim-55/runtime/macros/
H A Djustify.vim221 " Avoid substitution reports
/macosx-10.10/emacs-93/emacs/etc/
H A DviperCard.tex594 \key{repeat previous ex substitution}{\&}
699 \key{repeat last substitution}{:\&}
H A Dvipcard.tex651 \key{repeat last substitution}{:\&}
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c59 typedef struct Edit /* edit substitution */
2078 (*mp->disc->errorf)(mp, mp->disc, 1, "invalid characters after substitution: %s", p);
/macosx-10.10/vim-55/runtime/autoload/
H A Dsqlcomplete.vim173 " name as part of the substitution, so break here
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp9897 * for a match to a substring, and on match it writes the marker & substitution
9908 char substitution);
9920 char substitution)
9925 * the substitution character, updating the output (to) index accordingly.
9933 string_out[(*to_index)++] = substitution;
9913 substitute( const char * scan_string, char * string_out, uint32_t * to_index, uint32_t * from_index, const char * substring, char marker, char substitution) argument
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges733 * (ms) Added basic substitution to PropertyConfigurator. Now you can
736 * (kg) Followed Mike's lead and added variable substitution to the

Completed in 480 milliseconds

12