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

/freebsd-10.3-release/bin/sh/
H A Djobs.c721 setcurjob(struct job *cj) argument
726 if (jp == cj) {
732 jobmru = cj;
736 cj->next = jobmru;
737 jobmru = cj;
/freebsd-10.3-release/contrib/libc++/src/
H A Ddebug.cpp423 __c_node* cj = j != nullptr ? j->__c_ : nullptr; local
424 return ci != nullptr && ci == cj;
/freebsd-10.3-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.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp604 unsigned cj = j+1; // first child of j local
606 ++k, ci=getNextSibling(ci), cj = Other.getNextSibling(cj)) {
607 Result = Result && matches(Other, ci, cj);
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c64042 } cj; member in union:vdbeExecUnion
[all...]

Completed in 338 milliseconds