Searched refs:Type (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | tnotify.c | 22 static int Type; variable 41 Type = type; 58 if(!(f = sfopen(NIL(Sfio_t*), tstfile("sf", 0), "w")) && Type != SF_NEW) 62 if(sfsetfd(f,fd+5) != fd+5 || Type != SF_SETFD) 64 if(sfclose(f) < 0 || Type != SF_CLOSING) 67 if(sfputc(sfstdin,'a') >= 0 || Type != SF_WRITE) 70 if(sfgetc(sfstdout) >= 0 || Type != SF_READ)
|
H A D | texcept.c | 22 static int Type; variable 41 if(Type == SF_CLOSING) 44 if(Type == SF_CLOSING) 48 Type = type; 74 { Type = type; 113 if(Type != SF_DPUSH) 128 if(Type != SF_DPOP) 133 if(Type != SF_SYNC) 138 if(Type != SF_PURGE) 142 if(Type ! [all...] |
/ast/src/cmd/mailx/ |
H A D | data.c | 70 "P[rint]", CMD(Type), MSGLIST, 0, MMNDEL, 80 "T[ype]", CMD(Type), MSGLIST, 0, MMNDEL,
|
H A D | cmd1.c | 326 * Type out the messages requested. 385 * Type out messages, honor ignored fields. 395 * Type out messages, even printing ignored fields. 398 Type(struct msg* msgvec) function
|
H A D | mailx.h | 223 unsigned long c_argtype; /* Type of arglist (see below) */ 893 extern int Type(struct msg*);
|
Completed in 20 milliseconds