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()
979 char **magick_restrict sentinal) in InterpretLocaleValue() argument1004 if (sentinal != (char **) NULL) in InterpretLocaleValue()1005 *sentinal=q; in InterpretLocaleValue()
1370 char **magick_restrict sentinal) in InterpretSiPrefixValue() argument1427 if (sentinal != (char **) NULL) in InterpretSiPrefixValue()1428 *sentinal=q; in InterpretSiPrefixValue()
45 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
1063 static inline double StringToDouble(const char *string,char **sentinal) in StringToDouble() argument1065 return(InterpretLocaleValue(string,sentinal)); in StringToDouble()
1063 static inline double StringToDouble(const char *string,char **sentinal) argument1065 return(InterpretLocaleValue(string,sentinal));