Home
last modified time | relevance | path

Searched refs:GPERF (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dgentoken.pl46 print ( GPERF "%language=C++\n" );
47 print ( GPERF "%global-table\n" );
48 print ( GPERF "%null-strings\n" );
49 print ( GPERF "%struct-type\n" );
50 print ( GPERF "struct xmltoken\n" );
51 print ( GPERF "{\n" );
53 print ( GPERF "};\n" );
54 print ( GPERF "%%\n" );
60 print( GPERF "$_,$tokens{$_}\n" );
62 print ( GPERF "%%\n" );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dgentoken.pl41 print ( GPERF "%language=C++\n" );
42 print ( GPERF "%global-table\n" );
43 print ( GPERF "%null-strings\n" );
44 print ( GPERF "%struct-type\n" );
45 print ( GPERF "struct xmltoken\n" );
46 print ( GPERF "{\n" );
48 print ( GPERF "};\n" );
49 print ( GPERF "%%\n" );
60 print( GPERF "$_,$tokens{$_}\n" );
62 print ( GPERF "%%\n" );
[all …]
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A Dgentoken.pl57 print ( GPERF "%language=C++\n" );
58 print ( GPERF "%global-table\n" );
59 print ( GPERF "%null-strings\n" );
60 print ( GPERF "%struct-type\n" );
61 print ( GPERF "struct fhtoken\n" );
62 print ( GPERF "{\n" );
64 print ( GPERF "};\n" );
65 print ( GPERF "%%\n" );
75 print( GPERF "$_,$tokens{$_}\n" );
78 print ( GPERF "%%\n" );
[all …]
/dports/textproc/libabw/libabw-0.1.3/src/lib/
H A Dgentoken.pl57 print ( GPERF "%language=C++\n" );
58 print ( GPERF "%global-table\n" );
59 print ( GPERF "%null-strings\n" );
60 print ( GPERF "%struct-type\n" );
61 print ( GPERF "struct xmltoken\n" );
62 print ( GPERF "{\n" );
64 print ( GPERF "};\n" );
65 print ( GPERF "%%\n" );
76 print( GPERF "$_,$tokens{$_}\n" );
78 print ( GPERF "%%\n" );
[all …]
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A Dgentoken.pl57 print ( GPERF "%language=C++\n" );
58 print ( GPERF "%global-table\n" );
59 print ( GPERF "%null-strings\n" );
60 print ( GPERF "%struct-type\n" );
61 print ( GPERF "struct xmltoken\n" );
62 print ( GPERF "{\n" );
64 print ( GPERF "};\n" );
65 print ( GPERF "%%\n" );
76 print( GPERF "$_,$tokens{$_}\n" );
78 print ( GPERF "%%\n" );
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/superops/
H A DChangeLog62 * bool-array.cc: included from GPERF 3.0.1.
63 * bool-array.h: included from GPERF 3.0.1.
65 * hash-table.cc: included from GPERF 3.0.1.
66 * hash-table.h: included from GPERF 3.0.1.
70 * keyword.cc: included from GPERF 3.0.1.
71 * keyword.h: included from GPERF 3.0.1.
72 * keyword.icc: included from GPERF 3.0.1.
78 * positions.cc: included from GPERF 3.0.1.
79 * positions.h: included from GPERF 3.0.1.
81 * search.cc: included from GPERF 3.0.1.
[all …]
H A DREADME5 Much of the code in this directory is taken from GPERF, as a result,
8 The reason why I used GPERF's code instead of using GPERF directly
11 superoperator search with GPERF.
14 of hacking and sed'ing GPERF's output I decided that modifying
15 GPERF's output routines would have been more maintainable.
17 made it easier to put in GPERF's code.
18 4) It is unlikely that GPERF changes significantly enough (and that
22 The GPERF code was taken almost unmodified with the exception of
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A Dmakevalues.pl37 open GPERF, ">CSSValueKeywords.gperf" || die "Could not open CSSValueKeywords.gperf for writing";
38 print GPERF << "EOF";
65 print GPERF $name . ", CSSValue" . $id . "\n";
68 print GPERF << "EOF";
75 print GPERF " \"" . $name . "\",\n";
78 print GPERF << "EOF";
96 close GPERF;
H A Dmakeprop.pl42 open GPERF, ">CSSPropertyNames.gperf" || die "Could not open CSSPropertyNames.gperf for writing";
43 print GPERF << "EOF";
70 print GPERF $name . ", CSSProperty" . $id . "\n";
78 print GPERF $name . ", CSSProperty" . $id . "\n";
81 print GPERF<< "EOF";
/dports/devel/gperf/gperf-3.1/tests/
H A Dvalidate25 echo "${GPERF} -I -L KR-C $@ > valitest.c"
26 ${GPERF} -I -L KR-C "$@" > valitest.c
36 echo "${GPERF} -I -L C $@ > valitest.c"
37 ${GPERF} -I -L C "$@" > valitest.c
46 echo "${GPERF} -I -L ANSI-C $@ > valitest.c"
47 ${GPERF} -I -L ANSI-C "$@" > valitest.c
54 echo "${GPERF} -I -L C++ $@ > valitest.c"
55 ${GPERF} -I -L C++ "$@" > valitest.c
H A DMakefile.in53 GPERF = ../src/gperf
72 $(GPERF) -c -l -S1 -I -o $(srcdir)/c.gperf > cinset.c
78 $(GPERF) -k1,4,'$$' -I $(srcdir)/ada.gperf > adainset.c
84 $(GPERF) -D -k1,'$$' -s 2 -I -o $(srcdir)/adadefs.gperf > preinset.c
91 $(GPERF) -k1,2,'$$' -I -o $(srcdir)/modula3.gperf > m3inset.c
98 $(GPERF) -o -S2 -I < $(srcdir)/pascal.gperf > pinset.c
106 $(GPERF) -k1 -t -I -K foreign_name < $(srcdir)/lang-utf8.gperf > lu8inset.c
117 $(GPERF) -k4 -t -l -I -K foreign_name < $(srcdir)/lang-ucs2.gperf > lu2inset.c
158 $(GPERF) -m5 < $(srcdir)/permut2.gperf | $(POSTPROCESS_FOR_MINGW) > permut2.out
160 $(GPERF) -m5 < $(srcdir)/permut3.gperf | $(POSTPROCESS_FOR_MINGW) > permut3.out
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=/usr/bin/gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=/usr/bin/gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/devel/oniguruma/oniguruma-6.9.7.1/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/www/zola/zola-0.15.2/cargo-crates/onig_sys-69.7.1/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dmake_unicode_fold.sh3 GPERF=gperf
14 ${GPERF} ${GPERF_OPT} -F,-1,0 -N onigenc_unicode_unfold_key unicode_unfold_key.gperf > ${TMP0}
17 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold1_key unicode_fold1_key.gperf > ${TMP1}
20 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold2_key unicode_fold2_key.gperf > ${TMP2}
23 ${GPERF} ${GPERF_OPT} -F,-1 -N onigenc_unicode_fold3_key unicode_fold3_key.gperf > ${TMP3}

12345678910>>...28