Searched refs:doing (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/usr.bin/gprof/
H A Dprintgprof.c541 nltype *doing; local
550 for ( (doing = todo)&&(todo = doing -> cnext);
551 doing ;
552 (doing = todo )&&(todo = doing -> cnext )){
554 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) {
558 doing -> cnext = prev -> cnext;
559 prev -> cnext = doing;
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc61 // Otherwise, user should be aware, what he's doing :)
/freebsd-10-stable/contrib/bmake/mk/
H A Dauto.obj.mk36 # Skip it if we are just doing 'clean'.
H A Dauto.dep.mk54 # doing 'make depend' isn't a big win with this model
H A Ddpadd.mk259 # after all that, if doing -n we don't care
H A Dmeta.autodep.mk39 # you are supposed to know what you are doing!
H A Ddirdeps.mk630 # Normally if doing make -V something,
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon_y.y80 %type <ipmd> doopt doing
93 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}'
136 doing: label
138 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dexpn.pl1255 doing this until no further expansion is possible.
1290 doing because as it works, it changes its
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_io.c189 * the guys we are doing I/O for.
2229 * NB possible hole - should we be doing this on broadcast
3616 * between checking for alarms and doing the select().
3770 int doing; local
3834 for (doing = 0; doing < 2; doing++) {
3835 if (!doing) {
/freebsd-10-stable/contrib/ipfilter/
H A DHISTORY455 * if attaching fails and we can abort, then cleanup when doing so.
542 when doing PMTU
630 attempt to prevent people running buildsolaris script without doing a
1658 Fixed up problems with "textip" for doing lots of testing.
/freebsd-10-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec495 (sftp has been doing this correctly all along) (#51827)
675 doing keyboard-interactive authentication.
679 - Take a crack at doing keyboard-interactive authentication with PAM, and
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex582 % Be sure we're in horizontal mode when doing a tie, since we make space
644 % threshold for doing this is if the group is more than \vfilllimit
730 % almost-but-not-quite fill up a page, TeX will have a hard time doing
855 \wlog{texinfo.tex: doing @include of #1^^J}%
2074 %\wlog{doing @fonttextsize \textsizearg}%
4780 % by backing up by \lastskip, doing the \write, then inserting
6305 % to help in doing that, since in @example-like environments \parskip
6557 % we're doing normal filling. So, when using \aboveenvbreak and
6571 % doing normal filling.
6609 % Keep a nonzero parskip for the environment, since we're doing norma
[all...]
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex385 it's possible to hand construct the necessary blob by hand, but doing
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex636 % Be sure we're in horizontal mode when doing a tie, since we make space
698 % threshold for doing this is if the group is more than \vfilllimit
793 % almost-but-not-quite fill up a page, TeX will have a hard time doing
3553 % by backing up by \lastskip, doing the \write, then inserting
4915 % to help in doing that, since in @example-like environments \parskip
5106 % we're doing normal filling. So, when using \aboveenvbreak and
5124 % doing normal filling.
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex628 % Be sure we're in horizontal mode when doing a tie, since we make space
675 % threshold for doing this is if the group is more than \vfilllimit
770 % almost-but-not-quite fill up a page, TeX will have a hard time doing
3451 % by backing up by \lastskip, doing the \write, then inserting
4791 % to help in doing that, since in @example-like environments \parskip
4982 % we're doing normal filling. So, when using \aboveenvbreak and
5000 % doing normal filling.

Completed in 281 milliseconds