Searched defs:maybe (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsocket/socket/
H A D_soutil.c179 struct netconfig *maybe; local
203 maybe = NULL;
225 maybe == NULL)
226 maybe = net; /* in case no exact match */
236 if (net == NULL && maybe)
237 net = maybe;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1053 bl(int arg, int maybe) argument
1058 return oper2(OBLOCK,arg,maybe);
1060 return oper2(OBLOCK,ops[arg+1].ival,maybe);

Completed in 25 milliseconds