operator
expat_heap_stat(XML_Parser rootParser, char operator, XmlBigCount absDiff,
(void *)rootParser, rootParser->m_accounting.countBytesDirect, operator,
char buf[21], *p, operator = '\0';
operator = *p++;
if (operator == '+') {
} else if (operator == '-') {
char buf[BUFSIZ], *endptr, *p, operator = '\0';
operator = *p++;
operator = ' ';
if (operator == '+')
else if (operator == '-') {
printf("%s is out of range: %c%s%c\n", prompt, operator,
printf("%s is invalid: %c%s%c\n", prompt, operator,
struct operator *op;
char operator;
if ( ! roff_getop(v, pos, &operator))
switch (operator) {
LESS_THAN_EQUAL } operator;
operator = ADD;
operator = SUBTRACT;
operator = MULTIPLY;
operator = DIVIDE;
operator = MODULUS;
operator = EQUAL;
operator = NOT_EQUAL;
operator = GREATER_THAN;
operator = LESS_THAN;
operator = GREATER_THAN_EQUAL;
operator = LESS_THAN_EQUAL;
switch (operator) {
char operator;
if(sscanf(at, " %lf %c %lf%n", &x, &operator, &y, &skip) != 3) {
if(isdigit((unsigned char)operator)) {
if(!perform_arith(x, operator, y, &result)) {