Searched refs:islive (Results 1 – 6 of 6) sorted by relevance
899 struct descr *d, unsigned int ndescr, int islive) in loop() argument910 if (islive > -1) { in loop()911 FD_SET(islive, &fds); in loop()912 max_fd = islive; in loop()947 if (islive > -1 && FD_ISSET(islive, &fds)) in loop()948 handle_islive(islive); in loop()984 bonjour_kid(krb5_context context, krb5_kdc_configuration *config, const char *argv0, int *islive) in bonjour_kid() argument999 close(islive[0]); in bonjour_kid()1000 if (dup2(islive[1], 0) == -1) in bonjour_kid()1002 if (islive[1] != 0) in bonjour_kid()[all …]
636 bool islive() const;637 void islive(bool v);
4213 bool islive; /// is @live member4248 this.islive = true;4289 t.islive = islive; in syntaxCopy()5111 this.islive == other.islive; in attributesEqual()7162 if (tf.islive)
379 if (ta.islive) in mangleFuncType()
1363 funcdecl.type.isTypeFunction().islive) in visit()
1220 tf.islive = true; in typeSemantic()