Home | History | Annotate | Download | only in re2

Lines Matching refs:job_

66   Job *job_;                // stack of text positions to explore
82 job_(NULL),
89 delete[] job_;
109 memmove(newjob, job_, njob_*sizeof job_[0]);
110 delete[] job_;
111 job_ = newjob;
134 Job* j = &job_[njob_++];
150 int id = job_[njob_].id;
151 const char* p = job_[njob_].p;
152 int arg = job_[njob_].arg;
326 job_ = new Job[maxjob_];