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

/openbsd-current/usr.sbin/bgpd/
H A Dprintconf.c645 print_prefixsets(struct prefixset_head *psh) argument
650 SIMPLEQ_FOREACH(ps, psh, entry) {
665 print_originsets(struct prefixset_head *psh) argument
671 SIMPLEQ_FOREACH(ps, psh, entry) {
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c3530 SYMR *psh;
3536 psh = &ext_ptr->asym;
3539 if (SC_IS_UNDEF (psh->sc) || psh->sc == scNil)
3542 svalue = psh->value;
3543 switch (psh->sc)
3562 switch (psh->st)
3578 unknown_ext_complaint (debug_info->ssext + psh->iss);
3583 if (SC_IS_COMMON (psh->sc))
3589 name = debug_info->ssext + psh
3522 SYMR *psh; local
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl665 $psh
1149 shellBang("!") unless defined $psh;
7933 $psh = $sh; # copy it
7934 $psh =~ s/\\b$//; # Take off trailing \b if any
7935 $psh =~ s/\\(.)/$1/g; # De-escape
7936 $psh; # return the printable version
8191 B<$psh$psh> I<cmd> Run cmd in a subprocess (reads from DB::IN, writes to DB::OUT)"
8196 B<$psh> [I<cmd>] Run I<cmd> in subshell (forces \"\$SHELL -c 'cmd'\")."
8280 B<|>[B<|>]I<db_cmd> Send output to pager B<$psh>\[
[all...]

Completed in 151 milliseconds