Home
last modified time | relevance | path

Searched refs:end_command (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/math/pspp/pspp-1.4.1/tests/language/lexer/
H A Dsegment.at137 end_command .
142 end_command .
153 end_command .
158 end_command .
163 end_command .
167 end_command .
171 end_command .
185 end_command .
614 end_command
629 end_command
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DHTFWriter.c327 if (me->end_command && me->end_command[0]) in HTFWriter_free()
328 LYSystem(me->end_command); in HTFWriter_free()
428 FREE(me->end_command); in HTFWriter_free()
445 LYSystem(me->end_command); in HTFWriter_free()
473 FREE(me->end_command); in HTFWriter_free()
494 _HTProgress(me->end_command); in HTFWriter_free()
502 LYSystem(me->end_command); in HTFWriter_free()
538 FREE(me->end_command); in HTFWriter_free()
576 FREE(me->end_command); in HTFWriter_abort()
630 me->end_command = NULL; in HTFWriter_new()
[all …]
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DHTFWriter.c327 if (me->end_command && me->end_command[0]) in HTFWriter_free()
328 LYSystem(me->end_command); in HTFWriter_free()
428 FREE(me->end_command); in HTFWriter_free()
445 LYSystem(me->end_command); in HTFWriter_free()
473 FREE(me->end_command); in HTFWriter_free()
494 _HTProgress(me->end_command); in HTFWriter_free()
502 LYSystem(me->end_command); in HTFWriter_free()
538 FREE(me->end_command); in HTFWriter_free()
576 FREE(me->end_command); in HTFWriter_abort()
630 me->end_command = NULL; in HTFWriter_new()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dwd1010.cpp288 void wd1010_device::end_command() in end_command() function in wd1010_device
451 end_command(); in write()
502 end_command(); in cmd_restore()
516 end_command(); in cmd_read_sector()
538 end_command(); in cmd_read_sector()
645 end_command(); in cmd_write_sector()
655 end_command(); in cmd_scan_id()
661 end_command(); in cmd_seek()
H A Dwd1000.cpp235 void wd1000_device::end_command() in end_command() function in wd1000_device
521 end_command(); in write()
570 end_command(); in cmd_restore()
608 end_command(); in cmd_write_sector()
627 end_command(); in cmd_format_sector()
632 end_command(); in cmd_seek()
H A Dwd1000.h92 void end_command();
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dwd1010.cpp288 void wd1010_device::end_command() in end_command() function in wd1010_device
451 end_command(); in write()
502 end_command(); in cmd_restore()
516 end_command(); in cmd_read_sector()
538 end_command(); in cmd_read_sector()
645 end_command(); in cmd_write_sector()
655 end_command(); in cmd_scan_id()
661 end_command(); in cmd_seek()
H A Dwd1000.cpp235 void wd1000_device::end_command() in end_command() function in wd1000_device
521 end_command(); in write()
570 end_command(); in cmd_restore()
608 end_command(); in cmd_write_sector()
627 end_command(); in cmd_format_sector()
632 end_command(); in cmd_seek()
H A Dwd1000.h92 void end_command();
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTFSave.c33 char * end_command; /* Command to execute */ member
69 if (me->end_command) system(me->end_command); /* SECURITY HOLE!!! */ in HTFileSave_free()
73 HT_FREE(me->end_command); in HTFileSave_free()
86 HT_FREE(me->end_command); in HTFileSave_abort()
275 …if ((me->end_command = (char *) HT_MALLOC((strlen((char *) param) + 10 + 3*strlen(filename)))) ==… in HTSaveAndExecute()
277 sprintf (me->end_command, in HTSaveAndExecute()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dptt.cc76 end_command(void) in end_command() function
87 end_command(); in g_cmd()
96 end_command(); in s_cmd()
126 end_command(); in r_cmd()
137 end_command(); in S_cmd()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcmd_generic.c51 static void end_command(struct gen_info *gen) in end_command() function
118 end_command(gen); in next_or_end()
134 end_command(gen); in all_then_end()
188 end_command(&gen); in cmd_generic()
198 end_command(&gen); in cmd_generic()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_disclib.c1277 static void end_command (CVPTR cvptr, UNIT *uptr, CNTLR_STATUS status);
2169 end_command (cvptr, uptr, /* then report the error */ in continue_command()
2241 end_command (cvptr, uptr, Normal_Completion); /* complete the command */ in continue_command()
3408 static void end_command (CVPTR cvptr, UNIT *uptr, CNTLR_STATUS status) in end_command() function
3505 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in start_read()
3607 end_command (cvptr, uptr, cvptr->status); /* then report the indicated status */ in end_read()
3616 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in end_read()
3690 end_command (cvptr, uptr, Status_2_Error); /* then fail with a status error */ in start_write()
3752 end_command (cvptr, uptr, Access_Not_Ready); /* then terminate the command */ in end_write()
3782 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in end_write()
[all …]
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_disclib.c1278 static void end_command (CVPTR cvptr, UNIT *uptr, CNTLR_STATUS status);
2170 end_command (cvptr, uptr, /* then report the error */ in continue_command()
2242 end_command (cvptr, uptr, Normal_Completion); /* complete the command */ in continue_command()
3409 static void end_command (CVPTR cvptr, UNIT *uptr, CNTLR_STATUS status) in end_command() function
3506 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in start_read()
3608 end_command (cvptr, uptr, cvptr->status); /* then report the indicated status */ in end_read()
3617 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in end_read()
3691 end_command (cvptr, uptr, Status_2_Error); /* then fail with a status error */ in start_write()
3753 end_command (cvptr, uptr, Access_Not_Ready); /* then terminate the command */ in end_write()
3783 end_command (cvptr, uptr, Normal_Completion); /* then complete the command */ in end_write()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/lacheck/
H A Dlacheck.l151 void print_bad_match(char *end_command, int type);
152 int check_top_level_end(char *end_command, int type);
1055 void print_bad_match(char *end_command, int type)
1060 print_eg_command(end_command, type);
1071 int check_top_level_end(char *end_command, int type)
1078 print_eg_command(end_command, type);
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-lex.r/simple-lex.d/
H A Dinput.l1092 void print_bad_match(end_command,type)
1093 char *end_command;
1099 eg_command( end_command , type) ) ;
1110 int check_top_level_end(end_command,type)
1111 char *end_command;
1119 eg_command( end_command, type )) ;
/dports/textproc/lacheck/lacheck-1.26/
H A Dlacheck.lex1078 void print_bad_match(end_command,type)
1079 char *end_command;
1085 eg_command( end_command , type) ) ;
1094 int check_top_level_end(end_command,type)
1095 char *end_command;
1103 eg_command( end_command, type )) ;
H A Dlacheck.c4130 void print_bad_match(end_command,type) in print_bad_match() argument
4131 char *end_command; in print_bad_match()
4137 eg_command( end_command , type) ) ;
4146 int check_top_level_end(end_command,type) in check_top_level_end() argument
4147 char *end_command; in check_top_level_end()
4155 eg_command( end_command, type )) ;
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dend_line.c1296 char *end_command = 0; in end_line_misc_line() local
1346 end_command = read_command_name (&line); in end_line_misc_line()
1347 if (end_command) in end_line_misc_line()
1350 end_id = lookup_command (end_command); in end_line_misc_line()
1354 free (end_command); end_command = 0; in end_line_misc_line()
1381 free (end_command); end_command = 0; in end_line_misc_line()
1384 if (end_command) in end_line_misc_line()
1387 end_command); in end_line_misc_line()
1389 if (end_command in end_line_misc_line()
1757 if (end_command) /* Set above */ in end_line_misc_line()
[all …]
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/autocomplete/session/
H A Dsession_default.py213 end_command = text.replace('\\begin', '\\end')
214 end_command_bracket_position = end_command.find('}')
216 end_command = end_command[:end_command_bracket_position + 1]
217 …et_buffer().replace_range_no_user_action(start_iter_end, end_iter_end, end_command, indent_lines=F…
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/
H A DParserNonXS.pm2921 my $end_command;
2944 $end_command = $1;
2946 if (!exists $block_commands{$end_command}) {
2949 $end_command = undef;
2959 $end_command = undef;
2963 if (defined($end_command));
2966 and defined($end_command)) {
3093 if ($end_command) {
3123 if ($close_preformatted_commands{$end_command});
3565 my $end_command = $2;
[all …]
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DTexinfoXML.pm1321 my $end_command = $root->{'extra'}->{'end_command'};
1322 my $end_command_space = [_leading_spaces($end_command)];
1628 my $end_command = $root->{'extra'}->{'end_command'};
1632 if ($end_command) {
1633 my $end_spaces = _end_line_spaces($end_command);
1636 .= $self->_end_line_or_comment($end_command)
1637 if ($end_command->{'args'});
/dports/editors/setzer/Setzer-0.4.1/setzer/document/source_buffer/
H A Dsource_buffer.py452 end_command = text.replace('\\begin', '\\end')
453 end_command_bracket_position = end_command.find('}')
455 end_command = end_command[:end_command_bracket_position + 1]
456 text += '\n\t•\n' + end_command
461 if end_command.find('•') >= 0:
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-script.h30 end_command, enumerator
/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/sql/
H A Devent_trigger.sql353 CREATE OR REPLACE FUNCTION end_command() function
371 WHEN TAG IN ('CREATE POLICY', 'ALTER POLICY', 'DROP POLICY') EXECUTE PROCEDURE end_command();

1234567