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

12

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c535 nltype *doing; local
544 for ( (doing = todo)&&(todo = doing -> cnext);
545 doing ;
546 (doing = todo )&&(todo = doing -> cnext )){
548 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) {
552 doing -> cnext = prev -> cnext;
553 prev -> cnext = doing;
/freebsd-current/contrib/bmake/unit-tests/
H A Drecursive.mk4 # This would stop make from doing anything since the "recursive" error
H A Ddirective-undef.mk83 # properly detected and should stop the .undef directive from doing any work.
H A Dcond-func-empty.mk195 # prevent it from doing any harm.
/freebsd-current/tools/test/stress2/misc/
H A Dnfsrename.sh71 * Try to expose races with doing renames over NFS that require silly
/freebsd-current/contrib/sendmail/contrib/
H A Dcidrexpand229 -f Treat keys as case-sensitive when doing override detection
H A Dexpn.pl1255 doing this until no further expansion is possible.
1290 doing because as it works, it changes its
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc107 // across invocations, but the complication of doing that properly...
/freebsd-current/contrib/bmake/mk/
H A Dauto.dep.mk77 # doing 'make depend' isn't a big win with this model
H A Dauto.obj.mk38 # Skip it if we are just doing 'clean'.
H A Dman.mk77 # none of this is relevant unless doing maninstall
H A Dsys.dirdeps.mk22 # Include from [local.]sys.mk - if doing DIRDEPS_BUILD
H A Ddpadd.mk335 # after all that, if doing -n we don't care
H A Dmeta.autodep.mk47 # you are supposed to know what you are doing!
/freebsd-current/share/mk/
H A Dauto.obj.mk36 # Skip it if we are just doing 'clean'.
H A Dbsd.compiler.mk46 # If _NO_INCLUDE_COMPILERMK is set we are doing a make obj/cleandir/cleanobj
75 # This allows doing something like the following in the environment:
H A Dsys.dirdeps.mk22 # Include from [local.]sys.mk - if doing DIRDEPS_BUILD
H A Dmeta.autodep.mk47 # you are supposed to know what you are doing!
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y79 %type <ipmd> doopt doing
92 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}'
135 doing: label
137 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc157 // Make sure we're OK by preventing cleanup from doing anything while we're
291 // doing it. We also have to protect the handlers and their count because
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp65 *** Please report this problem to kyua-discuss@googlegroups.com detailing what you were doing before the crash happened; if possible, include the log file mentioned above
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql54 -- The only reason for doing this is for debugging purposes. It may come
251 -- directly on the database without doing text processing; for example,
H A Dschema_v3.sql56 -- The only reason for doing this is for debugging purposes. It may come
/freebsd-current/stand/lua/
H A Dcore.lua72 -- base filename, or they know what they're doing as they've
275 -- doing and leave it alone.
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua373 -- doing a foldl to all the function results with (and)

Completed in 315 milliseconds

12