Searched refs:CALL (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtbadargs.c22 int Code_line = 30; /* line number of CALL(sfclose(0)) */
25 #define CALL(x) ((Code_line = __LINE__), (x)) macro
27 #define CALL(x) ((Code_line += 1),(x)) macro
47 CALL(sfclose(0));
48 CALL(sfclrlock(0));
49 CALL(sfopen(0,0,0));
50 CALL(sfdisc(0,0));
51 CALL(_sffilbuf(0,0));
52 CALL(_sfflsbuf(0,0));
53 CALL(sfget
[all...]
/ast/src/lib/libexpr/
H A DOexparse.h43 #define CALL 268 macro
H A Dexparse.y62 %token CALL
759 $$ = exnewnode(expr.program, CALL, 1, $1->type, NiL, $3);
H A DOexparse.c84 #define CALL 268 macro
624 "BREAK","CALL","CASE","CONSTANT","CONTINUE","DECLARE","DEFAULT","DYNAMIC",
1673 exval.expr = exnewnode(expr.program, CALL, 1, exvsp[-3].id->type, NiL, exvsp[-1].expr);
H A Dexgram.h83 case CALL:
H A Dexeval.c752 case CALL:
/ast/src/cmd/mailx/
H A Dcmd1.c210 CALL(printhead)(mesg, !!state.var.justfrom);
266 CALL(printhead)(ip->m_index, who);
H A Dmailx.h133 #define CALL(f) (*(state.folder==FIMAP?imap_##f:f)) macro
/ast/src/lib/libast/misc/
H A Dmagic.c1760 ep->desc = "[CALL]";

Completed in 45 milliseconds