Searched refs:expansion (Results 1 - 25 of 63) sorted by relevance

123

/openbsd-current/gnu/lib/libreadline/examples/
H A Dhistexamp.c56 char *expansion; local
61 result = history_expand (line, &expansion);
63 fprintf (stderr, "%s\n", expansion);
67 free (expansion);
71 add_history (expansion);
72 strncpy (line, expansion, sizeof (line) - 1);
73 free (expansion);
/openbsd-current/libexec/tradcpp/
H A Dmacro.h39 struct place *, const char *expansion);
42 struct place *, const char *expansion);
H A Dmacro.c65 struct expansionitemarray expansion; member in struct:macro
194 expansionitemarray_init(&m->expansion);
205 expansionitemarray_destroyall(&m->expansion);
206 expansionitemarray_cleanup(&m->expansion);
227 num1 = expansionitemarray_num(&m1->expansion);
228 num2 = expansionitemarray_num(&m2->expansion);
234 ei1 = expansionitemarray_get(&m1->expansion, i);
235 ei2 = expansionitemarray_get(&m2->expansion, i);
585 expansionitemarray_add(&m->expansion,
589 expansionitemarray_add(&m->expansion, e
605 macro_define_plain(struct place *p1, const char *macro, struct place *p2, const char *expansion) argument
618 macro_define_params(struct place *p1, const char *macro, struct place *p2, const char *params, struct place *p3, const char *expansion) argument
[all...]
H A Dmain.c94 const char *expansion; member in struct:commandline_macro
126 const struct place *p2, const char *expansion)
134 cm->expansion = expansion;
187 if (cm->expansion != NULL) {
189 &cm->where2, cm->expansion);
125 commandline_macro_add(const struct place *p, const char *macro, const struct place *p2, const char *expansion) argument
/openbsd-current/gnu/lib/libreadline/
H A Dtilde.c1 /* tilde.c -- Tilde expansion code (~/foo := $HOME/foo). */
106 which is the expansion, or a NULL pointer if the expansion fails. */
112 which is the expansion, or a NULL pointer if there is no expansion. */
130 /* Find the start of a tilde expansion in STRING, and return the index of
131 the tilde which starts the expansion. Place the length of the text
166 /* Find the end of a tilde expansion in STRING, and return the index of
214 char *tilde_word, *expansion; local
217 /* Make START point to the tilde which starts the expansion
320 char *dirname, *expansion, *username; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dtilde.c1 /* tilde.c -- tilde expansion code (~/foo := $HOME/foo).
46 which is the expansion, or a NULL pointer if there is no expansion. */
59 /* Find the start of a tilde expansion in STRING, and return the index of
60 the tilde which starts the expansion. Place the length of the text
91 /* Find the end of a tilde expansion in STRING, and return the index of
129 char *tilde_word, *expansion; local
132 /* Make START point to the tilde which starts the expansion. */
159 expansion = tilde_expand_word (tilde_word);
162 len = strlen (expansion);
235 char *expansion = (*tilde_expansion_failure_hook) (username); local
[all...]
H A Dfilesys.c33 static void remember_info_filename (char *filename, char *expansion);
94 char *expansion; local
96 expansion = lookup_info_filename (partial);
98 if (expansion)
99 return (expansion);
108 expansion = tilde_expand_word (partial);
109 if (IS_ABSOLUTE (expansion))
111 temp = info_absolute_file (expansion);
112 free (expansion);
115 temp = expansion;
306 char *expansion; member in struct:__anon7362
333 remember_info_filename(char *filename, char *expansion) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dc-lang.h56 extern void scan_macro_expansion (char *expansion);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert1.c5 #define def unused expansion
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dassert1.c5 #define def unused expansion
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D93_whitelist.t58 is( $res, undef, 'no return value from blocked expansion' );
68 is( $res, undef, 'no return value from blocked expansion' );
86 is( $res, undef, 'no return value from blocked expansion' );
94 is( $res, undef, 'no return value from blocked expansion' );
H A D95_allowlist.t58 is( $res, undef, 'no return value from blocked expansion' );
68 is( $res, undef, 'no return value from blocked expansion' );
86 is( $res, undef, 'no return value from blocked expansion' );
94 is( $res, undef, 'no return value from blocked expansion' );
H A D94_denylist.t50 is( $res, undef, 'no return value from blocked expansion' );
55 is( $res, undef, 'no return value from blocked expansion' );
73 is( $res, undef, 'no return value from blocked expansion' );
82 is( $res, undef, 'no return value from blocked expansion' );
87 is( $res, undef, 'no return value from blocked expansion' );
H A D92_blacklist.t50 is( $res, undef, 'no return value from blocked expansion' );
55 is( $res, undef, 'no return value from blocked expansion' );
73 is( $res, undef, 'no return value from blocked expansion' );
82 is( $res, undef, 'no return value from blocked expansion' );
87 is( $res, undef, 'no return value from blocked expansion' );
/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.h123 int expansion; member in struct:d_info
H A Dcp-demangle.c186 /* The length of the simple expansion. */
188 /* The results of a full, verbose, expansion. This is used when
191 /* The length of the full expansion. */
1072 di->expansion += 3;
1227 di->expansion += sizeof "operator" + ret->u.s_operator.op->len - 2;
1319 di->expansion -= len - sizeof "(anonymous namespace)";
1454 di->expansion += 20;
1461 di->expansion -= 5;
1465 di->expansion -= 10;
1510 di->expansion
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t161 )"0\t$overflow$utf8_comment" in expansion of (?#
164 )"main::InRecursedA" in expansion of (?#
165 )main::InRecursedC in expansion of (?#
166 )main::InRecursedB in expansion of (?#
169 )expansion of main::IsRangeReversed/,
171 )"BEEF CAGED" in expansion of main::IsNonHex/,
174 'IsDeath' => qr/Died.* in expansion of main::IsDeath/s,
533 fresh_perl_like(<<'EOP', qr/Can't find Unicode property definition "F000\\tF010" in expansion of InOneBadApple/, {}, "Just one component bad");
/openbsd-current/usr.bin/infocmp/
H A Dinfocmp.c835 const char *expansion = 0; local
871 expansion = strnames[i];
877 if (!expansion) {
887 expansion = ap->to;
896 if (!expansion
911 expansion = lookup_params(std_modes, buf2, buf3);
915 if (!expansion
931 expansion = lookup_params(private_modes, buf2, buf3);
935 if (!expansion
947 expansion
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-lex.c2239 /* Push the macro for later expansion. */
3556 /* Deal with the expansion caused by the DEF_VEC_x macros. */
3583 const char *expansion; member in struct:macro_def
3606 expansion queue. We ensure NAME is known at this point. */
3618 macro_t *expansion = XNEW (macro_t); local
3622 expansion->def = &macro_defs[ix];
3623 expansion->next = NULL;
3628 expansion->args[argno++] = args;
3632 expansion->args[argno++] = "base";
3641 expansion
[all...]
H A Dc-cppbuiltin.c151 a series expansion, but that seems too much effort because:
162 a long series of zeros in its expansion, which doesn't occur in the
628 builtin_define_with_value (const char *macro, const char *expansion, int is_str) argument
632 size_t elen = strlen (expansion);
640 sprintf (buf, "%s=\"%s\"", macro, expansion);
642 sprintf (buf, "%s=%s", macro, expansion);
648 parameter is the length of the expansion. */
650 builtin_define_with_value_n (const char *macro, const char *expansion, size_t elen) argument
659 memcpy (buf + mlen + 1, expansion, elen);
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dxref.c60 the entire brace-delimited argument list with its expansion before
269 tem = expansion (arg1, 0); /* expand @-commands in node */
303 tem = expansion (arg1, 0);
326 tem = expansion (arg1, 0);
463 tem = expansion (node, 0);
H A Dfloat.c262 char *title = expansion (temp->title, 0);
286 /* Allocate enough space for possible expansion later. */
304 title = expansion (temp->shorttitle, 0);
386 insert_string (expansion (temp->section_name, 0));
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h102 /// source), if `S` is an expansion, and `S` itself, otherwise. Corresponds to
104 RangeSelector expansion(RangeSelector S);
/openbsd-current/gnu/usr.bin/binutils/cpu/
H A Dsimplify.inc193 (define-pmacro (define-normal-macro-insn name comment attrs syntax expansion)
195 (define-full-minsn name comment attrs syntax expansion)
/openbsd-current/gnu/usr.bin/binutils-2.17/cpu/
H A Dsimplify.inc193 (define-pmacro (define-normal-macro-insn name comment attrs syntax expansion)
195 (define-full-minsn name comment attrs syntax expansion)

Completed in 217 milliseconds

123