Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Derror.h21 #define PROTO(ARGS) ARGS macro
23 #define PROTO(ARGS) () macro
H A Dcvs.h31 #define PROTO(ARGS) ARGS macro
33 #define PROTO(ARGS) () macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dsighandle.c43 #define PROTO(ARGS) ARGS macro
45 #define PROTO(ARGS) () macro
H A Dmd5.c40 #define PROTO(ARGS) ARGS macro
42 #define PROTO(ARGS) () macro
/openbsd-src/usr.bin/lex/
H A Dscanopt.h53 #define PROTO(args) args macro
H A Dflexdef.h97 #define PROTO(proto) proto macro
99 #define PROTO(proto) () macro
[all...]
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dansidecl.h187 #define PROTO(type, name, arglist) type name arglist macro
226 #define PROTO(type, name, arglist) type name () macro
/openbsd-src/gnu/lib/libiberty/include/
H A Dansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/openbsd-src/gnu/gcc/include/
H A Dansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/openbsd-src/lib/libkvm/
H A Dkvm_private.h116 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x) macro
/openbsd-src/lib/libfuse/
H A Dfuse_private.h149 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x) macro
[all...]
/openbsd-src/sbin/isakmpd/
H A Dconf.c387 #define PROTO(x) ((x) ? "AH" : "ESP") in conf_load_defaults_qm() macro
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1963 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local