Home
last modified time | relevance | path

Searched refs:BLANK_LINE (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/
H A Dpcsc-wirecheck-gen.c110 BLANK_LINE ();
114 BLANK_LINE ();
119 BLANK_LINE ();
148 BLANK_LINE ();
154 BLANK_LINE ();
158 BLANK_LINE ();
164 BLANK_LINE ();
169 BLANK_LINE ();
179 BLANK_LINE ();
188 BLANK_LINE ();
[all …]
/dports/archivers/qpress/qpress-11-source/
H A Dqpress.cpp77 #define BLANK_LINE "\r \r" macro
226 PRINT(FATAL_ERROR, "\r%s\r%s: ", BLANK_LINE, "qpress"); in abort()
299 … PRINT(WARNING, "%s%s: -P1 not supported by this OS - using -P2 instead\n", BLANK_LINE, "qpress"); in parse_flags()
601 …PRINT(COUNTER_UPDATE, "%s Wrote %s MiB (%d MiB/s)\r", BLANK_LINE, delimiter(payload_counter >> … in update_statusbar()
635 PRINT(WARNING, "%sData from other files may be appended to this file\n\n", BLANK_LINE); in recover()
815 PRINT(FILES_PROCESSED, "%s %s\n", BLANK_LINE, filename.c_str()); in compress_file()
838 …PRINT(WARNING, "%s%s: Error opening source file '%s' - skipped\n", BLANK_LINE, "qpress", input_fil… in compress_file()
883 PRINT(FILES_PROCESSED, "%s%s%s\n", BLANK_LINE, base_dir.c_str(), DELIM_STR); in compress_directory()
959 … PRINT(FILES_PROCESSED, "%s%s%s\n", BLANK_LINE, remove_leading_curdir(curdir).c_str(), DELIM_STR); in decompress_directory()
976 PRINT(FILES_PROCESSED, "%s %s\n", BLANK_LINE, tmp); in decompress_directory()
[all …]
/dports/finance/beanie/beanie-0.8.2/gui/
H A Dreport.c60 #define BLANK_LINE "\t__________________________\n" macro
137 gtk_text_buffer_insert(bp, &iter, BLANK_LINE, -1); in reportline()
/dports/math/octave/octave-6.4.0/build-aux/
H A Dmk-opts.pl72 $BLANK_LINE = qr/^\s*$/;
98 next LINE if /$BLANK_LINE/;
143 next if /$BLANK_LINE/;
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_parser.mly80 %token BLANK_LINE
169 | BLANK_LINE { Newline }
H A Dodoc_text_lexer.mll824 BLANK_LINE
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_parser.mly80 %token BLANK_LINE
169 | BLANK_LINE { Newline }
/dports/devel/py-poyo/poyo-0.5.0/src/poyo/
H A Dparser.py17 BLANK_LINE,
90 (BLANK_LINE, self.parse_blankline),
H A Dpatterns.py54 BLANK_LINE = re.compile(_BLANK_LINE, re.MULTILINE) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/yaml/
H A Dutil.d.ts28 BLANK_LINE = 'BLANK_LINE',
H A Dparse-cst.d.ts116 type: Type.BLANK_LINE
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/yaml/
H A Dutil.d.ts28 BLANK_LINE = 'BLANK_LINE',
H A Dparse-cst.d.ts116 type: Type.BLANK_LINE
/dports/textproc/words/words-1.97F_3/
H A Ddeveloper_parameters.adb398 BLANK_LINE : STRING(1..80) := (others => ' '); variable
399 LINE, STEM_LINE, PART_LINE, MEAN_LINE : STRING(1..80) := BLANK_LINE;
H A Dmakedict.adb49 S, LINE, BLANK_LINE : STRING(1..400) := (others => ' '); variable
132 S := BLANK_LINE;
H A Dwakedict.adb49 S, LINE, BLANK_LINE : STRING(1..400) := (others => ' '); variable
132 S := BLANK_LINE;
H A Dline_stuff.adb33 LINE, ST_LINE, BLANK_LINE : STRING(1..100) := (others => ' '); variable
67 ST_LINE := BLANK_LINE;
71 LINE := BLANK_LINE;
104 LINE := BLANK_LINE;
H A Dmakeewds.adb60 S, LINE, BLANK_LINE : LINE_TYPE := (others => ' '); variable
732 S := BLANK_LINE;
H A Dparse.adb28 LINE, BLANK_LINE : STRING(1..2500) := (others => ' '); variable
1055 LINE := BLANK_LINE;
/dports/sysutils/foremost/foremost-1.5.7/
H A Dmain.h130 #define BLANK_LINE \ macro
154 #define BLANK_LINE \ macro
/dports/textproc/p5-Pod-WikiDoc/Pod-WikiDoc-0.21/lib/Pod/
H A DWikiDoc.pm383 my $BLANK_LINE = qr{\A \s* \z}xms;
531 $peek =~ $BLANK_LINE && do {
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dengine.cpp117 _TEXT(BLANK_LINE)); in hash_file()
H A Dssdeep.h164 #define BLANK_LINE \ macro
/dports/devel/py-poyo/poyo-0.5.0/tests/
H A Dtest_patterns.py21 match = patterns.BLANK_LINE.match(" \nfoobar")
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-yaml.mjs15BLANK_LINE"===t.contents[n].type?t.contents.splice(n,1):e(t.contents[n]);for(n=t.directives.length… property in bo

12