/netbsd-src/external/bsd/am-utils/dist/ |
H A D | Makefile.am | 44 m4/macros/HEADER \ 45 m4/macros/TRAILER \ 46 m4/macros/c_void_p.m4 \ 47 m4/macros/cache_check_dynamic.m4 \ 48 m4/macros/check_amu_fs.m4 \ 49 m4/macros/check_autofs_style.m4 \ 50 m4/macros/check_checkmount_style.m4 \ 51 m4/macros/check_extern.m4 \ 52 m4/macros/check_extern_ldap.m4 \ 53 m4/macros/check_fhandle.m4 \ [all …]
|
H A D | bootstrap | 26 if [ ! -d m4/macros ]; then 27 echo No m4/macros directory found! 30 if [ ! -f m4/macros/HEADER ]; then 31 echo No m4/macros/HEADER file found! 41 (cd m4/macros
|
H A D | aux_conf.h.in | 14 * in $srcdir/m4/macros. 24 * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros. 35 * in $srcdir/m4/macros. 44 * in $srcdir/m4/macros. 53 * in $srcdir/m4/macros.
|
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
H A D | Mdoc.pm | 185 my %macros; 298 $macros{ $macro } = { 304 if ($macros{ $macro }{concat_until}) { 305 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } }; 306 $macros{ $macro }{greedy} = 1; 313 croak "Macro <$macro> not defined" if not exists $macros{ $macro }; 314 +{ %{ $macros{ $macro } } } 434 @args = _unquote(@args) if (!$macros{ $macro }{raw}); 438 if ($_ =~ /^[A-Z][a-z]+$/ && exists $macros{ $_ }) { 442 if ($macros{ $macro }{greedy}) { [all …]
|
/netbsd-src/usr.bin/m4/ |
H A D | look.c | 66 struct ohash macros; variable 93 ohash_init(¯os, 10, ¯o_info); in init_macros() 102 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup() 110 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition() 144 i = ohash_qlookupi(¯os, name, &end); in create_entry() 145 n = ohash_find(¯os, i); in create_entry() 148 ohash_insert(¯os, i, n); in create_entry() 222 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all() 223 n = ohash_next(¯os, &i)) in macro_for_all() 260 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced() [all …]
|
/netbsd-src/lib/libedit/ |
H A D | read.c | 61 struct macros { struct 68 struct macros macros; member 76 static void read_clearmacros(struct macros *); 77 static void read_pop(struct macros *); 86 struct macros *ma; in read_init() 91 ma = &el->el_read->macros; in read_init() 112 read_clearmacros(&el->el_read->macros); in read_end() 113 el_free(el->el_read->macros.macro); in read_end() 114 el->el_read->macros in read_end() [all...] |
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | dba.c | 72 dba->macros = dba_array_new(MACRO_MAX, 0); in dba_new() 77 dba_array_set(dba->macros, im, macro); in dba_new() 90 dba_array_FOREACH(dba->macros, macro) { in dba_free() 99 dba_array_free(dba->macros); in dba_free() 136 dba_macros_write(dba->macros); in dba_write() 375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new() 386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, in dba_macro_add() argument 393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add() 404 dba_macros_write(struct dba_array *macros) in dba_macros_write() argument 409 pos_macros = dba_array_writelen(macros, 1); in dba_macros_write() [all …]
|
H A D | dbm.c | 66 static struct macro *macros[MACRO_MAX]; variable 117 macros[im] = (struct macro *)__UNCONST(++ep); in dbm_open() 366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL; in page_bymacro() 384 pp = dbm_get(macros[im][iv].pages); in page_bymacro() 413 macro.value = dbm_get(macros[im][iv].value); in dbm_macro_get() 414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get() 447 pp = dbm_get(macros[im]->pages); in macro_bypage() 479 return dbm_get(macros[im][iv - 1].value); in macro_bypage()
|
/netbsd-src/distrib/syspkg/sets/text/text-groff-share/ |
H A D | DESCR | 1 This package contains groff macros and data files for the macro sets 7 man.old - old style manual page macros; 9 mandoc - a set of content-based and domain-based macros used to 19 ms - the Manuscript macros, set of macros for writing manuscripts;
|
/netbsd-src/usr.bin/ftp/ |
H A D | ruserpass.c | 198 "Limit of 16 macros have already been defined.\n", in ruserpass() 202 tmp = macros[macnum].mac_name; in ruserpass() 225 macros[macnum].mac_start = macbuf; in ruserpass() 228 macros[macnum].mac_start = in ruserpass() 229 macros[macnum-1].mac_end + 1; in ruserpass() 231 tmp = macros[macnum].mac_start; in ruserpass() 241 if (tmp == macros[macnum].mac_start) { in ruserpass() 242 macros[macnum++].mac_end = tmp; in ruserpass() 245 macros[macnum++].mac_end = in ruserpass()
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | NEWS | 33 - New and updated macros for Fortran support: 59 ** The macros AC_PREPROC_IFELSE, AC_COMPILE_IFELSE, AC_LINK_IFELSE, and 81 ** Newly obsolete macros 82 The following macros have been marked obsolete. New programs 126 ** The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and 151 ** The previously undocumented Autotest macros AT_ARG_OPTION and 161 ** The macros AS_TR_SH and AS_TR_CPP no longer expand their results. 163 ** The following macros are now documented: 177 ** New macros to support Objective C++. 180 ** The following undocumented autoconf macros, removed in Autoconf 2.64, [all …]
|
/netbsd-src/lib/libcompat/4.3/ |
H A D | ruserpass.c | 62 static int macnum; /* number of defined macros */ 63 static struct macel macros[16]; variable 201 "Limit of 16 macros have already been defined."); 204 tmp = macros[macnum].mac_name; 225 macros[macnum].mac_start = macbuf; 228 macros[macnum].mac_start = 229 macros[macnum-1].mac_end + 1; 231 tmp = macros[macnum].mac_start; 241 macros[macnum++].mac_end = tmp - 1;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
H A D | compiler.py | 80 macros = self.dumpMacros() 81 if macros is None: 85 if '__clang__' in macros.keys(): 88 if '__apple_build_version__' in macros.keys(): 90 major_ver = macros['__clang_major__'] 91 minor_ver = macros['__clang_minor__'] 92 patchlevel = macros['__clang_patchlevel__'] 93 elif '__GNUC__' in macros.keys(): 95 major_ver = macros['__GNUC__'] 96 minor_ver = macros['__GNUC_MINOR__'] [all …]
|
/netbsd-src/distrib/syspkg/sets/text/text-groff-bin/ |
H A D | DESCR | 4 macros and the -ms macros, and drivers for PostScript, TeX dvi format, HP 6 devices. Also included is a modified version of the Berkeley -me macros, 8 of the -mm macros.
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | check_varargs_macros.m4 | 2 dnl check if compiler can handle variable-length argument macros 5 AC_CACHE_CHECK(if compiler can handle variable-length macros, 30 [System supports C99-style variable-length argument macros]) 35 [System supports GCC-style variable-length argument macros])
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | OSSL_DEPRECATED.pod | 5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros 9 #include <openssl/macros.h> 27 These macros are used to define the version specific deprecation macros 32 [RETURN VALUES isn't relevant for these macros, but find-doc-nits demands
|
/netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
H A D | milter8.c | 958 ARGV *macros,...) in milter8_event() argument 1026 if (macros) { in milter8_event() 1027 if (macros->argc > 0) { in milter8_event() 1030 for (cpp = macros->argv; *cpp && cpp[1]; cpp += 2) in milter8_event() 1040 if (macros) { in milter8_event() 1043 MILTER8_DATA_ARGV, macros->argv, in milter8_event() 1062 va_start(ap, macros); in milter8_event() 1888 milter->m.macros = milter_macros_alloc(MILTER_MACROS_ALLOC_EMPTY); in milter8_connect() 1903 mac_value_ptr = MILTER8_MACRO_PTR(milter->m.macros, mac_type); in milter8_connect() 1921 ARGV *macros) in milter8_conn_event() argument [all …]
|
/netbsd-src/external/bsd/am-utils/dist/m4/ |
H A D | mk-aclocal | 7 if [ ! -d macros ]; then 8 echo no macros directory found! 11 cd macros
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | acstatus.at | 10 AT_BANNER([Testing autoconf/status macros.]) 12 # Modern macros. 14 # Obsolete macros.
|
H A D | acgo.at | 10 AT_BANNER([Testing autoconf/go macros.]) 12 # Modern macros. 14 # Obsolete macros.
|
H A D | aclibs.at | 10 AT_BANNER([Testing autoconf/libs macros.]) 12 # Modern macros. 14 # Obsolete macros.
|
H A D | aclang.at | 10 AT_BANNER([Testing autoconf/lang macros.]) 12 # Modern macros. 16 # Obsolete macros.
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
H A D | stackhash.pm | 27 my $macros = <<END_MACROS; 56 return $macros; 86 my $macros = <<END_MACROS; 104 return $macros;
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ast.c | 3568 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros); 3575 int *macros = user; in entry_required_macros() local 3577 *macros = ast_expr_required_macros(expr, *macros); in entry_required_macros() 3586 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros) in ast_expr_required_macros() argument 3588 if (macros == ISL_AST_MACRO_ALL) in ast_expr_required_macros() 3589 return macros; in ast_expr_required_macros() 3592 return macros; in ast_expr_required_macros() 3595 macros |= ISL_AST_MACRO_MIN; in ast_expr_required_macros() 3597 macros |= ISL_AST_MACRO_MAX; in ast_expr_required_macros() 3599 macros |= ISL_AST_MACRO_FDIV_Q; in ast_expr_required_macros() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | NEWS | 3 * Bug fix in the gettext.m4 autoconf macros. 9 * Autoconf macros: 10 - The gettext autoconf macros now require autoconf 2.52 or newer. 20 * The gettext autoconf macros will now work with the forthcoming g++ 4.0. 26 * The gettext autoconf macros now require autoconf 2.50 or newer.
|