Lines Matching refs:COLON
50 %token COLON COMMA NL SLASH
61 %left ERROR COLON
177 | entry_type idname ace_perms access_type COLON id
225 | entry_type idname ace_perms iflags access_type COLON id
267 | entry_type ace_perms access_type COLON id
294 | entry_type ace_perms iflags access_type COLON id
336 | entry_type COLON aclent_perm /* owner group other */
358 | entry_type COLON aclent_perm COLON id
368 | entry_type idname aclent_perm COLON id /* user or group */
425 | entry_type aclent_perm COLON id
436 iflags: compact_iflag COLON {$$ = $1;}
437 | verbose_iflag COLON {$$ = $1;}
438 | COLON {$$ = 0;}
509 | COLON
524 | aclent_perm COLON {$$ = $1;}
531 perm: perms COLON {$$ = $1;}
532 | COLON {$$.perm_style = PERM_TYPE_EMPTY;}