Lines Matching refs:sep
2786 static void read_long_string(LexState*ls,SemInfo*seminfo,int sep){
2799 if(skip_sep(ls)==sep){
2819 seminfo->ts=luaX_newstring(ls,luaZ_buffer(ls->buff)+(2+sep),
2820 luaZ_bufflen(ls->buff)-2*(2+sep));
2890 int sep=skip_sep(ls);
2892 if(sep>=0){
2893 read_long_string(ls,NULL,sep);
2903 int sep=skip_sep(ls);
2904 if(sep>=0){
2905 read_long_string(ls,seminfo,sep);
2908 else if(sep==-1)return'[';
6505 const char*sep=luaL_optlstring(L,2,"",&lsep);
6512 luaL_addlstring(&b,sep,lsep);