HomeSort by: relevance | last modified time | path
    Searched defs:porttype (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tset/
map.c 61 const char *porttype; /* Port type, or "" for any. */ member in struct:map
92 mapp->porttype = arg;
98 mapp->type = mapp->porttype;
99 mapp->porttype = NULL;
103 if (arg == mapp->porttype) /* [><@=! baud]:term */
104 mapp->porttype = termp = NULL;
148 /* Terminate porttype, if specified. */
158 if (mapp->porttype)
160 mapp->porttype = port;
164 (void)printf("port: %s\n", mapp->porttype ? mapp->porttype : "ANY")
    [all...]
map.c 61 const char *porttype; /* Port type, or "" for any. */ member in struct:map
92 mapp->porttype = arg;
98 mapp->type = mapp->porttype;
99 mapp->porttype = NULL;
103 if (arg == mapp->porttype) /* [><@=! baud]:term */
104 mapp->porttype = termp = NULL;
148 /* Terminate porttype, if specified. */
158 if (mapp->porttype)
160 mapp->porttype = port;
164 (void)printf("port: %s\n", mapp->porttype ? mapp->porttype : "ANY")
    [all...]

Completed in 23 milliseconds