Searched defs:Type (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtnotify.c22 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 Dtexcept.c22 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 Dcmd1.c326 * 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

Completed in 9 milliseconds