Searched refs:NSTR_RAW (Results 1 – 2 of 2) sorted by relevance
95 #define NSTR_RAW (1<<0) /* by backslashed number */ macro100 #define NSTRING_SET_RAW(node) (node)->u.str.flag |= NSTR_RAW101 #define NSTRING_CLEAR_RAW(node) (node)->u.str.flag &= ~NSTR_RAW105 #define NSTRING_IS_RAW(node) (((node)->u.str.flag & NSTR_RAW) != 0)
1555 if ((sn->flag & NSTR_RAW) != 0) in str_node_split_last_char()
Completed in 18 milliseconds