Searched defs:opname (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | excc.c | 47 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/lib/libcmd/ |
H A D | cp.c | 191 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");
|
H A D | expr.c | 145 const char opname[3]; member in struct:Optable_s 288 if (*cp==optable[i].opname[0] && cp[1]==optable[i].opname[1])
|
/ast/src/lib/libjcl/ |
H A D | parse.c | 1757 static const char* opname[] = { "NOP", "ONLY", "EVEN", "LT", "LE", "EQ", "NE", "GE", "GT", "OR", "AND" }; local 1887 message((-7, "eval %2d %2s %2d => %d", o, opname[op], b, a));
|
/ast/src/cmd/nmake/ |
H A D | scan.c | 1205 opname(Scanstate_t* s) function 1363 error(2, "scanexec: %s \"%-.*s\"", opname(s), x - (g - 1), g - 1);
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 1820 static const char* opname[] = variable 1860 sfprintf(io, "%s", opname[xp->op]); 1867 sfprintf(io, "%s", opname[xp->op]);
|
Completed in 23 milliseconds