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 Dwantarray.t23 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 DConstant.t832 # 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 Dsaslbind.c57 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 Dses_snap.c459 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 Ddoupdate.c103 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 Ddoupdate.c102 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 Dparse.c60 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 Dxec.c1717 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 Dnis_parse_ldap_conf.h435 simple, enumerator in enum:__anon1992

Completed in 73 milliseconds