Home | History | Annotate | Download | only in i18n

Lines Matching defs:c0

806         char c0, c1;
807 if ((c0 = key[0]) == 0 || (c1 = key[1]) == 0 || key[2] != 0) {
810 if (c0 == 'l') {
814 } else if (c0 == 's') {
818 } else if (c0 == 'e' && c1 == 'c') {