/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | utf8.t | 117 my $show = q( 118 sub show { subroutine 126 eval $show or die $@; # We don't expect this sub definition to fail. 149 'my @a = ("'.chr(60).'\x2A", ""); $b = show @a', qr/^>60,42<><$/], 151 '$a = "' . chr (173) . '"; $b = show $a', qr/^>173<$/], 153 'no utf8; $a = "' . chr (173) . '"; $b = show $a', qr/^>173<$/], 157 qq{\$a = "$_->[1]"; \$b = show \$a}, qr/^>$_->[2]<$/], 159 qq(no utf8; \$a = "$_->[1]"; \$b = show \$a), qr/^>$_->[2]<$/], 161 qq(use utf8; \$a = "$_->[1]"; \$b = show \$a), qr/^>$_->[0]<$/], 178 print P $show, [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | nargv.t | 25 show(); 37 show(); 40 sub show { subroutine 54 show();
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | chmod.c | 114 "[n:show?Show actions but do not change any file modes.]" 164 int show = 0; local 197 show = 1; 279 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
|
H A D | date.c | 180 "[s:show?Show the date without setting the system time.]" 302 int show = 0; /* show date and don't set */ local 321 show = 1; 355 show = 1; 402 show = 1; 423 show = 1; 434 show = 1; 464 show = 1; 483 show [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | goto.t | 265 sub show { print "# @_\nnot ok $_[0][0]\n" if @_ != 5; } subroutine 266 sub start { push @_, 1, "foo", {}; goto &show; }
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | tmplout.c | 186 int i, err, html, show, labelwidth; local 350 show = ( vals != NULL && vals[ 0 ] != NULL ); 351 if ( show && LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) 355 show = 0; 360 if ( colp->ti_attrname == NULL || ( show && 367 show = 0; 370 if ( show ) {
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 153 int i, err, html, show, labelwidth; local 337 show = ( vals != NULL && vals[ 0 ] != NULL ); 338 if ( show && LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) 342 show = 0; 347 if ( colp->ti_attrname == NULL || ( show && 354 show = 0; 357 if ( show ) {
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | gfxterm.c | 658 draw_cursor (int show) argument 668 if (!show)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 368 show(register char* s) function 584 message((-22, "optget: skip t1=%c t2=%c t3=%c n=%d b=%d `%s'", t1 ? t1 : '@', t2 ? t2 : '@', t3 ? t3 : '@', n, b, show(s - 1))); 1774 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1776 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p))); 1935 message((-21, "textout#%d s=%s", __LINE__, show(s))); 2072 message((-21, "textout#%d s=%s", __LINE__, show(s))); 2910 message((-20, "opthelp: opt %s", show(p))); 3145 message((-21, "opthelp: arg %s", show(p))); 4644 message((-20, "optget: opt %s c %c w %s num %ld", show(s), c, w, num)); 5046 message((-21, "optget: opt %s", show( [all...] |