Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:keyword

1175     keyword[MagickLocaleExtent],
1209 *keyword='\0';
1221 (void) CopyMagickString(keyword,token,MagickLocaleExtent);
1222 if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
1235 if (LocaleNCompare(keyword,"<!--",4) == 0)
1248 if (LocaleCompare(keyword,"<include") == 0)
1255 (void) CopyMagickString(keyword,token,MagickLocaleExtent);
1260 if (LocaleCompare(keyword,"locale") == 0)
1266 if (LocaleCompare(keyword,"file") == 0)
1298 if (LocaleCompare(keyword,"<locale") == 0)
1305 (void) CopyMagickString(keyword,token,MagickLocaleExtent);
1313 if (LocaleCompare(keyword,"</locale>") == 0)
1319 if (LocaleCompare(keyword,"<localemap>") == 0)
1321 if (LocaleCompare(keyword,"</localemap>") == 0)
1323 if (LocaleCompare(keyword,"<message") == 0)
1330 (void) CopyMagickString(keyword,token,MagickLocaleExtent);
1335 if (LocaleCompare(keyword,"name") == 0)
1367 if (LocaleCompare(keyword,"</message>") == 0)
1373 if (*keyword == '<')
1378 if (*(keyword+1) == '?')
1380 if (*(keyword+1) == '/')