Searched refs:sh_checksig (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/kshlib/cmdtst/ |
H A D | xargs.c | 237 while (!sh_checksig(context)) 253 while (!sh_checksig(context))
|
H A D | grep.c | 484 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 D | shcmd.h | 88 # define sh_checksig(c) ((c) && sh_context(c)->sigset) macro
|
/ast/src/lib/libcmd/ |
H A D | mktemp.c | 161 if (sh_checksig(context))
|
H A D | rm.c | 186 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 D | chmod.c | 268 while (!sh_checksig(context) && (ent = fts_read(fts)))
|
H A D | tail.c | 642 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 D | cp.c | 461 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 D | chgrp.c | 397 while (!sh_checksig(context) && (ent = fts_read(fts)))
|
H A D | cksum.c | 596 while (!sh_checksig(context) && (ent = fts_read(fts)))
|
H A D | join.c | 305 if (sh_checksig(jp->context))
|
Completed in 23 milliseconds