Home
last modified time | relevance | path

Searched refs:CH_HYPHEN (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/hwpfilter/source/
H A Dhwplib.h130 #define CH_HYPHEN 24 macro
H A Dhpara.cxx259 case CH_HYPHEN: // 24 in readHBox()
H A Dhwpread.cxx799 : HBox(CH_HYPHEN) in Hyphen()
H A Dhwpreader.cxx3109 case CH_HYPHEN: // 24 in make_text_p3()
/dports/editors/libreoffice/libreoffice-7.2.6.2/hwpfilter/source/
H A Dhwplib.h143 #define CH_HYPHEN 24 macro
H A Dhpara.cxx259 case CH_HYPHEN: // 24 in readHBox()
H A Dhwpread.cxx800 : HBox(CH_HYPHEN) in Hyphen()
H A Dhwpreader.cxx3078 case CH_HYPHEN: // 24 in make_text_p3()
/dports/print/lout/lout-3.40/
H A Dz36.c885 { if( str[i] == CH_HYPHEN ) prev = CH_NINE; in TrieRead()
1133 if( key[stop] == CH_HYPHEN ) in Hyphenate()
H A Dz01.c221 else if( *i < argc-1 && *argv[*i + 1] != CH_HYPHEN ) in GetArg()
289 if( *argv[i] == CH_HYPHEN ) switch( *(argv[i]+1) ) in run()
H A Dz14.c217 if( ch != CH_HYPHEN && ch != CH_SLASH ) \
H A Dexterns.h458 #define CH_HYPHEN '-' /* the hyphen character */ macro