Searched refs:hold (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dmain.c77 {"hold", optional_argument, 0, OPT_HOLD},
108 --hold wait until a debugger will attach\n\
133 int hold = 0; local
169 hold = -1;
171 hold = atoi (optarg);
247 if (hold && verbose)
250 while (hold)
252 if (hold > 0)
253 hold--;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsigcrit.c70 static long hold; /* held signal mask */ variable
73 * hold last signal for later delivery
80 hold |= sigmask(sig);
133 hold = 0;
138 hold &= ~sigmask(signals[i].sig);
161 return hold != 0;
184 if (hold)
189 if (hold & sigmask(signals[i].sig))
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmain.c91 {"hold", optional_argument, 0, 'H'},
114 " -H, --hold[=SECONDS] wait until a debugger will attach\n"
134 volatile int hold = 0;
160 hold = (optarg ? atoi (optarg) : -1);
178 if (hold && verbosity > 0)
181 while (hold)
183 if (hold > 0)
184 hold--;
132 volatile int hold = 0; local
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c245 /* multival_t is used to hold params that can have more than one value */
256 * clientopts_t is used to hold and pass around the param values from
3145 multival_t *hold; local
3147 hold = calloc(1, sizeof (multival_t));
3148 if (hold == NULL) {
3153 return (hold); /* NULL -> error */
3198 clientopts_t *hold; local
3200 hold = calloc(1, sizeof (clientopts_t));
3201 if (NULL == hold) {
3204 return (hold); /* NUL
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDirHandle.pm26 namespace pollution by creating globs to hold directory handles.
H A DDBM_Filter.pm468 The second form allows the filter to hold state information using a
H A DExporter.pm138 The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py126 hold = False variable
190 if hold:
191 hold = False variable
249 hold = True variable
/osnet-11/usr/src/lib/libproc/common/
H A DPsyscall.c232 sigset_t hold; /* mask of held signals */ local
247 hold = P->status.pr_lwp.pr_lwphold;
273 P->status.pr_lwp.pr_lwphold = hold;
/osnet-11/usr/src/lib/libcmd/common/
H A Dtr.c121 unsigned char* hold; member in struct:__anon1499
165 tr->hold = tr->next + 1;
274 if (tr->prev >= 0 && tr->next != tr->hold && *tr->next)
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c282 int hold = nextarg; \
290 nextarg = hold; \
871 int hold = nextarg; \
874 nextarg = hold; \
/osnet-11/usr/src/lib/libc/i386/sys/
H A Ddoor.s123 pushl %esi / and use them to hold the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm37 # class to hold POD list info (=over, =item, =back)
46 B<Pod::List> can be used to hold information about POD lists
623 # class to hold POD page details
638 Create a new cache object. This object can hold an arbitrary number of
696 It is intended to hold information about the hyperlink nodes of POD
H A DLaTeX.pm540 a C<=head1> into a C<latex> C<subsection>. This should hold a number
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL149 A I<hold space> is provided for saving the contents of the
283 Replace the contents of the pattern space with the hold space.
292 Append a newline and the contents of the hold space to the pattern space.
301 Replace the contents of the hold space with the pattern space.
310 Append a newline and the contents of the pattern space to the hold space.
493 Swap the contents of the pattern space and the hold space.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm335 which will hold the handles that are ready for reading, writing and have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm264 hold a reference count on the object it references. Also when the reference
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py218 hold=_("Allows adding a user hold to a snapshot"),
219 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm204 admitted that 16 bits were not big enough to hold all the world's
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm621 everything we say about hooks should also hold for deep cloning. However,
629 hold on classes somebody else wrote. Besides, there is little to gain in
854 temporary arrays to hold the keys for each hash have to be allocated,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm640 where this does not hold may override this method.
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl390 This is the number of 1024 byte pages used to hold all information in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL584 @dl_library_path is initialised to hold the list of 'normal' directories
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1598 Directory to hold the man pages at 'make' time
1602 Directory to hold the man pages at 'make' time
1702 may hold a name for that binary. Defaults to perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1696 same as the file whose descriptor you hold.

Completed in 99 milliseconds

12