Searched defs:nd (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regint.h | 672 #define NCCLASS_SET_NOT(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_NOT) argument 673 #define NCCLASS_SET_SHARE(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_SHARE) argument 674 #define NCCLASS_CLEAR_NOT(nd) NCCLASS_FLAG_CLEAR(nd, FLAG_NCCLASS_NOT) argument 675 #define IS_NCCLASS_NOT(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_NOT) argument 676 #define IS_NCCLASS_SHARE(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_SHARE) argument
|
H A D | regcomp.c | 4552 Node* nd = node; in optimize_node_left() local 4568 Node* nd = node; in optimize_node_left() local
|
/PHP-5.6/Zend/ |
H A D | zend_strtod.c | 754 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) in s2b() 2042 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in zend_strtod() local
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf.c | 601 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
|
Completed in 32 milliseconds