Searched refs:cj (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Djobs.c723 setcurjob(struct job *cj) argument
728 if (jp == cj) {
734 jobmru = cj;
738 cj->next = jobmru;
739 jobmru = cj;
/freebsd-10.0-release/contrib/libc++/src/
H A Ddebug.cpp363 __c_node* cj = j != nullptr ? j->__c_ : nullptr; local
364 return ci != nullptr && ci == cj;
/freebsd-10.0-release/lib/libc/regex/
H A Dengine.c167 int cj, mj; local
213 cj = charjump[(int)*dp];
214 dp += (cj < mj ? mj : cj);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp603 unsigned cj = j+1; // first child of j local
605 ++k, ci=getNextSibling(ci), cj = Other.getNextSibling(cj)) {
606 Result = Result && matches(Other, ci, cj);
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c65831 } cj; member in union:vdbeExecUnion
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c64042 } cj; member in union:vdbeExecUnion
[all...]

Completed in 618 milliseconds