cmds.c | 249 int comret; local in function:set_type 260 comret = command("TYPE %s %s", p->t_mode, p->t_arg); 262 comret = command("TYPE %s", p->t_mode); 263 if (comret == COMPLETE) { 278 int comret, oldverbose = verbose; local in function:changetype 293 comret = command("TYPE %s %s", p->t_mode, bytename); 295 comret = command("TYPE %s", p->t_mode); 296 if (comret == COMPLETE)
|