Searched refs:sentinal (Results 1 – 7 of 7) sorted by relevance
118 #define make_empty_list(sentinal) \ argument120 (sentinal)->next = sentinal; \121 (sentinal)->prev = sentinal; \
43 char **magick_restrict sentinal) in StringToDouble() argument45 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1004 char **magick_restrict sentinal) in InterpretLocaleValue() argument1029 if (sentinal != (char **) NULL) in InterpretLocaleValue()1030 *sentinal=q; in InterpretLocaleValue()
1417 char **magick_restrict sentinal) in InterpretSiPrefixValue() argument1474 if (sentinal != (char **) NULL) in InterpretSiPrefixValue()1475 *sentinal=q; in InterpretSiPrefixValue()
45 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
1075 static inline double StringToDouble(const char *string,char **sentinal) in StringToDouble() argument1077 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1075 static inline double StringToDouble(const char *string,char **sentinal) argument1077 return(InterpretLocaleValue(string,sentinal));