Searched defs:OUTPUT (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | regress.sh | 86 [+EMPTY \bINPUT|OUTPUT|ERROR|SAME?The corresponding file is 110 [+FIFO \bINPUT|OUTPUT|ERROR\b [ \b-n\b ]] \afile\a | - \adata\a ...?The 135 applied to OUTPUT before comparison with the expected contents.] 138 [+IO \b[ \bFIFO\b | \bPIPE\b ]] \bINPUT|OUTPUT|ERROR\b [ \b-e\b \afilter\a ]] [ \b-n\b ]] \afile\a | - \adata\a ...?Internal 153 [+OUTPUT \b[ \b-e\b \afilter\a ]] [ \b-n\b ]] \afile\a | - \adata\a ...?The 160 [+PIPE \bINPUT|OUTPUT|ERROR\b [ \b-n\b ]] \afile\a | - \adata\a ...?The 243 : >INPUT >OUTPUT.ex >ERROR.ex 254 OUTPUT="" 417 do case " $OUTPUT " in 429 for i in $OUTPUT 920 function OUTPUT # file|- data ... function [all...] |
/ast/src/lib/libjcl/ |
H A D | parse.c | 1236 if (streq(tok, "OUTPUT")) 1266 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%s: OUTPUT not defined", val); 1557 * parse an OUTPUT statement 1561 OUTPUT(register Jcl_t* jcl, register Jclstep_t* step, char* name) function 1582 (*jcl->disc->errorf)(NiL, jcl->disc, 2, "%s: OUTPUT alread defined", name); 2102 else if (streq(op, "OUTPUT")) 2104 if (OUTPUT(jcl, step, name))
|
Completed in 14 milliseconds