Searched refs:FILE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
261 #define FILE_SEPARATOR "\n- " macro266 return file_printf(ms, FILE_SEPARATOR); in file_separator()278 if (l < sizeof(FILE_SEPARATOR)) in trim_separator()281 l -= sizeof(FILE_SEPARATOR) - 1; in trim_separator()282 if (strcmp(ms->o.buf + l, FILE_SEPARATOR) != 0) in trim_separator()
1915 use constant FILE_SEPARATOR => '=' x 77;# . "\n"; constant2027 } elsif ( $_ eq FILE_SEPARATOR and ! defined $self->{rev_revision} ) {2038 } elsif ( ! ( $_ eq FILE_SEPARATOR or $_ eq REV_SEPARATOR ) ) {2057 if ( $_ eq FILE_SEPARATOR ) {