Searched defs:simple (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | wantarray.t | 23 sub simple { wantarray ? 1 : 2 } subroutine 25 my $a = wantarray ? simple() : simple();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | Constant.t | 832 # This does assume simple strings suitable for '' 865 sub simple { subroutine 900 simple ("Singletons", "A", "AB", "ABC", "ABCD", "ABCDE"); 902 simple ("Three start", qw(Bea kea Lea lea nea pea rea sea tea Wea yea Zea)); 905 simple ("Twos and three middle", qw(aa ae ai ea eu ie io oe era eta)); 907 simple ("Three end and four symetry", qw(ean ear eat barb marm tart));
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | saslbind.c | 57 int rc, simple, msgid, ldapversion; local 65 * simple [0] OCTET STRING, -- passwd 83 simple = ( mechanism == LDAP_SASL_SIMPLE ); 87 if ( !simple && ldapversion < LDAP_VERSION3 ) { 117 if ( simple ) { /* simple bind; works in LDAPv2 or v3 */
|
/osnet-11/usr/src/lib/scsi/libses/common/ |
H A D | ses_snap.c | 459 boolean_t simple; local 479 * determine if this is a simple subenclosure or not. 481 simple = B_FALSE; 484 simple = B_TRUE; 503 * If this page is required, and this is not a simple 508 !simple)) {
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 103 STATIC void simple(void); 217 * should be re-investigated to see if it is simple and fast enough for 583 simple(); 628 simple(); 870 * We perform a simple incremental update of the terminal screen. 875 simple() function 935 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple" 979 simple(); 993 simple();
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 102 static void simple(void); 731 simple(); 771 simple(); 1000 * We perform a simple incremental update of the terminal screen. 1005 simple(void) function 1113 simple(); 1119 simple(); 1126 simple();
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 60 static Shnode_t *simple(Lex_t*,int, struct ionod*); 815 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); 1055 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*)); 1226 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); 1322 t = (Shnode_t*)simple(lexp,SH_NOIO,NIL(struct ionod*)); 1342 /* simple command */ 1344 t = (Shnode_t*)simple(lexp,flag,io); 1381 * This is for a simple command, for list, or compound assignment 1383 static Shnode_t *simple(Lex_t *lexp,int flag, struct ionod *io) function
|
H A D | xec.c | 1717 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; local 1735 shp->pipepid = simple; 1738 * if read end of pipe is a simple command 1741 if(simple) 1756 sh_exec(t->fork.forktre,flags&~simple); 1785 if(simple && was_errexit)
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 435 simple, enumerator in enum:__anon1992
|
Completed in 57 milliseconds