Home
last modified time | relevance | path

Searched refs:not_newline (Results 1 – 5 of 5) sorted by relevance

/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Go/
H A DPrelude.pm94 sub not_newline { subroutine
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/
H A DGrammar.pm55 sub not_newline { subroutine
325 ((my $m2) = $grammar->not_newline($str, $MATCH->to()));
351 ((my $m2) = $grammar->not_newline($str, $MATCH->to()));
403 ((my $m2) = $grammar->not_newline($str, $MATCH->to()));
/dports/lang/yap/yap-6.2.2/misc/
H A DATOMS188 A NotNewline N "not_newline"
/dports/lang/yap/yap-6.2.2/pl/
H A Dmessages.yap331 domain_error(not_newline, Opt) --> !,
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dfa.c3716 static const char *const not_newline = "."; in re_cset_as_string() local
3746 str->rx = strdup(not_newline); in re_cset_as_string()