Searched refs:sh_checksig (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dshcmd.h81 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dmktemp.c161 if (sh_checksig(context))
H A Drm.c185 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
259 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
275 sh_checksig(state->context))
406 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent));
H A Dchmod.c262 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Dcp.c461 if (astquery(-1, "%s %s? ", state->opname, state->path) < 0 || sh_checksig(state->context))
482 if (astquery(-1, "override protection %s for %s? ", protection, state->path) < 0 || sh_checksig(state->context))
985 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent));
H A Dchgrp.c402 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Dcksum.c596 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Djoin.c305 if (sh_checksig(jp->context))

Completed in 177 milliseconds