Lines Matching defs:alias
48 * Although we can read v1 structure (which includes v2 alias records)
236 const char *alias, *s;
248 alias = termalias;
249 while (*alias != '\0') {
250 s = strchr(alias, '|');
252 l = strlen(alias);
254 l = (size_t)(s - alias);
255 if (len == l && memcmp(alias, name, l) == 0)
259 alias = s + 1;
301 /* If the entry is an alias, load the indexed terminfo description. */
395 _ti_checkname(name, tic->name, tic->alias) == 1)