Searched refs:num_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_tparm.c176 TPS(stack)[TPS(stack_ptr)].num_type = TRUE;
191 if (TPS(stack)[TPS(stack_ptr)].num_type)
204 TPS(stack)[TPS(stack_ptr)].num_type = FALSE;
220 if (!TPS(stack)[TPS(stack_ptr)].num_type
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c694 * @num_type: an integer flag
698 * In case of error, @num_type is set to -1, values of @num and
701 #define PARSE_DIGITS(num, cur, num_type) \
703 num_type = -1; \
714 * @num_type: an integer flag
718 * then it must have an integer part and a decimal part; @num_type will
719 * be set to 1. If there is no decimal part, @num_type is set to zero.
720 * In case of error, @num_type is set to -1, values of @num and
723 #define PARSE_NUM(num, cur, num_type) \
725 PARSE_DIGITS(num, cur, num_type); \
1003 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]

Completed in 160 milliseconds