Home
last modified time | relevance | path

Searched refs:line_ok (Results 1 – 13 of 13) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dtable.pm285 my $line_ok = $self->_next_record();
288 if ($line_ok && (! $self->_header_skipped) && $self->header) {
289 $line_ok = $self->_parse_header();
294 return unless $line_ok;
810 my $line_ok = 1;
811 while (defined($line_ok) && ($header_lines > 0)) {
812 $line_ok = $self->_next_record();
816 return $line_ok;
/dports/deskutils/teapot/teapot-2.3.0/
H A Dmain.c178 result=line_ok(msg,0); in doanyway()
370 if (cursheet->mark1x != -1 && line_ok(_("Make block centered:"), 0) <= 0) break; in do_attribute()
406 else n = line_ok(_("Shadow block:"), shadowed(cursheet,x1,y1,z1)); in do_attribute()
430 else n = line_ok(_("Make block transparent:"), transparent(cursheet,x1,y1,z1)); in do_attribute()
441 else n = line_ok(_("Make block bold:"), isbold(cursheet,x1,y1,z1)); in do_attribute()
452 else n = line_ok(_("Make block underlined:"), underlined(cursheet,x1,y1,z1)); in do_attribute()
470 else n = line_ok(_("Lock block:"), locked(cursheet,x1,y1,z1)); in do_attribute()
557 if ((standalone=line_ok(_("Save as stand-alone document:"),1))<0) return standalone; in do_savetbl()
846 if ((c=line_ok(_("Clear block:"),0))<0) return c; in do_clear()
1117 else if (force || (c=line_ok(copy ? _("Copy block:") : _("Move block:"),0))==1) in do_move()
[all …]
H A Ddisplay.h24 int line_ok(const char *prompt, int curx);
H A Ddisplay.c787 int line_ok(const char *prompt, int curx) in line_ok() function
H A Dfteapot.fl702 Function {line_ok(const char *prompt, int curx)} {C return_type int
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTeleinfoBase.cpp395 bool line_ok = false; in isCheckSumOk() local
408 line_ok = true; in isCheckSumOk()
417 line_ok = true; in isCheckSumOk()
428 if (line_ok) in isCheckSumOk()
433 return line_ok; in isCheckSumOk()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/
H A Dtxt2c.c94 goto line_ok; in process_file()
115 line_ok: ; in process_file()
/dports/sysutils/webmin/webmin-1.981/bind8/
H A Dmass_create.cgi287 &line_ok($dom, $type);
315 sub line_ok
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_parse.c130 int line_ok = 1; in is_allowed_spaces() local
139 line_ok = 0; in is_allowed_spaces()
146 line_ok = 0; in is_allowed_spaces()
154 line_ok = 0; in is_allowed_spaces()
161 return line_ok; in is_allowed_spaces()
/dports/ftp/wget/wget-1.21.2/src/
H A Dinit.c670 line_ok, enumerator
708 case line_ok: in run_wgetrc()
906 return line_ok; in parse_line()
999 case line_ok: in run_command()
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DPluginRunner.cpp676 bool line_ok; in processResultXML() local
679 vlinenumber = linenumber.toInt(&line_ok); in processResultXML()
680 if (!line_ok) { in processResultXML()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dportfun.c1261 user_buffer_mode(Scheme_Object *buffer_mode_proc, int mode, int line_ok) in user_buffer_mode() argument
1270 else if (line_ok && SAME_OBJ(v, scheme_line_symbol)) in user_buffer_mode()
1277 line_ok ? "(or/c 'block 'line 'none #f)" : "(or/c 'block 'none #f)", in user_buffer_mode()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dportfun.c1261 user_buffer_mode(Scheme_Object *buffer_mode_proc, int mode, int line_ok) in user_buffer_mode() argument
1270 else if (line_ok && SAME_OBJ(v, scheme_line_symbol)) in user_buffer_mode()
1277 line_ok ? "(or/c 'block 'line 'none #f)" : "(or/c 'block 'none #f)", in user_buffer_mode()