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

  /src/bin/ksh/
jobs.c 189 static struct shf *shl_j; variable in typeref:struct:shf *
245 /* shl_j is used to do asynchronous notification (used in
248 shl_j = shf_fdopen(2, SHF_WR, (struct shf *) 0);
1400 shf_reopen(fd, SHF_WR, shl_j);
1406 j_print(j, JP_MEDIUM, shl_j);
1407 shf_flush(shl_j);
jobs.c 189 static struct shf *shl_j; variable in typeref:struct:shf *
245 /* shl_j is used to do asynchronous notification (used in
248 shl_j = shf_fdopen(2, SHF_WR, (struct shf *) 0);
1400 shf_reopen(fd, SHF_WR, shl_j);
1406 j_print(j, JP_MEDIUM, shl_j);
1407 shf_flush(shl_j);

Completed in 25 milliseconds