Home
last modified time | relevance | path

Searched refs:push_ret (Results 1 – 11 of 11) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elua/
H A Dio.c81 push_ret(lua_State *L, int i, const char *fname) in push_ret() function
118 return push_ret(L, ok, NULL); in elua_close()
124 return push_ret(L, fflush(tofile(L)) == 0, NULL); in elua_flush()
267 return push_ret(L, 0, NULL); in elua_read()
294 return push_ret(L, status, NULL); in elua_write()
369 return (!*pf) ? push_ret(L, 0, fname) : 1; in _elua_io_popen()
/dports/audio/faudio/FAudio-21.01/src/
H A DFAudio_gstreamer.c137 GstFlowReturn push_ret; in FAudio_GSTREAMER_FillConvertCache() local
167 push_ret = gst_pad_push(voice->src.gstreamer->srcpad, src); in FAudio_GSTREAMER_FillConvertCache()
168 if( push_ret != GST_FLOW_OK && in FAudio_GSTREAMER_FillConvertCache()
169 push_ret != GST_FLOW_EOS ) in FAudio_GSTREAMER_FillConvertCache()
175 push_ret in FAudio_GSTREAMER_FillConvertCache()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtransport.c1140 int push_ret, ret, err; in transport_push() local
1236 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1239 push_ret = 0; in transport_push()
1241 ret = push_ret | err; in transport_push()
1272 if (porcelain && !push_ret) in transport_push()
/dports/devel/git-gui/git-2.34.1/
H A Dtransport.c1282 int push_ret, ret, err; in transport_push() local
1379 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1382 push_ret = 0; in transport_push()
1384 ret = push_ret | err; in transport_push()
1401 if (porcelain && !push_ret) in transport_push()
/dports/devel/git-svn/git-2.34.1/
H A Dtransport.c1282 int push_ret, ret, err; in transport_push() local
1379 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1382 push_ret = 0; in transport_push()
1384 ret = push_ret | err; in transport_push()
1401 if (porcelain && !push_ret) in transport_push()
/dports/devel/git-p4/git-2.34.1/
H A Dtransport.c1282 int push_ret, ret, err; in transport_push() local
1379 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1382 push_ret = 0; in transport_push()
1384 ret = push_ret | err; in transport_push()
1401 if (porcelain && !push_ret) in transport_push()
/dports/devel/git/git-2.34.1/
H A Dtransport.c1282 int push_ret, ret, err; in transport_push() local
1379 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1382 push_ret = 0; in transport_push()
1384 ret = push_ret | err; in transport_push()
1401 if (porcelain && !push_ret) in transport_push()
/dports/devel/git-cvs/git-2.34.1/
H A Dtransport.c1282 int push_ret, ret, err; in transport_push() local
1379 push_ret = transport->vtable->push_refs(transport, remote_refs, flags); in transport_push()
1382 push_ret = 0; in transport_push()
1384 ret = push_ret | err; in transport_push()
1401 if (porcelain && !push_ret) in transport_push()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dplayer.cpp2398 int push_ret; in DoPlayerSlide() local
2412push_ret = pushmove((vec3_t *)pp, &pp->cursectnum, ((int)pp->SpriteP->clipdist<<2), pp->ceiling_di… in DoPlayerSlide()
2413 if (push_ret < 0) in DoPlayerSlide()
2427push_ret = pushmove((vec3_t *)pp, &pp->cursectnum, ((int)pp->SpriteP->clipdist<<2), pp->ceiling_di… in DoPlayerSlide()
2428 if (push_ret < 0) in DoPlayerSlide()
2670 int push_ret = 0; in DoPlayerMove() local
2749 if (push_ret < 0) in DoPlayerMove()
2775 if (push_ret < 0) in DoPlayerMove()
5587 int push_ret; in DoPlayerCurrent() local
5596 if (push_ret < 0) in DoPlayerCurrent()
[all …]
/dports/games/jfsw/jfsw-c434002/src/
H A Dplayer.c2307 int push_ret; in DoPlayerSlide() local
2321push_ret = pushmove(&pp->posx, &pp->posy, &pp->posz, &pp->cursectnum, ((int)pp->SpriteP->clipdist<… in DoPlayerSlide()
2322 if (push_ret < 0) in DoPlayerSlide()
2336push_ret = pushmove(&pp->posx, &pp->posy, &pp->posz, &pp->cursectnum, ((int)pp->SpriteP->clipdist<… in DoPlayerSlide()
2337 if (push_ret < 0) in DoPlayerSlide()
2583 int push_ret = 0; in DoPlayerMove() local
2651 if (push_ret < 0) in DoPlayerMove()
2671 if (push_ret < 0) in DoPlayerMove()
5529 int push_ret; in DoPlayerCurrent() local
5538 if (push_ret < 0) in DoPlayerCurrent()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/tabling/
H A Dtest_tabling.pl80 push_ret