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

/illumos-gate/usr/src/cmd/bart/
H A Dlutbl.c60 struct attr_keyword *akp; local
62 for (akp = attr_keywords; ; akp++) {
63 if (akp->ak_name == NULL)
65 if (strcasecmp(word, akp->ak_name) == 0)
66 return (akp);
H A Drules.c417 struct attr_keyword *akp; local
493 akp = attr_keylookup(s);
494 if (akp == NULL) {
511 in_flags |= akp->ak_flags;
513 in_flags &= ~(akp->ak_flags);
519 akp->ak_flags;
522 ~(akp->ak_flags);
1089 struct attr_keyword *akp; local
1096 akp = attr_keylookup(cp);
1097 if (akp
[all...]

Completed in 57 milliseconds