Lines Matching refs:COLON
46 %token COLON COMMA NL SLASH
57 %left ERROR COLON
173 | entry_type idname ace_perms access_type COLON id
221 | entry_type idname ace_perms iflags access_type COLON id
263 | entry_type ace_perms access_type COLON id
290 | entry_type ace_perms iflags access_type COLON id
332 | entry_type COLON aclent_perm /* owner group other */
354 | entry_type COLON aclent_perm COLON id
364 | entry_type idname aclent_perm COLON id /* user or group */
421 | entry_type aclent_perm COLON id
432 iflags: compact_iflag COLON {$$ = $1;}
433 | verbose_iflag COLON {$$ = $1;}
434 | COLON {$$ = 0;}
505 | COLON
520 | aclent_perm COLON {$$ = $1;}
527 perm: perms COLON {$$ = $1;}
528 | COLON {$$.perm_style = PERM_TYPE_EMPTY;}