Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/dports/editors/biew/biew-610/plugins/bin/
H A Drdoff.c150 tBool is_eof; in rdoff_ShowExport() local
152 is_eof = False; in rdoff_ShowExport()
208 tBool is_eof; in rdoff_FindExport() local
210 is_eof = False; in rdoff_FindExport()
254 tBool is_eof; in rdoff_ShowModRef() local
256 is_eof = False; in rdoff_ShowModRef()
295 tBool is_eof; in rdoff_ShowImport() local
297 is_eof = False; in rdoff_ShowImport()
616 tBool is_eof; in rdoff_ReadPubNameList() local
618 is_eof = False; in rdoff_ReadPubNameList()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cssparser/src/
H A Dtokenizer.rs332 if self.is_eof() { in next_byte()
457 while !self.is_eof() { in skip_whitespace()
480 while !self.is_eof() { in skip_cdc_and_cdo()
535 if tokenizer.is_eof() { in next_token()
680 while !tokenizer.is_eof() { in consume_whitespace()
727 while !tokenizer.is_eof() { in consume_comment()
771 if tokenizer.is_eof() { in consume_quoted_string()
812 while !tokenizer.is_eof() { in consume_quoted_string()
914 if tokenizer.is_eof() { in consume_name()
937 while !tokenizer.is_eof() { in consume_name()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/cssparser/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cssparser-0.25.9/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cssparser/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cssparser/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cssparser/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cssparser/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/cssparser-0.27.2/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/cssparser-0.28.1/src/
H A Dtokenizer.rs326 if self.is_eof() { in next_byte()
335 fn is_eof(&self) -> bool { in is_eof() method
459 while !self.is_eof() { in skip_whitespace()
482 while !self.is_eof() { in skip_cdc_and_cdo()
543 if tokenizer.is_eof() { in next_token()
687 while !tokenizer.is_eof() { in consume_whitespace()
733 while !tokenizer.is_eof() { in consume_comment()
778 if tokenizer.is_eof() { in consume_quoted_string()
819 while !tokenizer.is_eof() { in consume_quoted_string()
883 !tokenizer.is_eof() in is_ident_start()
[all …]
/dports/deskutils/gcal/gcal-4.1/src/
H A Dtxt2gcal.c91 Bool * is_eof,
341 Bool *is_eof;
383 *is_eof = FALSE;
426 *is_eof = TRUE;
441 *is_eof = TRUE;
452 *is_eof = TRUE;
474 *is_eof = TRUE;
485 *is_eof = TRUE;
798 if (!is_eof)
846 if (!is_eof)
[all …]
H A Dgcal2txt.c91 Bool * is_eof,
341 Bool *is_eof;
383 *is_eof = FALSE;
426 *is_eof = TRUE;
441 *is_eof = TRUE;
452 *is_eof = TRUE;
474 *is_eof = TRUE;
485 *is_eof = TRUE;
825 if (!is_eof)
851 if (!is_eof)
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dstrfifo.cpp346 is_eof = false; in getLine()
371 is_eof = get_eof(ge_opaque) != 0; in getLine()
373 is_eof = false; in getLine()
434 if (is_eof) in isEOF()
438 is_eof = get_eof(ge_opaque) ? true : false; in isEOF()
440 return is_eof; in isEOF()
450 is_eof = false; in putLine()
457 is_eof = false; in putLine()
464 is_eof = false; in ungetLine()
471 is_eof = false; in ungetLine()
/dports/math/singular/Singular-Release-4-2-1/libpolys/reporter/
H A Ds_buff.cc71 F->is_eof=1; in s_getc()
126 } while((!F->is_eof) && (c<=' ')); in s_readint()
154 } while((!F->is_eof) && (c<=' ')); in s_readlong()
176 while((!F->is_eof)&&(i<len)) in s_readbytes()
197 } while((!F->is_eof) && (c<=' ')); in s_readmpz()
222 } while((!F->is_eof) && (c<=' ')); in s_readmpz_base()
254 if (F!=NULL) return F->is_eof; in s_iseof()
/dports/biology/velvet/velvet_1.2.10/src/
H A Dkseq.h44 int begin, end, is_eof; \
48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
70 if (ks->is_eof && ks->begin >= ks->end) return -1; \
74 if (ks->end < __bufsize) ks->is_eof = 1; \
97 if (ks->begin >= ks->end && ks->is_eof) return -1; \
101 if (!ks->is_eof) { \
104 if (ks->end < __bufsize) ks->is_eof = 1; \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
/dports/biology/velvet/velvet_1.2.10/contrib/shuffleSequences_fasta/
H A Dkseq.h44 int begin, end, is_eof; \
48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
70 if (ks->is_eof && ks->begin >= ks->end) return -1; \
74 if (ks->end < __bufsize) ks->is_eof = 1; \
97 if (ks->begin >= ks->end && ks->is_eof) return -1; \
101 if (!ks->is_eof) { \
104 if (ks->end < __bufsize) ks->is_eof = 1; \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
/dports/biology/fastool/Fastool-0.1.4/
H A Dkseq.h44 int begin, end, is_eof; \
48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
70 if (ks->is_eof && ks->begin >= ks->end) return -1; \
74 if (ks->end < __bufsize) ks->is_eof = 1; \
97 if (ks->begin >= ks->end && ks->is_eof) return -1; \
101 if (!ks->is_eof) { \
104 if (ks->end < __bufsize) ks->is_eof = 1; \
155 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
/dports/biology/py-pywgsim/pywgsim-0.5.2/pywgsim/src/
H A Dkseq.h46 int begin, end, is_eof; \
50 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
51 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
72 if (ks->is_eof && ks->begin >= ks->end) return -1; \
76 if (ks->end < __bufsize) ks->is_eof = 1; \
99 if (ks->begin >= ks->end && ks->is_eof) return -1; \
103 if (!ks->is_eof) { \
106 if (ks->end < __bufsize) ks->is_eof = 1; \
157 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dkseq.h48 int begin, end, is_eof; \
52 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
53 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
74 if (ks->is_eof && ks->begin >= ks->end) return -1; \
78 if (ks->end < __bufsize) ks->is_eof = 1; \
101 if (ks->begin >= ks->end && ks->is_eof) return -1; \
105 if (!ks->is_eof) { \
108 if (ks->end < __bufsize) ks->is_eof = 1; \
159 ks->f->is_eof = ks->f->begin = ks->f->end = 0; \
/dports/multimedia/jmref/JM/ldecod/src/
H A Dannexb.c42 annex_b->is_eof = FALSE; in init_annex_b()
66 annex_b->is_eof = TRUE; in getChunk()
166 while(!annex_b->is_eof) in get_annex_b_NALU()
173 if(annex_b->is_eof == TRUE) in get_annex_b_NALU()
216 if (annex_b->is_eof == TRUE) in get_annex_b_NALU()
324 annex_b->is_eof = FALSE; in open_annex_b()
349 annex_b->is_eof = FALSE; in reset_annex_b()
/dports/biology/kallisto/kallisto-0.46.1/src/
H A Dkseq.h43 int begin, end, is_eof; \
48 #define ks_eof(ks) ((ks)->is_eof && (ks)->begin >= (ks)->end)
49 #define ks_rewind(ks) ((ks)->is_eof = (ks)->begin = (ks)->end = 0)
71 if (ks->is_eof && ks->begin >= ks->end) return -1; \
75 if (ks->end == 0) { ks->is_eof = 1; return -1;} \
76 if (ks->end == -1) { ks->is_eof = 1; return -3;}\
103 if (!ks->is_eof) { \
106 if (ks->end == 0) { ks->is_eof = 1; break; } \
107 if (ks->end == -1) { ks->is_eof = 1; return -3; } \
154 #define kseq_rewind(ks) ((ks)->last_char = (ks)->f->is_eof = (ks)->f->begin = (ks)->f->end = 0)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/utilities/
H A Dzlib_decompress.cc70 bool is_eof = false; in main() local
72 while (!is_eof) { in main()
76 is_eof = feof(input_file); in main()
77 if (!is_eof) { in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/
H A Dzlib_decompress.cc74 bool is_eof= false; in main() local
76 while (!is_eof) in main()
82 is_eof= feof(input_file); in main()
83 if (!is_eof) in main()
H A Dlz4_decompress.cc72 bool is_eof= false; in main() local
74 while (!is_eof) in main()
80 is_eof= feof(input_file); in main()
81 if (!is_eof) in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/
H A Dlz4_decompress.cc72 bool is_eof= false; in main() local
74 while (!is_eof) in main()
80 is_eof= feof(input_file); in main()
81 if (!is_eof) in main()

12345678910>>...61