| tag | line | file | source code |
|---|---|---|---|
| utf_count | 1259 | drivers/char/console.c | utf_count = 0; |
| utf_count | 1355 | drivers/char/console.c | if (utf_count > 0 && (c & 0xc0) == 0x80) { |
| utf_count | 1357 | drivers/char/console.c | utf_count--; |
| utf_count | 1358 | drivers/char/console.c | if (utf_count == 0) |
| utf_count | 1363 | drivers/char/console.c | utf_count = 1; |
| utf_count | 1366 | drivers/char/console.c | utf_count = 2; |
| utf_count | 1369 | drivers/char/console.c | utf_count = 3; |
| utf_count | 1372 | drivers/char/console.c | utf_count = 4; |
| utf_count | 1375 | drivers/char/console.c | utf_count = 5; |
| utf_count | 1378 | drivers/char/console.c | utf_count = 0; |
| utf_count | 1383 | drivers/char/console.c | utf_count = 0; |