Searched refs:tud (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/infocmp/
H A Dinfocmp.c509 TERMUSERDEF *ud, *tud; local
590 tud = find_userdef(terms[j], ud->id);
591 if (tud == NULL)
597 if (tud->type == 'f' &&
598 tud->flag == ud->flag)
602 if (tud->type == 'n' &&
603 tud->num == ud->num)
607 if (tud->type == 's' &&
608 VALID_STRING(tud->str) &&
610 strcmp(ud->str, tud
[all...]

Completed in 84 milliseconds