Searched refs:lastch (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdjpgcom.c229 int lastch = 0; local
255 if (lastch != '\r')
264 lastch = ch;
H A Ddjpeg.c375 unsigned int lastch = 0; local
400 if (lastch != '\r')
409 lastch = ch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.c499 char lastch; local
507 lastch = timestr[len - 1];
509 lastch = '\0';
510 is_utc = (lastch == 'z' || lastch == 'Z');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dgl_getline.c723 int c, loc, tmp, lastch; local
759 lastch = 0;
944 loc = gl_do_tab_completion(gl_buf, &tmp, sizeof(gl_buf), (lastch == '\t'));
948 if (lastch == '\t') {
950 lastch = 0;
1112 lastch = c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.cpp475 int ch=0,lastch=0; local
484 if ((ch==34)&&(lastch!='\\'))
501 if ((ch=='\n')&&(lastch=='\\')) // lastch <should> be this
506 lastch=ch;

Completed in 107 milliseconds