Searched refs:opname (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcmd/
H A Dexpr.c145 const char opname[3]; member in struct:Optable_s
288 if (*cp==optable[i].opname[0] && cp[1]==optable[i].opname[1])
H A Dcp.c191 char* opname; /* state.op message string */ member in struct:State_s
445 error(2, "%s: cannot %s existing directory", state->path, state->opname);
461 if ((n = astquery(-1, "%s %s? ", state->opname, state->path)) < 0 || sh_checksig(state->context))
468 error(2, "%s: cannot %s existing file", state->path, state->opname);
492 error(2, "%s: cannot %s %s protection", state->path, state->opname, protection);
750 state->opname = state->op == CP ? ERROR_translate(0, 0, 0, "overwrite") : ERROR_translate(0, 0, 0, "replace");
/ast/src/lib/libexpr/
H A Dexcc.c47 opname(int op) function
356 sfprintf(cc->ccdisc->text, "(%s%s=", x->data.variable.symbol->name, expr->subop == '=' ? "" : opname(expr->subop));
523 sfprintf(cc->ccdisc->text, "%s", opname(expr->op));
528 sfprintf(cc->ccdisc->text, ")%s(", opname(expr->op));
/ast/src/cmd/sortlib/sync/
H A Dss.c1820 static const char* opname[] = variable
1860 sfprintf(io, "%s", opname[xp->op]);
1867 sfprintf(io, "%s", opname[xp->op]);

Completed in 33 milliseconds