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

/freebsd-11-stable/bin/sh/
H A Djobs.c817 setcurjob(struct job *cj) argument
822 if (jp == cj) {
828 jobmru = cj;
832 cj->next = jobmru;
833 jobmru = cj;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp440 __c_node* cj = j != nullptr ? j->__c_ : nullptr; local
441 return ci != nullptr && ci == cj;
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c165 int cj, mj; local
211 cj = charjump[(int)*dp];
212 dp += (cj < mj ? mj : cj);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c64042 } cj; member in union:vdbeExecUnion
[all...]

Completed in 401 milliseconds