Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dperl.c4865 # define PERLLIB_SEP ';' macro
4868 # define PERLLIB_SEP '|' macro
4871 # define PERLLIB_SEP ',' macro
4873 # define PERLLIB_SEP ':' macro
4916 while ( *p == PERLLIB_SEP ) {
4923 if ( usesep && (s = strchr(p, PERLLIB_SEP)) != Nullch ) {