strncmp           111 check.c            while (!strncmp(sp1, s, 2)) {
strncmp            21 lang.c           if ((strncmp(text, ESCASCII, 3)) == 0) {
strncmp            32 lang.c           } else if ((strncmp(text, ESCASCII ESC88591 "\n", 7)) == 0) {
strncmp            35 lang.c           } else if ((strncmp(text, ESC88591, 3)) == 0) {
strncmp            46 lang.c           } else if ((strncmp(text, ESC88591 ESCASCII "\n", 7)) == 0) {
strncmp           225 mlfunc.c         if ((strncmp(cw, ESCASCII, 3)) == 0)
strncmp           227 mlfunc.c         else if ((strncmp(cw, ESC88591, 3)) == 0)
strncmp           229 mlfunc.c         else if ((strncmp(cw, ESCASCII ESC88591, 6)) == 0)
strncmp           231 mlfunc.c         else if ((strncmp(cw, ESC88591 ESCASCII, 6)) == 0)
strncmp            84 separate.c     	  if (strncmp(text, ESCKANJI, 3) == 0) {
strncmp            87 separate.c     	  } else if (strncmp(text, ESCASCII, 3) == 0) {