Lines Matching refs:sep
2787 static void read_long_string(LexState*ls,SemInfo*seminfo,int sep){
2800 if(skip_sep(ls)==sep){
2820 seminfo->ts=luaX_newstring(ls,luaZ_buffer(ls->buff)+(2+sep),
2821 luaZ_bufflen(ls->buff)-2*(2+sep));
2891 int sep=skip_sep(ls);
2893 if(sep>=0){
2894 read_long_string(ls,NULL,sep);
2904 int sep=skip_sep(ls);
2905 if(sep>=0){
2906 read_long_string(ls,seminfo,sep);
2909 else if (sep!=-1)luaX_lexerror(ls,"invalid long string delimiter",TK_STRING);
6506 const char*sep=luaL_optlstring(L,2,"",&lsep);
6513 luaL_addlstring(&b,sep,lsep);