HomeSort by: relevance | last modified time | path
    Searched defs:tok1 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
job.c 2575 char tok = JOB_TOKENS[aborting], tok1; local in function:TokenPool_Add
2578 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1)
2651 char tok, tok1; local in function:TokenPool_Take
2677 while (read(tokenPoolJob.inPipe, &tok1, 1) == 1)
job.c 2575 char tok = JOB_TOKENS[aborting], tok1; local in function:TokenPool_Add
2578 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1)
2651 char tok, tok1; local in function:TokenPool_Take
2677 while (read(tokenPoolJob.inPipe, &tok1, 1) == 1)

Completed in 28 milliseconds