Home
last modified time | relevance | path

Searched defs:isreturn (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/vttest/vttest-20180811/
H A Dvt52.c21 isreturn(const char *reply) in isreturn() function
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Dmisc.h86 #define isreturn(c) ((c) == 10 || (c) == 13) macro
/dports/games/scummvm/scummvm-2.5.1/engines/glk/glulx/
H A Dglkop.cpp241 int *nullok, int *isretained, int *isreturn) { in read_prefix()
298 int isref, passin, passout, nullok, isarray, isretained, isreturn; in prepare_glk_args() local
390 int isref, passin, passout, nullok, isarray, isretained, isreturn; in parse_glk_args() local
605 int isref, passin, passout, nullok, isarray, isretained, isreturn; in unparse_glk_args() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/glulxe/
H A Dglkop.cpp233 int *nullok, int *isretained, int *isreturn) { in read_prefix()
290 int isref, passin, passout, nullok, isarray, isretained, isreturn; in prepare_glk_args() local
382 int isref, passin, passout, nullok, isarray, isretained, isreturn; in parse_glk_args() local
597 int isref, passin, passout, nullok, isarray, isretained, isreturn; in unparse_glk_args() local
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dldo.cpp110 void luaD_callHook(StkId base, TProtoFunc *tf, int32 isreturn) { in luaD_callHook()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dldo.cpp110 void luaD_callHook(StkId base, TProtoFunc *tf, int32 isreturn) { in luaD_callHook()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dldo.cpp129 void luaD_callHook (StkId base, TProtoFunc *tf, int32 isreturn) in luaD_callHook()
/dports/news/tin/tin-2.4.5/src/
H A Drfc2047.c46 #define isreturn(c) ((c) == '\r' || ((c) == '\n')) macro
/dports/chinese/tin/tin-2.4.5/src/
H A Drfc2047.c46 #define isreturn(c) ((c) == '\r' || ((c) == '\n')) macro
/dports/editors/xvile/vile-9.8v/
H A Dvl_ctype.h296 #define isreturn(c) ((c == '\r') || (c == '\n')) macro
/dports/editors/vile/vile-9.8v/
H A Dvl_ctype.h296 #define isreturn(c) ((c == '\r') || (c == '\n')) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dmtype.h604 bool isreturn; // true: 'this' is returned by ref variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dmtype.h606 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dmtype.h606 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dmtype.h604 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dmtype.h606 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dmtype.h604 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dmtype.h667 bool isreturn; // true: 'this' is returned by ref variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h667 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h667 bool isreturn; // true: 'this' is returned by ref variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dmtype.d4121 isreturn = 0x0010, // 'this' is returned by ref enumerator
5062 bool isreturn() const pure nothrow @safe @nogc in isreturn() function
5067 void isreturn(bool v) pure nothrow @safe @nogc in isreturn() function
/dports/math/pari/pari-2.13.3/src/language/
H A Danal.c216 isreturn(char c) in isreturn() function
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Ddhcp.c948 …hcp_postauthDNAT(struct dhcp_conn_t *conn, struct pkt_ippacket_t *pack, size_t len, int isreturn) { in dhcp_postauthDNAT()