Searched refs:astquery (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astquery.c | 43 astquery(int quit, const char* format, ...) function
|
/ast/src/lib/libcmd/ |
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)) 270 if ((v = astquery(-1, "override protection %s for %s? ",
|
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))
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 254 extern int astquery(int, const char*, ...);
|
/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 314 else if (astquery(1, "? "))
|
/ast/src/lib/libast/ |
H A D | Makefile | 194 astcopy.c astconf.c astdynamic.c astlicense.c astquery.c astwinsize.c \
|
/ast/src/lib/libexpr/ |
H A D | exeval.c | 795 v.integer = !astquery(2, "");
|
Completed in 21 milliseconds