HomeSort by: relevance | last modified time | path
    Searched refs:next_command (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 1690 VSTRING *next_command = vstring_alloc(100); local
1712 vstring_free(next_command); \
1826 vstring_strcpy(next_command, XFORWARD_CMD);
1829 vstring_strcat(next_command, " " XFORWARD_NAME "=");
1830 xtext_quote_append(next_command, request->client_name, "");
1834 vstring_strcat(next_command, " " XFORWARD_ADDR "=");
1835 xtext_quote_append(next_command, request->client_addr, "");
1839 vstring_strcat(next_command, " " XFORWARD_PORT "=");
1840 xtext_quote_append(next_command, request->client_port, "");
1849 vstring_strcpy(next_command, XFORWARD_CMD)
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 410 Char next_command(void); // go to next command, evt. diff. line
960 /* next_command():
968 next_command(void) function
1598 command = next_command();
1622 command = next_command();
1642 command = next_command();
1656 command = next_command();
  /src/external/gpl2/gmake/dist/
job.c 988 goto next_command;
1069 next_command:
1123 goto next_command;
1135 goto next_command;
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 769 next_command (const char *count_string, int from_tty)
3269 = add_com ("next", class_run, next_command, _("\
767 next_command (const char *count_string, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 766 next_command (const char *count_string, int from_tty)
3265 = add_com ("next", class_run, next_command, _("\
764 next_command (const char *count_string, int from_tty) function

Completed in 40 milliseconds