Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:quoted

662 %      non-quoted token.
664 % o break set: One or more characters that separates non-quoted tokens.
728 % char *breaker,int *next,char *quoted)
734 % 1 => convert non-quoted tokens to upper case
735 % 2 => convert non-quoted tokens to lower case
736 % 0 => do not convert non-quoted tokens
781 % token. If the token was quoted, this will be the quote used. If
790 % o quoted: set to True if the token was quoted and MagickFalse
849 int *next,char *quoted)
858 *quoted='\0';
898 *quoted=(char) MagickTrue;