Home
last modified time | relevance | path

Searched refs:expansions (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/contrib/bmake/
H A Ddir.c677 Lst_Append(expansions, fullName); in DirMatchFiles()
768 StringList *expansions) in DirExpandCurly() argument
801 Lst_Append(expansions, file); in DirExpandCurly()
817 DirMatchFiles(word, dir, expansions); in DirExpandPath()
822 PrintExpansions(StringList *expansions) in PrintExpansions() argument
897 assert(expansions != NULL); in SearchPath_Expand()
914 DirMatchFiles(pattern, dot, expansions); in SearchPath_Expand()
916 DirExpandPath(pattern, path, expansions); in SearchPath_Expand()
933 DirExpandPath(pattern, path, expansions); in SearchPath_Expand()
949 expansions); in SearchPath_Expand()
[all …]
H A Dsuff.c1245 StringList expansions; in ExpandWildcards() local
1253 Lst_Init(&expansions); in ExpandWildcards()
1254 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); in ExpandWildcards()
1256 while (!Lst_IsEmpty(&expansions)) { in ExpandWildcards()
1261 char *cp = Lst_Dequeue(&expansions); in ExpandWildcards()
1272 Lst_Done(&expansions); in ExpandWildcards()
H A Dbmake.cat1735 its value. This allows expansions using the :@ modifier
982 able expansions. A common error is trying to use expressions like
1592 so that they still appear to be variable expansions. In particular this
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i860.texi64 Emit a warning message if any pseudo-instruction expansions occurred.
128 are the pseudo-instructions that result in expansions.
147 The analogous expansions apply to @code{ld.x, st.x, fld.x, pfld.x, fst.x}, and @code{pst.x} as well.
160 Logical operations (@code{or, andnot, or, xor}) also result in expansions.
H A Dc-score.texi71 score position-independent macro expansions. It also tells the
H A Dc-i960.texi238 @cindex compare and jump expansions, i960
239 @cindex i960 compare and jump expansions
H A Dc-cris.texi70 faster) absolute addresses in those expansions. This option is only
148 instruction, such expansions can optionally be warned about.
H A Dc-nios2.texi221 warning. Macro or relaxation expansions
H A Dc-mips.texi69 SVR4-style position-independent macro expansions. It also tells the
75 VxWorks-style position-independent macro expansions.
108 Some macros have different expansions for 32-bit and 64-bit registers.
583 much longer expansions than their 32-bit counterparts. For example,
H A Dc-alpha.texi441 Indicates that macro expansions may clobber the @dfn{assembler
H A Dc-mmix.texi135 The linker @code{@value{LD}} is expected to shrink these expansions for
H A Dc-tic54x.texi536 Control whether to include macro and loop block expansions in the
/dragonfly/tools/regression/bin/sh/expansion/
H A Dplus-minus3.024 # We follow original ash behaviour for quoted ${var+-=?} expansions:
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi364 Two issues remain: what about tokens that arise from macro expansions,
490 The preprocessor stores macro expansions in tokenized form. This
703 in-progress macro expansions. So instead of modifying the two tokens
749 of these macro expansions could be stringified, where spacing matters.
752 expansions, but leaving them requires special handling too. I made
754 leaving macro expansions, as well as after each replaced argument in a
822 macro expansions, it might also be helpful for the user to see the
H A Dcppopts.texi604 Track locations of tokens across macro expansions. This allows the
720 Like @samp{D}, but emit only the macro names, not their expansions.
/dragonfly/contrib/gdb-7/readline/doc/
H A Dhsuser.texi245 History expansions introduce words from the history list into
259 History expansions are introduced by the appearance of the
H A Drluser.texi1549 @item glob-list-expansions (C-x g)
1550 The list of expansions that would have been generated by
1561 word expansions (@pxref{Shell Expansions}).
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def123 /* Limit the number of expansions created by the variable expansion
126 "max-variable-expansions-in-unroller",
/dragonfly/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base278 289 "Les expansions du shell ne sont pas reconnues quand l'option d'édition protégée est activée"
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def426 be used when instantiating pack expansions; see
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.def131 /* Limit the number of expansions created by the variable expansion
134 "max-variable-expansions-in-unroller",
/dragonfly/contrib/tcp_wrappers/
H A DCHANGES159 expansions, or by access control rules that match host names. This is
H A DREADME375 %<letter> expansions.
452 textfile. Details on banners and on-the-fly %<letter> expansions are
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def428 be used when instantiating pack expansions; see
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc.opt194 Do not discard comments in macro expansions

12