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

/ast/src/cmd/kshlib/cmdtst/
H A Dxargs.c237 while (!sh_checksig(context))
253 while (!sh_checksig(context))
H A Dgrep.c484 if (sh_checksig(context))
522 if (sh_checksig(context))
911 while (!sh_checksig(context) && (ent = fts_read(fts)))
963 if (sh_checksig(context))
/ast/src/lib/libast/include/
H A Dshcmd.h88 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
/ast/src/lib/libcmd/
H A Dmktemp.c161 if (sh_checksig(context))
H A Drm.c186 if ((v = astquery(-1, "remove directory %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
260 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context))
276 sh_checksig(state->context))
409 while (!sh_checksig(context) && (ent = fts_read(fts)) && !rm(&state, ent));
H A Dchmod.c268 while (!sh_checksig(context) && (ent = fts_read(fts)))
H A Dtail.c642 else if (sh_checksig(context) || tvsleep(&tv, NiL))
689 if (sh_checksig(context) || tvsleep(&tv, NiL))
784 } while ((file = *argv++) && !sh_checksig(context));
H A Dcp.c461 if ((n = astquery(-1, "%s %s? ", state->opname, state->path)) < 0 || sh_checksig(state->context))
484 if ((n = astquery(-1, "override protection %s for %s? ", protection, state->path)) < 0 || sh_checksig(state->context))
988 while (!sh_checksig(context) && (ent = fts_read(fts)) && !visit(state, ent));
H A Dchgrp.c397 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 23 milliseconds