Searched refs:changing (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c471 int changing = 0; local
545 changing = 1;
558 if (changing && sehdr.e_phnum != 0) {
615 changing = 1;
674 if (changing && sehdr.e_phnum != 0) {
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2102 % The font-changing commands redefine the meanings of \tenSTYLE, instead
2107 % Each font-changing command also sets the names \lsize (one size lower)
6456 % we need to do it before changing the fonts, and it's inconvenient
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1662 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1667 % Each font-changing command also sets the names \lsize (one size lower)
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc928 without changing the partition is better merged with the previous step,
1205 /* Now the set of changing characters of this step. */
1213 unsigned int *changing = new unsigned int[changing_count]; local
1217 changing[changing_count++] = c;
1219 step->_changing = changing;
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1596 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1601 % Each font-changing command also sets the names \lsize (one size lower)
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec14 PAM-aware password changing programs, such as passwd(1). In addition
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.vim28 " indentation. It registers a macro (see below) for changing a buffer's
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp309 // FIXME: We shouldn't be changing the lexical context of declarations
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c189 svn_revnum_t changing;
223 change->changing = SVN_INVALID_REVNUM;
247 /* We're now changing the node. Record the revision. */
248 SVN_ERR_ASSERT(!SVN_IS_VALID_REVNUM(change->changing)
249 || change->changing == base_revision);
250 change->changing = base_revision;
446 SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(change->changing));
453 change->changing, NULL, props));
456 change->changing,
843 SVN_ERR_ASSERT(!SVN_IS_VALID_REVNUM(change->changing)
188 svn_revnum_t changing; member in struct:change_node
[all...]

Completed in 202 milliseconds