Searched refs:astquery (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/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)) in rm() 260 if ((v = astquery(-1, "remove %s? ", ent->fts_path)) < 0 || sh_checksig(state->context)) in rm() 270 if ((v = astquery(-1, "override protection %s for %s? ", in rm()
|
H A D | cp.c | 461 … if ((n = astquery(-1, "%s %s? ", state->opname, state->path)) < 0 || sh_checksig(state->context)) in visit() 484 …if ((n = astquery(-1, "override protection %s for %s? ", protection, state->path)) < 0 || sh_check… in visit()
|
H A D | RELEASE | 6 12-03-26 cp.c: fix --interactive astquery() logic that ignored no&quit! 169 06-01-28 cp.c,rm.c: fix astquery() 'q' to return and not exit()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astquery.c | 43 astquery(int quit, const char* format, ...) in astquery() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 254 extern int astquery(int, const char*, ...);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | cmdarg.c | 314 else if (astquery(1, "? ")) in cmdflush()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 641 astquery;
|
H A D | Makefile.defs | 276 port/astquery.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 194 astcopy.c astconf.c astdynamic.c astlicense.c astquery.c astwinsize.c \
|
H A D | Mamfile | 5563 make astquery.o 5564 make port/astquery.c 5567 done port/astquery.c 5568 meta astquery.o %.c>%.o port/astquery.c astquery 5569 prev port/astquery.c 5570 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c port/astquery.c 5571 done astquery.o generated 6106 exec - ${AR} rc libast.a astconf.o astdynamic.o astlicense.o astquery.o astwinsize.o conftab.o asts…
|
H A D | RELEASE | 1270 astquery: sfstdin/sfstderr by default
|