Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/
Dperl5db.pl1296 &shellBang("!") unless defined $psh;
6933 $psh = $sh; # copy it
6934 $psh =~ s/\\b$//; # Take off trailing \b if any
6935 $psh =~ s/\\(.)/$1/g; # De-escape
6936 $psh; # return the printable version
7181 B<$psh$psh> I<cmd> Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT)"
7186 B<$psh> [I<cmd>] Run I<cmd> in subshell (forces \"\$SHELL -c 'cmd'\")."
7270 …B<|>[B<|>]I<db_cmd> Send output to pager B<$psh>\[B<$psh>\] I<syscmd> Run cmd in a subproc…
7361 B<$psh$psh> I<cmd> Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT)"
7366 B<$psh> [I<cmd>] Run I<cmd> in subshell (forces \"\$SHELL -c 'cmd'\")."
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c3552 SYMR *psh; in parse_partial_symbols() local
3558 psh = &ext_ptr->asym; in parse_partial_symbols()
3561 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil) in parse_partial_symbols()
3564 svalue = psh->value; in parse_partial_symbols()
3565 switch (psh->sc) in parse_partial_symbols()
3584 switch (psh->st) in parse_partial_symbols()
3600 unknown_ext_complaint (debug_info->ssext + psh->iss); in parse_partial_symbols()
3605 if (SC_IS_COMMON (psh->sc)) in parse_partial_symbols()
3611 name = debug_info->ssext + psh->iss; in parse_partial_symbols()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq3.pod45 The psh (Perl sh) is currently at version 1.8. The Perl Shell is a shell
49 control-flow statements and other things. You can get psh at
50 http://sourceforge.net/projects/psh/ .