Searched refs:porttype (Results 1 – 1 of 1) sorted by relevance
221 const char *porttype; /* Port type, or "" for any. */ member398 mapp->porttype = arg; in add_mapping()404 mapp->type = mapp->porttype; in add_mapping()405 mapp->porttype = 0; in add_mapping()409 if (arg == mapp->porttype) /* [><@=! baud]:term */ in add_mapping()410 termp = mapp->porttype = 0; in add_mapping()464 if (mapp->porttype) { in add_mapping()468 mapp->porttype = port; in add_mapping()472 (void) printf("port: %s\n", mapp->porttype ? mapp->porttype : "ANY"); in add_mapping()502 if (mapp->porttype == 0 || !strcmp(mapp->porttype, type)) { in mapped()