Home
last modified time | relevance | path

Searched refs:is_newline (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_newline.c76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV() argument
Dpcre_internal.h315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
2741 extern BOOL PRIV(is_newline)(PCRE_PUCHAR, int, PCRE_PUCHAR,
/external/iproute2/tc/
Dtc_class.c187 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent() argument
205 if (is_newline) { in graph_indent()