Searched refs:is_newline (Results 1 – 4 of 4) sorted by relevance
16 is_newline = len(line.strip()) == 017 if not is_newline or not last_newline:19 last_newline = is_newline
79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV() argument
482 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
182 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent() argument200 if (is_newline) { in graph_indent()