Lines Matching refs:ORGANIZATION
40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>'
319 >Organization: ${ORGANIZATION-$ORGANIZATION_C}
534 /^>Organization:/,/^>[A-Za-z-]*:/s;$ORGANIZATION_C;;