/src/games/ching/ching/ |
ching.sh | 81 $PROGS/printching $HEXAGRAM | nroff $SHARE/macros - | ${PAGER-more}
|
Makefile | 9 FILES= hexagrams macros
|
/src/usr.bin/m4/ |
look.c | 66 struct ohash macros; variable in typeref:struct:ohash 93 ohash_init(¯os, 10, ¯o_info); 102 return ohash_find(¯os, ohash_qlookup(¯os, name)); 110 p = ohash_find(¯os, ohash_qlookup(¯os, name)); 144 i = ohash_qlookupi(¯os, name, &end); 145 n = ohash_find(¯os, i); 148 ohash_insert(¯os, i, n); 222 for (n = ohash_first(¯os, &i); n != NULL; [all...] |
extern.h | 75 extern struct ohash macros; 155 extern ndptr hashtab[]; /* hash table for macros etc. */ 190 extern int prefix_builtins; /* prefix builtin macros with m4_ */
|
/src/sys/sys/ |
common_int_types.h | 36 #error Your compiler does not provide exact width type macros.
|
common_int_mwgwtypes.h | 36 #error Your compiler does not provide min/fast width type macros.
|
common_int_const.h | 36 #error Your compiler does not provide integer constant suffix macros. 42 * 7.18.4 Macros for integer constants 45 /* 7.18.4.1 Macros for minimum-width integer constants */ 57 /* 7.18.4.2 Macros for greatest-width integer constants */
|
common_int_limits.h | 36 #error Your compiler does not provide limit macros.
|
/src/tests/include/ |
t_stddef.c | 56 ATF_TC(macros); 57 ATF_TC_HEAD(macros, tc) 59 atf_tc_set_md_var(tc, "descr", "Test <stddef.h> macros work"); 61 ATF_TC_BODY(macros, tc) 123 ATF_TP_ADD_TC(tp, macros);
|
/src/lib/libedit/ |
read.c | 61 struct macros { struct 68 struct macros macros; member in struct:el_read_t 76 static void read_clearmacros(struct macros *); 77 static void read_pop(struct macros *); 86 struct macros *ma; 91 ma = &el->el_read->macros; 112 read_clearmacros(&el->el_read->macros); 113 el_free(el->el_read->macros.macro); 114 el->el_read->macros.macro = NULL [all...] |
/src/usr.bin/ftp/ |
domacro.c | 62 if (!strncmp(argv[1], macros[i].mac_name, 9)) 72 cp1 = macros[i].mac_start; 73 while (cp1 != macros[i].mac_end) { 140 if (cp1 != macros[i].mac_end)
|
ruserpass.c | 198 "Limit of 16 macros have already been defined.\n", 202 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 if (tmp == macros[macnum].mac_start) { 242 macros[macnum++].mac_end = tmp; 245 macros[macnum++].mac_end =
|
/src/lib/libcompat/4.3/ |
ruserpass.c | 62 static int macnum; /* number of defined macros */ 63 static struct macel macros[16]; variable in typeref:struct:macel[16] 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;
|
/src/lib/libcurses/PSD.doc/ |
Makefile | 10 macros c_macros $(CEXAMPLES) 11 MACROS= -me
|
/src/sys/arch/vax/include/ |
param.h | 104 * Some macros for units conversion 109 /* MD conversion macros */ 119 /* inline macros used inside kernel */ 120 #include <machine/macros.h>
|
Makefile | 15 macros.h math.h mcontext.h mtpr.h mutex.h \
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/renesas/ |
r9a07g043f01-smarc.dts | 15 * Please change below macros according to SW1 setting on the SoM
|
/src/tests/lib/libcurses/slave/ |
lint.lua | 40 -- After each macro ARGC, there must be the corresponding macros for ARG.
|
/src/sys/external/isc/libsodium/dist/m4/ |
lt~obsolete.m4 | 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), 23 # and doesn't know about Autoconf macros at all.) 28 # because those macros already exist, or will be overwritten later. 36 # This is to help aclocal find these macros, as it can't see m4_define.
|
ltsugar.m4 | 13 # This is to help aclocal find these macros, as it can't see m4_define. 36 # These macros are necessary as long as will still need to support
|
/src/sys/arch/vax/vax/ |
compat_16_machdep.c | 108 #include <machine/macros.h>
|
compat_13_machdep.c | 111 #include <machine/macros.h>
|
sig_machdep.c | 96 #include <machine/macros.h>
|
/src/usr.bin/make/unit-tests/ |
posix-varassign.mk | 9 # macros, in addition to the eagerly and lazily evaluated assignments, and
|
var-op-append.mk | 13 # This implementation does not support the immediate-expansion macros
|