Searched defs:cstring (Results 1 – 5 of 5) sorted by relevance
22 def cstring(string): function
311 def cstring(string): function
83 char* cstring; member
101 char *cstring; member
712 #define duk_push_literal(ctx,cstring) duk_push_string((ctx), (cstring)) argument715 #define duk_push_literal(ctx,cstring) duk_push_literal_raw((ctx), (cstring), sizeof((cstring)) - 1… argument
Completed in 18 milliseconds