HomeSort by relevance Sort by last modified time
    Searched refs:is_newline (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist2/src/
pcre2_newline.c 63 /* This function is called only via the IS_NEWLINE macro, which does so only
79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, function
pcre2_internal.h 498 #define IS_NEWLINE(p) \
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
    [all...]
  /external/iproute2/tc/
tc_class.c 187 static void graph_indent(char *buf, struct graph_node *node, int is_newline,
205 if (is_newline) {

Completed in 802 milliseconds