Home
last modified time | relevance | path

Searched refs:lastsep (Results 1 – 25 of 133) sorted by relevance

123456

/dports/math/p5-Math-Symbolic/Math-Symbolic-0.612/lib/Math/Symbolic/Parser/
H A DPrecompiled.pm107 my $lastsep;
199 $text = $lastsep . $text if defined $lastsep;
437 $text = $lastsep . $text if defined $lastsep;
464 $text = $lastsep . $text if defined $lastsep;
492 $text = $lastsep . $text if defined $lastsep;
550 $text = $lastsep . $text if defined $lastsep;
653 $text = $lastsep . $text if defined $lastsep;
680 $text = $lastsep . $text if defined $lastsep;
890 $text = $lastsep . $text if defined $lastsep;
948 $text = $lastsep . $text if defined $lastsep;
[all …]
/dports/devel/p5-Module-ExtractUse/Module-ExtractUse-0.344/lib/Module/ExtractUse/
H A DGrammar.pm64 my $lastsep;
101 $text = $lastsep . $text if defined $lastsep;
268 $text = $lastsep . $text if defined $lastsep;
326 $text = $lastsep . $text if defined $lastsep;
661 $text = $lastsep . $text if defined $lastsep;
717 $text = $lastsep . $text if defined $lastsep;
854 $text = $lastsep . $text if defined $lastsep;
911 $text = $lastsep . $text if defined $lastsep;
1106 $text = $lastsep . $text if defined $lastsep;
1243 $text = $lastsep . $text if defined $lastsep;
[all …]
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Parser/DB2/
H A DGrammar.pm59 my $lastsep="";
88 $lastsep = "";
140 $lastsep = "";
241 my $lastsep="";
428 my $lastsep="";
543 $lastsep = "";
598 $lastsep = "";
698 my $lastsep="";
833 my $lastsep="";
1103 my $lastsep="";
[all …]
/dports/mail/p5-Mail-IMAPClient/Mail-IMAPClient-3.43/lib/Mail/IMAPClient/
H A DThread.pm64 my $lastsep;
94 undef $lastsep;
100 $text = $lastsep . $text if defined $lastsep;
200 my $lastsep;
230 undef $lastsep;
236 $text = $lastsep . $text if defined $lastsep;
388 my $lastsep;
419 undef $lastsep;
428 $text = $lastsep . $text if defined $lastsep;
485 $text = $lastsep . $text if defined $lastsep;
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/Mail-IMAPClient-3.42/lib/Mail/IMAPClient/
H A DThread.pm58 my $lastsep;
89 undef $lastsep;
98 $text = $lastsep . $text if defined $lastsep;
146 undef $lastsep;
155 $text = $lastsep . $text if defined $lastsep;
277 my $lastsep;
519 my $lastsep;
549 undef $lastsep;
555 $text = $lastsep . $text if defined $lastsep;
655 my $lastsep;
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dosnoui.c174 const char *lastsep; in os_get_path_name() local
187 lastsep = p; in os_get_path_name()
191 len = lastsep - fname; in os_get_path_name()
811 const char *lastsep; in os_find_first_file() local
832 lastsep = p; in os_find_first_file()
839 if (lastsep != 0) in os_find_first_file()
1050 const char *lastsep; in os_find_first_file() local
1071 lastsep = p; in os_find_first_file()
1078 if (lastsep != 0) in os_find_first_file()
1297 const char *lastsep; in os_find_first_file() local
[all …]
/dports/net-p2p/btpd/btpd-0.16/misc/
H A Dsubr.c348 int ii = 0, oi = 0, lastsep = 0; in make_abs_path() local
366 lastsep = oi; in make_abs_path()
400 if (lastsep == 0) in make_abs_path()
403 oi = lastsep; in make_abs_path()
406 lastsep = oi - 1; in make_abs_path()
410 if (lastsep == 0) in make_abs_path()
413 oi = lastsep; in make_abs_path()
416 lastsep = oi - 1; in make_abs_path()
432 lastsep = oi; in make_abs_path()
443 if (oi == lastsep + 1 && lastsep != 0) in make_abs_path()
[all …]
/dports/biology/jalview/jalview/src/jalview/util/
H A DUrlLink.java143 int lastsep = link.lastIndexOf(SEP); in UrlLink() local
144 if (lastsep != sep) in UrlLink()
146 urlPrefix = link.substring(sep + 1, lastsep).trim(); in UrlLink()
147 target = link.substring(lastsep + 1).trim(); in UrlLink()
453 int lastsep = link.lastIndexOf(SEP); in parseTarget() local
455 if ((lastsep != sep) && (lastsep > endOfRegex)) in parseTarget()
458 target = link.substring(lastsep + 1).trim(); in parseTarget()
533 int lastsep = link.lastIndexOf(SEP); in parseUrl() local
534 if (lastsep < sqidPos + startLength - 1) in parseUrl()
537 lastsep = link.length(); in parseUrl()
[all …]
/dports/mail/p5-Mail-IMAPClient/Mail-IMAPClient-3.43/lib/Mail/IMAPClient/BodyStructure/
H A DParse.pm85 my $lastsep;
247 $text = $lastsep . $text if defined $lastsep;
304 $text = $lastsep . $text if defined $lastsep;
490 $text = $lastsep . $text if defined $lastsep;
652 $text = $lastsep . $text if defined $lastsep;
679 $text = $lastsep . $text if defined $lastsep;
707 $text = $lastsep . $text if defined $lastsep;
868 $text = $lastsep . $text if defined $lastsep;
1033 $text = $lastsep . $text if defined $lastsep;
1090 $text = $lastsep . $text if defined $lastsep;
[all …]
/dports/mail/imapsync/imapsync-1d08afa/W/Mail-IMAPClient-3.42/lib/Mail/IMAPClient/BodyStructure/
H A DParse.pm79 my $lastsep;
119 $text = $lastsep . $text if defined $lastsep;
448 $text = $lastsep . $text if defined $lastsep;
616 $text = $lastsep . $text if defined $lastsep;
675 $text = $lastsep . $text if defined $lastsep;
860 $text = $lastsep . $text if defined $lastsep;
1021 $text = $lastsep . $text if defined $lastsep;
1182 $text = $lastsep . $text if defined $lastsep;
3228 $text = $lastsep . $text if defined $lastsep;
3285 $text = $lastsep . $text if defined $lastsep;
[all …]
/dports/textproc/p5-Petal-CodePerl/Petal-CodePerl-0.06/lib/Petal/CodePerl/
H A DParser.pm56 my $lastsep="";
146 $lastsep = "";
268 my $lastsep="";
327 $lastsep = "";
353 $lastsep = "";
377 $lastsep = "";
510 my $lastsep="";
667 my $lastsep="";
697 $lastsep = "";
878 my $lastsep="";
[all …]
/dports/mail/exim-mysql/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dimap_utf7.c20 BOOL lastsep = FALSE; in imap_utf7_encode() local
100 lastsep = FALSE; in imap_utf7_encode()
151 if (!lastsep) in imap_utf7_encode()
154 lastsep = TRUE; in imap_utf7_encode()
162 lastsep = FALSE; in imap_utf7_encode()
/dports/www/p5-Bigtop/Bigtop-0.38/lib/Bigtop/
H A DGrammar.pm60 my $lastsep="";
90 $lastsep = "";
242 my $lastsep="";
272 $lastsep = "";
353 $lastsep = "";
408 $lastsep = "";
681 my $lastsep="";
842 my $lastsep="";
902 $lastsep = "";
1133 my $lastsep="";
[all …]
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Parse/
H A DSQL.pm56 my $lastsep="";
281 my $lastsep="";
330 $lastsep = "";
470 my $lastsep="";
654 $lastsep = "";
691 $lastsep = "";
798 $lastsep = "";
895 $lastsep = "";
933 $lastsep = "";
1042 $lastsep = "";
[all …]
/dports/textproc/p5-CSS/CSS-1.09/CSS/Parse/
H A DCompiledGrammar.pm57 my $lastsep="";
87 $lastsep = "";
212 my $lastsep="";
370 my $lastsep="";
866 my $lastsep="";
1021 my $lastsep="";
1334 my $lastsep="";
1578 my $lastsep="";
1924 my $lastsep="";
2161 my $lastsep="";
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/common/
H A Dconfig_info.c37 char *lastsep; in get_configdata() local
46 lastsep = strrchr(path, '/'); in get_configdata()
47 if (lastsep) in get_configdata()
48 *lastsep = '\0'; in get_configdata()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/common/
H A Dconfig_info.c37 char *lastsep; in get_configdata() local
46 lastsep = strrchr(path, '/'); in get_configdata()
47 if (lastsep) in get_configdata()
48 *lastsep = '\0'; in get_configdata()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/common/
H A Dconfig_info.c37 char *lastsep; in get_configdata() local
46 lastsep = strrchr(path, '/'); in get_configdata()
47 if (lastsep) in get_configdata()
48 *lastsep = '\0'; in get_configdata()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/common/
H A Dconfig_info.c37 char *lastsep; in get_configdata() local
46 lastsep = strrchr(path, '/'); in get_configdata()
47 if (lastsep) in get_configdata()
48 *lastsep = '\0'; in get_configdata()

123456