Searched refs:PRE (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 62 #define PRE 287 macro
|
H A D | exparse.y | 81 %token PRE 864 $$->subop = PRE;
|
H A D | Oexparse.c | 103 #define PRE 287 macro 626 "POS","PRAGMA","PRE","PRINTF","PROCEDURE","QUERY","RETURN","SCANF","SPRINTF", 1788 exval.expr->subop = PRE;
|
H A D | exeval.c | 619 if (expr->subop == PRE)
|
/ast/src/cmd/ksh93/sh/ |
H A D | deparse.c | 38 #define PRE 1 macro 395 else if(opts&PRE) 568 p_arg(reg->regptr,')',PRE);
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 4786 "PRE", /* OP_pre */
|
Completed in 37 milliseconds