ec                245 lib/lua/lstrlib.c static int matchbracketclass (int c, const char *p, const char *ec) {
ec                251 lib/lua/lstrlib.c   while (++p < ec) {
ec                257 lib/lua/lstrlib.c     else if ((*(p+1) == '-') && (p+2 < ec)) {
ec                143 modules/eyefi.c         eyefi_command   ec;         // command
ec                293 modules/eyefi.c     eyefi_buf.ec.cmd = cmd;
ec                296 modules/eyefi.c         memcpy(&eyefi_buf.ec.param, param, sizeof(eyefi_param));