Home
last modified time | relevance | path

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

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