Searched refs:lastch (Results 1 - 6 of 6) sorted by relevance
/third_party/cups-filters/filter/ |
H A D | textcommon.c | 486 lastch, /* Previous char from file */ in TextMain() local 692 lastch = 0; in TextMain() 1016 else if (ch == '\"' && lastch != '\\') in TextMain() 1025 else if (ch == '*' && lastch == '/' && in TextMain() 1035 else if (ch == '/' && lastch == '/' && in TextMain() 1125 else if ((ch == '/' || ch == '*') && lastch == '/' && in TextMain() 1134 else if (ch == '\"' && lastch != '\\' && !cmntState && strState == StrEnd) in TextMain() 1143 else if (ch == '/' && lastch == '*' && cmntState) in TextMain() 1165 lastch = ch; in TextMain()
|
/third_party/python/Lib/idlelib/ |
H A D | pyparse.py | 349 self.lastch 385 lastch = "" 400 lastch = code[i] 410 lastch = ch 417 lastch = ch 431 lastch = ch 449 lastch = ch + code[p] 454 self.lastch = lastch 571 return self.lastch [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 223 int lastch = 0; in process_COM() local 249 if (lastch != '\r') in process_COM() 258 lastch = ch; in process_COM()
|
H A D | djpeg.c | 475 unsigned int lastch = 0; in METHODDEF() local 500 if (lastch != '\r') in METHODDEF() 509 lastch = ch; in METHODDEF()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyparse.py | 222 TestInfo = namedtuple('TestInfo', ['string', 'start', 'end', 'lastch', 270 eq(p.lastch, test.lastch)
|
/third_party/mksh/ |
H A D | edit.c | 2122 * then output lastch, then go back to x_col; if lastch is space, 2124 * lastch MUST be an ASCII character with wcwidth(lastch) == 1 2127 x_clrtoeol(int lastch, bool line_was_cleared) in x_clrtoeol() argument 2131 if (lastch == ' ' && !line_was_cleared && x_term_mode == 1) { in x_clrtoeol() 2135 if (lastch == ' ' && line_was_cleared) in x_clrtoeol() 2143 x_putc(lastch); in x_clrtoeol()
|
Completed in 10 milliseconds