Searched refs:expression (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/dss/
H A Ddss.c36 "[+NAME?dss - scan a data stream and apply a select expression to each "
42 "of the expression is a file containing the expression. If \afile\a is "
61 "[+?An expression of the form { \aquery\a [--\aoption\a...]] [\aarg\a...]] "
112 "Deprecated: compose the expression with |{\bcount\b} instead.]"
114 "expression with |{\bwrite\b \aformat\a} instead.]:[format]"
116 "expression contains a dynamic query.]"
118 "compose the expression with |{\bprint\b \aformat\a} instead.]:[format]"
145 "\n [ expression ] [ file ... ]\n"
188 char* expression; local
[all...]
/ast/src/lib/libexpr/
H A DMakefile2 * expression library
/ast/src/lib/libdss/
H A Ddssopen.c800 * apply expression with optional head and tail queries to files in argv
804 dssrun(Dss_t* dss, const char* expression, const char* head, const char* tail, char** argv) argument
814 if (!expression || !*expression || *expression == '-' && !*(expression + 1))
815 expression = tail ? tail : "{write}";
816 if (!(expr = dsscomp(dss, expression, NiL)))
820 if (expression == tail)
852 (*dss->disc->errorf)(dss, dss->disc, 2, "%s: expression alread
[all...]
H A Dcx.h22 * C expression library interface
315 struct Cxoperand_s /* expression operand */
379 const char* expression; /* expression on ``.'' */ member in struct:Cxconstraint_s
548 struct Cxexpr_s /* compiled expression node */
H A Ddsstags.c397 "NUM2STR", "A number to string ed(1) style substitute expression"
400 "STR2NUM", "A number to string ed(1) style substitute expression"
403 "EDIT", "A string to string ed(1) style substitute expression"
639 if (!(con->expression = strdup(data)))
645 error(1, "FIXME: %s: cxcomp() expression on variable name `.'", data);
753 "EXPRESSION", "Field value ``.'' constraint expression.",
755 "MATCH", "String field value constraint regular expression.",
H A Dcxcomp.c22 * C expression library parser
940 * parse the next (sub)expression
1604 * allocate an expression node
1622 * compile the next complete expression
1952 (*cx->disc->errorf)(cx, cx->disc, 2, "syntax error: unterminated expression: %s", cxcontext(cx));
1958 * propagate expression defaults
2047 * list query expression
2059 * compile the next expression/query
/ast/src/cmd/html/
H A Dtroff2html.c314 static long expression(char*, char**, int);
317 * return the next expression operand
343 expression(s + 3, &x, *(s + 1)) :
344 expression(s + 1, &x, scale);
492 * evaluate numeric expression in s
496 expression(char* s, char** e, int scale) function
592 * evaluate a conditional expression
626 v = expression(s, &u, 0) > 0;
1004 n = expression(s, &e, 0);
1850 * expand if expression
[all...]
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c249 if (constraint->expression)
250 sfprintf(expr->op, " expression=\"%s\"", constraint->expression);
338 if (constraint->expression)
/ast/src/cmd/tw/
H A Dfind.c34 * expression operators apply to matching paths
54 " \apath\a and applies an \aoption\a expression to each file in the"
56 " generates output. The expression starts with the first argument"
251 "Equivalent to \\(. Begin nested expression.",
253 "Equivalent to \\). End nested expression.",
257 " This is the default operator for two expression in sequence.",
307 " the search and the expression, but all depth options are ignored."
308 " The remainder of the expression is applied to the matching paths.",
459 "Path name matches the anchored regular expression \apattern\a,"
1179 error(2, "%s: invalid permission expression",
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk3175 * evaluate a logical expression of package ids

Completed in 71 milliseconds