Lines Matching defs:t
99 headline_t *t;101 if ((t = calloc(1, sizeof (*t))) == NULL) {105 if (custr_alloc(&t->hl_from) != 0 || custr_alloc(&t->hl_tty) != 0 ||106 custr_alloc(&t->hl_date) != 0) {109 headline_free(t);115 *hl = t;201 if (!in_quotes && (*c == ' ' || *c == '\t')) {230 } else if (*c != ' ' && *c != '\t') {