Searched refs:collect (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dcollect.c96 if (!state.collect.hadintr) {
103 state.collect.hadintr = 1;
104 longjmp(state.collect.work, sig);
106 rewind(state.collect.fp);
108 savedeadletter(state.collect.fp);
109 longjmp(state.collect.abort, sig);
116 rewind(state.collect.fp);
117 savedeadletter(state.collect.fp);
136 if (state.collect.working) {
137 state.collect
339 collect(struct header* hp, unsigned long flags) function
[all...]
H A DMakefile7 data.c cmd1.c cmd2.c cmd3.c collect.c edit.c \
H A Dmailx.h290 #define R (1<<13) /* Cannot call from collect, Readonly var */
541 * collect() and mail() flags
684 } collect; member in struct:__anon136
919 extern FILE* collect(struct header*, unsigned long);
H A Dsend.c464 if (!(letter.fp = collect(hp, flags)))
/ast/src/cmd/nmake/
H A Dscan.c1264 int collect; local
1314 collect = 0;
1378 if (collect)
1380 collect = 0;
1416 collect = 0;
1436 collect = 1;
1481 if (collect)
1483 collect = 0;
1592 if (collect)
1594 collect
[all...]

Completed in 17 milliseconds