Home
last modified time | relevance | path

Searched refs:defn (Results 1 – 21 of 21) sorted by relevance

/dragonfly/usr.bin/m4/
H A Dlook.c123 d->defn = xstrdup(defn + sizeof(BUILTIN_MARKER) - 1); in setup_definition()
125 if (!*defn) in setup_definition()
128 d->defn = xstrdup(defn); in setup_definition()
131 if (STREQ(name, defn)) in setup_definition()
159 if (n->d->defn != null) in macro_define()
160 free(n->d->defn); in macro_define()
190 if (r->defn != null) in macro_undefine()
191 free(r->defn); in macro_undefine()
207 if (r->defn != null) in macro_popdef()
208 free(r->defn); in macro_popdef()
[all …]
H A Deval.c587 dodefine(const char *name, const char *defn) in dodefine() argument
592 macro_define(name, defn); in dodefine()
607 pbstr(p->defn); in dodefn()
610 pbstr(p->defn); in dodefn()
624 dopushdef(const char *name, const char *defn) in dopushdef() argument
629 macro_pushdef(name, defn); in dopushdef()
642 fprintf(traceout, "%s:\t%s\n", name, p->defn); in dump_one_def()
644 fprintf(traceout, "%s:\t<%s>\n", name, p->defn); in dump_one_def()
646 fprintf(traceout, "`%s'\t`%s'\n", name, p->defn); in dump_one_def()
H A Dmdef.h135 char *defn; /* definition.. */ member
H A Dmain.c392 pushs1(macro_getdef(p)->defn); /* defn string */ in macro()
H A Dgnum4.c169 argv[1] = p->defn; in doindir()
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_ctrl.c71 int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() argument
73 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null()
79 int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() argument
82 while (!int_ctrl_cmd_is_null(defn) && in int_ctrl_cmd_by_name()
83 (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()
85 defn++; in int_ctrl_cmd_by_name()
87 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()
94 int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num() argument
99 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()
101 defn++; in int_ctrl_cmd_by_num()
[all …]
/dragonfly/tools/regression/usr.bin/m4/
H A Dredef.m44 define(`mybuiltin',defn(`builtin'))dnl
6 define(`mydefine',defn(`define'))dnl
7 mydefine(`mydefn',defn(`defn'))dnl
9 myundefine(`defn')dnl
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dpch.c68 const unsigned char *defn; in write_macdef() local
76 s.definition_length = ustrlen (defn); in write_macdef()
80 defn = NODE_NAME (hn); in write_macdef()
402 uchar *defn; in _cpp_restore_pushed_macros() local
425 defn = XNEWVEC (uchar, defnlen + 1); in _cpp_restore_pushed_macros()
426 defn[defnlen] = 0; in _cpp_restore_pushed_macros()
431 p->definition = defn; in _cpp_restore_pushed_macros()
774 size_t defnlen = ustrlen (defn); in save_macros()
838 uchar *defn; in cpp_read_state() local
842 defn = data->defns[i] + namelen; in cpp_read_state()
[all …]
H A Ddirectives.c1474 const uchar *defn = NULL; in do_pragma_push_macro() local
1513 defn = cpp_macro_definition (pfile, node); in do_pragma_push_macro()
1514 defnlen = ustrlen (defn); in do_pragma_push_macro()
1521 memcpy (c->definition, defn, defnlen); in do_pragma_push_macro()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dpch.c69 const unsigned char *defn; in write_macdef() local
77 s.definition_length = ustrlen (defn); in write_macdef()
81 defn = NODE_NAME (hn); in write_macdef()
415 uchar *defn; in _cpp_restore_pushed_macros() local
438 defn = XNEWVEC (uchar, defnlen + 1); in _cpp_restore_pushed_macros()
439 defn[defnlen] = 0; in _cpp_restore_pushed_macros()
444 p->definition = defn; in _cpp_restore_pushed_macros()
786 size_t defnlen = ustrlen (defn); in save_macros()
853 uchar *defn; in cpp_read_state() local
857 defn = data->defns[i] + namelen; in cpp_read_state()
[all …]
H A Ddirectives.c1540 const uchar *defn = NULL; in do_pragma_push_macro() local
1579 defn = cpp_macro_definition (pfile, node); in do_pragma_push_macro()
1580 defnlen = ustrlen (defn); in do_pragma_push_macro()
1587 memcpy (c->definition, defn, defnlen); in do_pragma_push_macro()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenpreds.c94 process_define_predicate (rtx defn, int lineno) in process_define_predicate() argument
96 validate_exp (XEXP (defn, 1), XSTR (defn, 0), lineno); in process_define_predicate()
1363 rtx defn; in main() local
1372 while ((defn = read_md_rtx (&pattern_lineno, &next_insn_code)) != 0) in main()
1373 switch (GET_CODE (defn)) in main()
1377 process_define_predicate (defn, pattern_lineno); in main()
1383 process_define_constraint (defn, pattern_lineno); in main()
1387 process_define_register_constraint (defn, pattern_lineno); in main()
/dragonfly/contrib/file/magic/Magdir/
H A Dclojure29 0 regex \^\\\(defn-?[[:space:]] Clojure module source text
/dragonfly/contrib/awk/
H A Dproto.h89 extern void defn(Cell *, Node *, Node *);
H A Dparse.c233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function
H A Dawkgram.y186 { infunc = false; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
H A DFIXES.1e798 added test in defn() to catch function foo(foo), which
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c18403 gdb_byte *defn; in skip_unknown_opcode() local
18413 defn = opcode_definitions[opcode]; in skip_unknown_opcode()
18414 arg = read_unsigned_leb128 (abfd, defn, &bytes_read); in skip_unknown_opcode()
18415 defn += bytes_read; in skip_unknown_opcode()
18419 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end, defn[i], offset_size, in skip_unknown_opcode()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcpp.texi4389 cpp [@option{-D}@var{macro}[=@var{defn}]@dots{}] [@option{-U}@var{macro}]
H A Dinvoke.texi44 [@option{-D}@var{macro}[=@var{defn}]@dots{}] [@option{-U}@var{macro}]
427 -D@var{macro}@r{[}=@var{defn}@r{]} -E -H @gol
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Das.texinfo2841 @c @defn{} it in that case, as was done previously... doc@cygnus.com,