Searched refs:next_command (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_proto.c | 1474 VSTRING *next_command = vstring_alloc(100); in smtp_loop() local 1496 vstring_free(next_command); \ in smtp_loop() 1610 vstring_strcpy(next_command, XFORWARD_CMD); in smtp_loop() 1613 vstring_strcat(next_command, " " XFORWARD_NAME "="); in smtp_loop() 1614 xtext_quote_append(next_command, request->client_name, ""); in smtp_loop() 1618 vstring_strcat(next_command, " " XFORWARD_ADDR "="); in smtp_loop() 1619 xtext_quote_append(next_command, request->client_addr, ""); in smtp_loop() 1623 vstring_strcat(next_command, " " XFORWARD_PORT "="); in smtp_loop() 1624 xtext_quote_append(next_command, request->client_port, ""); in smtp_loop() 1633 vstring_strcpy(next_command, XFORWARD_CMD); in smtp_loop() [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/ |
H A D | input.cpp | 410 Char next_command(void); // go to next command, evt. diff. line 968 next_command(void) in next_command() function 1598 command = next_command(); in do_file() 1622 command = next_command(); in do_file() 1642 command = next_command(); in do_file() 1656 command = next_command(); in do_file()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 982 goto next_command; in start_job_command() 1063 next_command: in start_job_command() 1117 goto next_command; in start_job_command() 1129 goto next_command; in start_job_command()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1990 | 245 (step_command, next_command, stepi_command, nexti_command):
|
H A D | ChangeLog-2017 | 3532 (finish_command, next_command, step_command, until_command)
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1990 | 245 (step_command, next_command, stepi_command, nexti_command):
|
H A D | ChangeLog-2017 | 3532 (finish_command, next_command, step_command, until_command)
|