Searched refs:comret (Results 1 – 1 of 1) sorted by relevance
256 int comret; in set_type() local267 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type()269 comret = command("TYPE %s", p->t_mode); in set_type()270 if (comret == COMPLETE) { in set_type()285 int comret, oldverbose = verbose; in changetype() local300 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()302 comret = command("TYPE %s", p->t_mode); in changetype()303 if (comret == COMPLETE) in changetype()