Home
last modified time | relevance | path

Searched refs:IS_COMMA (Results 1 – 25 of 44) sorted by relevance

12

/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/Subroutines/
H A DProhibitAmpersandSigils.pm22 Readonly::Hash my %IS_COMMA =>
49 $IS_COMMA{ $previous->content() } ) {
H A DProhibitUnusedPrivateSubroutines.pm26 Readonly::Hash my %IS_COMMA => hashify( $COMMA, $FATCOMMA );
305 $IS_COMMA{$element->content()} ) {
/dports/textproc/p5-PPIx-Utilities/PPIx-Utilities-1.001000/lib/PPIx/Utilities/
H A DStatement.pm28 Readonly::Hash my %IS_COMMA => ( q[,] => 1, q[=>] => 1 );
88 if ( $IS_COMMA{ $child->content() } ) {
/dports/textproc/p5-PPIx-Utils/PPIx-Utils-0.003/lib/PPIx/Utils/
H A DTraversal.pm157 my %IS_COMMA = ( q[,] => 1, q[=>] => 1 );
220 if ( $IS_COMMA{ $child->content() } ) {
/dports/graphics/geomview/geomview-1.9.5/src/bin/animate/
H A Danimate.c647 #define IS_COMMA ',' in get_script() macro
686 scrbuf[position] = IS_COMMA; in get_script()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h32 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.h27 #define IS_COMMA(a) ((a) == L',')
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DCommonLib.h36 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DCommonLib.h36 #define IS_COMMA(a) ((a) == L',') macro
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/
H A DCommonLib.h28 #define IS_COMMA(a) ((a) == L',') macro
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/NamingConventions/
H A DCapitalization.pm79 Readonly::Hash my %IS_COMMA => hashify( $COMMA, $FATCOMMA );

12