| /openbsd-src/usr.bin/mg/ |
| H A D | keymap.c | 23 static PF cHcG[] = { 28 static PF cHa[] = { 48 static PF cCsc[] = { 80 static PF cCs[] = { 90 CCHR('@'), CCHR('@'), (PF[]){ rescan }, NULL 98 static PF cX4cF[] = { 102 static PF cX4b[] = { 123 static PF cXcB[] = { 132 static PF cXcJ[] = { 150 static PF cXlp[] = { [all …]
|
| H A D | funmap.h | 6 PF name_function(const char *); 7 const char *function_name(PF); 9 int funmap_add(PF, const char *, int); 10 int numparams_function(PF);
|
| H A D | autoexec.c | 18 PF fp; 31 PF * 34 PF *pfl, *npfl; in find_autoexec() 48 sizeof(PF)); in find_autoexec() 66 PF fp; in add_autoexec()
|
| H A D | kbd.c | 27 static int mgwrap(PF, int, int); 124 PF 129 PF ret; in doscan() 150 PF funct; in doin() 176 PF fp = NULL; in rescan() 228 PF funct; in universal_argument() 261 PF funct; in digit_argument() 293 PF funct; in negative_argument() 445 mgwrap(PF funct, int f, int n) in mgwrap() 447 static PF ofp; in mgwrap()
|
| H A D | kbd.h | 12 PF *k_funcp; /* pointer to array of pointers */ 27 PF map_default; /* default function */ \ 52 PF doscan(KEYMAP *, int, KEYMAP **);
|
| H A D | help.c | 21 static int findbind(KEYMAP *, PF, char *, size_t); 31 PF funct; in desckey() 130 PF fun; in showall() 159 PF funct; in help_help() 209 findbind(KEYMAP *map, PF fun, char *buf, size_t len) in findbind() 212 PF nfun; in findbind()
|
| H A D | funmap.c | 22 PF fn_funct; 253 funmap_add(PF fun, const char *fname, int fparams) in funmap_add() 272 PF 285 function_name(PF fun) in function_name() 326 numparams_function(PF fun) in numparams_function()
|
| H A D | extend.c | 25 static int remap(KEYMAP *, int, PF, KEYMAP *); 92 remap(KEYMAP *curmap, int c, PF funct, KEYMAP *pref_map) in remap() 96 PF *pfp; in remap() 113 sizeof(PF))) == NULL) in remap() 126 sizeof(PF))) == NULL) in remap() 143 if ((pfp = malloc(sizeof(PF))) == NULL) in remap() 221 sizeof(PF))) == NULL) in remap() 324 PF funct; in dobind() 389 PF funct; in bindkey() 526 PF funct; in extend() [all …]
|
| H A D | log.c | 60 static int mglog_lines(PF); 82 mglog(PF funct, void *map) in mglog() 100 PF *pfp; in mglog_key() 206 mglog_lines(PF funct) in mglog_lines()
|
| H A D | cmode.c | 41 static PF cmode_brace[] = { 45 static PF cmode_cCP[] = { 50 static PF cmode_cc[] = { 64 static PF cmode_spec[] = {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
| H A D | attrib4.C | 7 #define PF __attribute__ ((format (printf, 1, 2))) macro 10 static PF void f (char *, ...); 11 friend PF void g (char *, ...); 15 void PF h (char *, ...); 16 void PF k (char *, ...) { } in k()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Memory.cpp | 34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<() argument 35 assert((PF & ~(Memory::MF_READ | Memory::MF_WRITE | Memory::MF_EXEC)) == 0 && in operator <<() 38 return OS << (PF & Memory::MF_READ ? 'R' : '-') in operator <<() 39 << (PF & Memory::MF_WRITE ? 'W' : '-') in operator <<() 40 << (PF & Memory::MF_EXEC ? 'X' : '-'); in operator <<()
|
| /openbsd-src/libexec/tradcpp/ |
| H A D | utils.h | 36 #define PF(a, b) __attribute__((__format__(__printf__, a, b))) macro 40 #define PF(a, b) macro 66 PF(2, 3) void complain(const struct place *, const char *fmt, ...); 72 PF(2, 3) void debuglog(const struct place *p, const char *fmt, ...); 73 PF(3, 4) void debuglog2(const struct place *p, const struct place *p2,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | MemoryFlags.h | 45 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; in toSysMemoryProtectionFlags() local 47 PF |= sys::Memory::MF_READ; in toSysMemoryProtectionFlags() 49 PF |= sys::Memory::MF_WRITE; in toSysMemoryProtectionFlags() 51 PF |= sys::Memory::MF_EXEC; in toSysMemoryProtectionFlags() 52 return static_cast<sys::Memory::ProtectionFlags>(PF); in toSysMemoryProtectionFlags() 57 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { in fromSysMemoryProtectionFlags() argument 59 if (PF & sys::Memory::MF_READ) in fromSysMemoryProtectionFlags() 61 if (PF & sys::Memory::MF_WRITE) in fromSysMemoryProtectionFlags() 63 if (PF & sys::Memory::MF_EXEC) in fromSysMemoryProtectionFlags()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | typeck.C | 8 typedef ctype_p (*PF) (int); typedef 14 static PF p = callee; // ERROR - in foobar() 19 PF pp = callee; // ERROR -
|
| /openbsd-src/usr.bin/printf/ |
| H A D | printf.c | 61 #define PF(f, func) { \ macro 162 PF(start, p); in main() 167 PF(start, p); in main() 179 PF(f, p); in main() 193 PF(f, p); in main() 205 PF(start, p); in main()
|
| /openbsd-src/usr.sbin/btrace/ |
| H A D | printf.c | 68 #define PF(f, func) { \ macro 159 PF(start, p); in stmt_printf() 164 PF(start, p); in stmt_printf() 176 PF(f, p); in stmt_printf() 190 PF(f, p); in stmt_printf() 202 PF(start, p); in stmt_printf()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | objdump.c | 304 #define PF(x, y) \ in dump_section_header() macro 307 PF (SEC_HAS_CONTENTS, "CONTENTS"); in dump_section_header() 308 PF (SEC_ALLOC, "ALLOC"); in dump_section_header() 309 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header() 310 PF (SEC_LOAD, "LOAD"); in dump_section_header() 311 PF (SEC_RELOC, "RELOC"); in dump_section_header() 312 PF (SEC_READONLY, "READONLY"); in dump_section_header() 313 PF (SEC_CODE, "CODE"); in dump_section_header() 314 PF (SEC_DATA, "DATA"); in dump_section_header() 315 PF (SEC_ROM, "ROM"); in dump_section_header() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 176 MAKE_REGLIST(gen8_global_regs, PF, GLOBAL, 0), 177 MAKE_REGLIST(gen8_rc_class_regs, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_RENDER_COMPUTE), 178 MAKE_REGLIST(gen8_rc_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_RENDER_COMPUTE), 179 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_VIDEO), 180 MAKE_REGLIST(gen8_vd_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_VIDEO), 181 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_VIDEOENHANCE), 182 MAKE_REGLIST(gen8_vec_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_VIDEOENHANCE), 183 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_BLITTER), 184 MAKE_REGLIST(gen8_blt_inst_regs, PF, ENGINE_INSTANCE, GUC_CAPTURE_LIST_CLASS_BLITTER), 185 MAKE_REGLIST(empty_regs_list, PF, ENGINE_CLASS, GUC_CAPTURE_LIST_CLASS_GSC_OTHER), [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ |
| H A D | ptrmem1.C | 5 typedef void (A::*PF)(int) const; typedef 9 PF pf = &A::f; in f()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | objdump.c | 317 #define PF(x, y) \ in dump_section_header() macro 320 PF (SEC_HAS_CONTENTS, "CONTENTS"); in dump_section_header() 321 PF (SEC_ALLOC, "ALLOC"); in dump_section_header() 322 PF (SEC_CONSTRUCTOR, "CONSTRUCTOR"); in dump_section_header() 323 PF (SEC_LOAD, "LOAD"); in dump_section_header() 324 PF (SEC_RELOC, "RELOC"); in dump_section_header() 325 PF (SEC_READONLY, "READONLY"); in dump_section_header() 326 PF (SEC_CODE, "CODE"); in dump_section_header() 327 PF (SEC_DATA, "DATA"); in dump_section_header() 328 PF (SEC_ROM, "ROM"); in dump_section_header() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Pf/ |
| H A D | spacing.out_ascii | 1 PF-SPACING(1) General Commands Manual PF-SPACING(1)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-fo.fin | 44 PF PF
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | internal.h | 488 #define CPP_PEDANTIC(PF) CPP_OPTION (PF, pedantic) argument 489 #define CPP_WTRADITIONAL(PF) CPP_OPTION (PF, warn_traditional) argument
|