Home
last modified time | relevance | path

Searched +defs:L +defs:c (Results 1 – 25 of 12994) sorted by relevance

12345678910>>...520

/dports/x11-wm/awesome/awesome-4.3/objects/
H A Dclient.c3049 luaA_client_set_screen(lua_State *L, client_t *c) in luaA_client_set_screen()
3056 luaA_client_set_hidden(lua_State *L, client_t *c) in luaA_client_set_hidden()
3077 luaA_client_set_modal(lua_State *L, client_t *c) in luaA_client_set_modal()
3105 luaA_client_set_icon(lua_State *L, client_t *c) in luaA_client_set_icon()
3140 luaA_client_set_ontop(lua_State *L, client_t *c) in luaA_client_set_ontop()
3147 luaA_client_set_below(lua_State *L, client_t *c) in luaA_client_set_below()
3154 luaA_client_set_above(lua_State *L, client_t *c) in luaA_client_set_above()
3175 luaA_client_get_name(lua_State *L, client_t *c) in luaA_client_get_name()
3187 luaA_client_set_name(lua_State *L, client_t *c) in luaA_client_set_name()
3326 luaA_client_get_icon(lua_State *L, client_t *c) in luaA_client_get_icon()
[all …]
/dports/devel/love10/love-0.10.2/src/modules/thread/
H A Dwrap_Channel.cpp33 int w_Channel_push(lua_State *L) in w_Channel_push()
35 Channel *c = luax_checkchannel(L, 1); in w_Channel_push() local
45 Channel *c = luax_checkchannel(L, 1); in w_Channel_supply() local
53 int w_Channel_pop(lua_State *L) in w_Channel_pop()
55 Channel *c = luax_checkchannel(L, 1); in w_Channel_pop() local
66 Channel *c = luax_checkchannel(L, 1); in w_Channel_demand() local
73 int w_Channel_peek(lua_State *L) in w_Channel_peek()
75 Channel *c = luax_checkchannel(L, 1); in w_Channel_peek() local
86 Channel *c = luax_checkchannel(L, 1); in w_Channel_getCount() local
93 Channel *c = luax_checkchannel(L, 1); in w_Channel_clear() local
[all …]
/dports/devel/love/love-11.3/src/modules/thread/
H A Dwrap_Channel.cpp33 int w_Channel_push(lua_State *L) in w_Channel_push()
35 Channel *c = luax_checkchannel(L, 1); in w_Channel_push() local
48 Channel *c = luax_checkchannel(L, 1); in w_Channel_supply() local
64 int w_Channel_pop(lua_State *L) in w_Channel_pop()
66 Channel *c = luax_checkchannel(L, 1); in w_Channel_pop() local
77 Channel *c = luax_checkchannel(L, 1); in w_Channel_demand() local
95 Channel *c = luax_checkchannel(L, 1); in w_Channel_peek() local
106 Channel *c = luax_checkchannel(L, 1); in w_Channel_getCount() local
113 Channel *c = luax_checkchannel(L, 1); in w_Channel_hasRead() local
121 Channel *c = luax_checkchannel(L, 1); in w_Channel_clear() local
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_column.c31 #define PUSH_COLUMN(L,c) {g_ptr_array_add(outstanding_Column,c);pushColumn(L,c);} in CLEAR_OUTSTANDING() argument
119 Column c = checkColumn(L,1); in Column__tostring() local
135 static int Column__gc(lua_State* L) { in Column__gc()
151 Column c = checkColumn(L,1); in Column_clear() local
163 Column c = checkColumn(L,1); in Column_set() local
177 Column c = checkColumn(L,1); in Column_append() local
191 Column c = checkColumn(L,1); in Column_prepend() local
207 Column c = checkColumn(L,1); in Column_fence() local
220 Column c = checkColumn(L,1); in Column_clear_fence() local
247 int Column_register(lua_State *L) { in Column_register()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/wslua/
H A Dwslua_column.c31 #define PUSH_COLUMN(L,c) {g_ptr_array_add(outstanding_Column,c);pushColumn(L,c);} in CLEAR_OUTSTANDING() argument
119 Column c = checkColumn(L,1); in Column__tostring() local
135 static int Column__gc(lua_State* L) { in Column__gc()
151 Column c = checkColumn(L,1); in Column_clear() local
163 Column c = checkColumn(L,1); in Column_set() local
177 Column c = checkColumn(L,1); in Column_append() local
191 Column c = checkColumn(L,1); in Column_prepend() local
207 Column c = checkColumn(L,1); in Column_fence() local
220 Column c = checkColumn(L,1); in Column_clear_fence() local
247 int Column_register(lua_State *L) { in Column_register()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/wslua/
H A Dwslua_column.c31 #define PUSH_COLUMN(L,c) {g_ptr_array_add(outstanding_Column,c);pushColumn(L,c);} in CLEAR_OUTSTANDING() argument
119 Column c = checkColumn(L,1); in Column__tostring() local
135 static int Column__gc(lua_State* L) { in Column__gc()
151 Column c = checkColumn(L,1); in Column_clear() local
163 Column c = checkColumn(L,1); in Column_set() local
177 Column c = checkColumn(L,1); in Column_append() local
191 Column c = checkColumn(L,1); in Column_prepend() local
207 Column c = checkColumn(L,1); in Column_fence() local
220 Column c = checkColumn(L,1); in Column_clear_fence() local
247 int Column_register(lua_State *L) { in Column_register()
[all …]
/dports/devel/love08/love-0.8.0/src/modules/physics/box2d/
H A Dwrap_ChainShape.cpp36 int w_ChainShape_setNextVertex(lua_State * L) in w_ChainShape_setNextVertex()
38 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_setNextVertex() local
47 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_setPrevVertex() local
56 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_getChildCount() local
61 int w_ChainShape_getChildEdge(lua_State * L) in w_ChainShape_getChildEdge()
63 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_getChildEdge() local
72 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_getVertexCount() local
78 int w_ChainShape_getPoint(lua_State * L) in w_ChainShape_getPoint()
80 ChainShape * c = luax_checkchainshape(L, 1); in w_ChainShape_getPoint() local
89 int w_ChainShape_getPoints(lua_State * L) in w_ChainShape_getPoints()
[all …]
/dports/www/httest/httest-2.4.24/src/
H A Dlua_crypto.c134 EVP_MD_CTX *c = NULL; in evp_fnew() local
151 EVP_MD_CTX *c = evp_pget(L, 1); in evp_clone() local
223 EVP_MD_CTX *c = NULL; in evp_fdigest() local
275 HMAC_CTX *c = hmac_pnew(L); in hmac_fnew() local
292 HMAC_CTX *c = hmac_pget(L, 1); in hmac_clone() local
299 HMAC_CTX *c = hmac_pget(L, 1); in hmac_reset() local
305 HMAC_CTX *c = hmac_pget(L, 1); in hmac_update() local
315 HMAC_CTX *c = hmac_pget(L, 1); in hmac_digest() local
359 HMAC_CTX *c; in hmac_fdigest() local
638 X509 *c = x509_pget(L, 1); in x509_gc() local
[all …]
/dports/audio/moony-lv2/moony-0.36.0/lrandom/
H A Dlrandom.c25 static MT *Pget(lua_State *L, int i) in Pget()
30 static MT *Pnew(lua_State *L) in Pnew()
32 MT *c=lua_newuserdata(L,sizeof(MT)); in Pnew() local
40 MT *c=Pnew(L); in Lnew() local
45 static int Lclone(lua_State *L) /** clone(c) */ in Lclone()
47 MT *c=Pget(L,1); in Lclone() local
55 MT *c=Pget(L,1); in Lseed() local
63 MT *c=Pget(L,1); in Lvalue() local
88 static int Ltostring(lua_State *L) in Ltostring()
90 MT *c=Pget(L,1); in Ltostring() local
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/
H A Dinterface.go32 // func main() {
119 …DeleteEnvironmentConfiguration(*elasticbeanstalk.DeleteEnvironmentConfigurationInput) (*elasticbea…
135 …DescribeApplications(*elasticbeanstalk.DescribeApplicationsInput) (*elasticbeanstalk.DescribeAppli…
174 …DescribeEventsPages(*elasticbeanstalk.DescribeEventsInput, func(*elasticbeanstalk.DescribeEventsOu…
177 …DescribeInstancesHealth(*elasticbeanstalk.DescribeInstancesHealthInput) (*elasticbeanstalk.Describ…
191 …ListAvailableSolutionStacksRequest(*elasticbeanstalk.ListAvailableSolutionStacksInput) (*request.R…
202 …ListPlatformVersionsRequest(*elasticbeanstalk.ListPlatformVersionsInput) (*request.Request, *elast…
207 …ListTagsForResource(*elasticbeanstalk.ListTagsForResourceInput) (*elasticbeanstalk.ListTagsForReso…
215 …RequestEnvironmentInfo(*elasticbeanstalk.RequestEnvironmentInfoInput) (*elasticbeanstalk.RequestEn…
220 …RestartAppServerWithContext(aws.Context, *elasticbeanstalk.RestartAppServerInput, ...request.Optio…
[all …]
/dports/devel/love/love-11.3/src/modules/physics/box2d/
H A Dwrap_ChainShape.cpp37 int w_ChainShape_setNextVertex(lua_State *L) in w_ChainShape_setNextVertex()
39 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_setNextVertex() local
53 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_setPreviousVertex() local
67 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getChildEdge() local
78 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getVertexCount() local
84 int w_ChainShape_getPoint(lua_State *L) in w_ChainShape_getPoint()
86 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getPoint() local
97 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getNextVertex() local
110 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getPreviousVertex() local
121 int w_ChainShape_getPoints(lua_State *L) in w_ChainShape_getPoints()
[all …]
H A Dwrap_CircleShape.cpp30 CircleShape *luax_checkcircleshape(lua_State *L, int idx) in luax_checkcircleshape()
35 int w_CircleShape_getRadius(lua_State *L) in w_CircleShape_getRadius()
37 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_getRadius() local
42 int w_CircleShape_setRadius(lua_State *L) in w_CircleShape_setRadius()
44 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_setRadius() local
50 int w_CircleShape_getPoint(lua_State *L) in w_CircleShape_getPoint()
52 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_getPoint() local
60 int w_CircleShape_setPoint(lua_State *L) in w_CircleShape_setPoint()
62 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_setPoint() local
76 extern "C" int luaopen_circleshape(lua_State *L) in luaopen_circleshape()
/dports/devel/love10/love-0.10.2/src/modules/physics/box2d/
H A Dwrap_ChainShape.cpp37 int w_ChainShape_setNextVertex(lua_State *L) in w_ChainShape_setNextVertex()
39 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_setNextVertex() local
53 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_setPreviousVertex() local
67 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getChildEdge() local
78 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getVertexCount() local
84 int w_ChainShape_getPoint(lua_State *L) in w_ChainShape_getPoint()
86 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getPoint() local
97 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getNextVertex() local
110 ChainShape *c = luax_checkchainshape(L, 1); in w_ChainShape_getPreviousVertex() local
121 int w_ChainShape_getPoints(lua_State *L) in w_ChainShape_getPoints()
[all …]
H A Dwrap_CircleShape.cpp30 CircleShape *luax_checkcircleshape(lua_State *L, int idx) in luax_checkcircleshape()
35 int w_CircleShape_getRadius(lua_State *L) in w_CircleShape_getRadius()
37 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_getRadius() local
42 int w_CircleShape_setRadius(lua_State *L) in w_CircleShape_setRadius()
44 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_setRadius() local
50 int w_CircleShape_getPoint(lua_State *L) in w_CircleShape_getPoint()
52 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_getPoint() local
60 int w_CircleShape_setPoint(lua_State *L) in w_CircleShape_setPoint()
62 CircleShape *c = luax_checkcircleshape(L, 1); in w_CircleShape_setPoint() local
76 extern "C" int luaopen_circleshape(lua_State *L) in luaopen_circleshape()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/lua/src/
H A Dlualongnumber.c54 static int l_new(lua_State *L) { in l_new()
72 int64_t a, b, c; in l_add() local
82 int64_t a, b, c; in l_div() local
91 static int l_eq(lua_State *L) { in l_eq()
100 static int l_gc(lua_State *L) { in l_gc()
107 static int l_lt(lua_State *L) { in l_lt()
126 int64_t a, b, c; in l_mod() local
136 int64_t a, b, c; in l_mul() local
147 int64_t c; in l_pow() local
157 int64_t a, b, c; in l_sub() local
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DTokenStream.java275 int c; in getToken() local
845 static boolean isDigit(int c) in isDigit()
854 static boolean isJSSpace(int c) in isJSSpace()
885 int c; in readRegExp() local
1224 private void addToString(int c) in addToString()
1240 private void ungetChar(int c) in ungetChar()
1251 int c = getCharIgnoreLineEnd(); in matchChar() local
1263 int c = getChar(); in peekChar() local
1281 int c; in getChar() local
1337 int c; in getCharIgnoreLineEnd() local
[all …]
/dports/x11-wm/awesome/awesome-4.3/
H A Dproperty.c107 lua_State *L = globalconf_get_lua_State(); in property_update_wm_transient_for() local
168 lua_State *L = globalconf_get_lua_State(); in property_update_wm_normal_hints() local
192 lua_State *L = globalconf_get_lua_State(); in property_update_wm_hints() local
238 lua_State *L = globalconf_get_lua_State(); in property_update_wm_class() local
323 lua_State *L = globalconf_get_lua_State(); in property_update_motif_wm_hints() local
402 lua_State *L = globalconf_get_lua_State(); in property_handle_net_wm_opacity() local
429 lua_State *L = globalconf_get_lua_State(); in property_handle_xrootpmap_id() local
441 lua_State *L = globalconf_get_lua_State(); in property_handle_propertynotify_xproperty() local
544 luaA_register_xproperty(lua_State *L) in luaA_register_xproperty()
593 luaA_set_xproperty(lua_State *L) in luaA_set_xproperty()
[all …]

12345678910>>...520