Searched refs:newline (Results 1 – 6 of 6) sorted by relevance
1 # This allows us to work with the newline character:2 define newline macro6 newline := $(newline) macro13 # what should replace a newline when escaping23 # single space each newline character in the output27 # The only solution is to change each newline into32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))108 # At least GNU make gets confused by expanding a newline115 # not it contains a newline.[all …]
225 if test "$newline" != "$oldline" && echo $newline | grep -q ' [0-9]\+us : '234 if test "$newline" != "$oldline" -a "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE))244 oldline=$newline
202 newline="\n"204 newline=207 printf "$*$newline"208 [ "$LOG_FILE" ] && printf "$*$newline" | strip_esc >> $LOG_FILE
134 bool newline; member148 os->newline = true; in new_line_std()169 bool newline = os->newline; in print_metric_std() local171 os->newline = false; in print_metric_std()178 if (newline) in print_metric_std()
64 newline (double quote `"` and backslash have to be escaped as `\"` and `\\`,
2392 goto newline; in trace__event_handler()2421 newline: in trace__event_handler()