Searched refs:akp (Results 1 – 2 of 2) sorted by relevance
60 struct attr_keyword *akp; in attr_keylookup() local62 for (akp = attr_keywords; ; akp++) { in attr_keylookup()63 if (akp->ak_name == NULL) in attr_keylookup()65 if (strcasecmp(word, akp->ak_name) == 0) in attr_keylookup()66 return (akp); in attr_keylookup()
417 struct attr_keyword *akp; in read_rules() local493 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() local1096 akp = attr_keylookup(cp); in process_glob_ignores()1097 if (akp == NULL) in process_glob_ignores()[all …]