Searched refs:next_char (Results 1 – 2 of 2) sorted by relevance
91 scanBuf.prototype.next_char=function(){return this.buffer[++this.index]} method in scanBuf93 while(c>='0'&&c<='9'){val=val*10+Number(c);c=this.next_char()}6051 while(1){c=line.next_char()6070 while(1){c=line.next_char()6075 while(1){c=line.next_char()6209 switch(c){case'^':c=line.next_char()6210 if(c=='^'){acc=2;c=line.next_char()}else{acc=1}6212 case'=':acc=3;c=line.next_char()6214 case'_':c=line.next_char()6215 if(c=='_'){acc=-2;c=line.next_char()}else{acc=-1}[all …]
8 …next_char=function(){return this.buffer[++this.index]},scanBuf.prototype.get_int=function(){var e=… method in scanBuf