Home
last modified time | relevance | path

Searched refs:MAX_PROMPT_LENGTH (Results 1 – 22 of 22) sorted by relevance

/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dlogname.c64 #define MAX_PROMPT_LENGTH 300 macro
70 if ( p == NULL ) p = malloc( MAX_PROMPT_LENGTH );
81 while ( *ep != 0 && i < MAX_PROMPT_LENGTH-4 )
86 if ( sizeof( SYSTEM ) + i > MAX_PROMPT_LENGTH ) break;
107 if ( i + strlen(un.sysname) +1 > MAX_PROMPT_LENGTH ) break;
111 if ( i + strlen(un.machine) +1 > MAX_PROMPT_LENGTH ) break;
125 if ( i + strlen(CallerId) +1 > MAX_PROMPT_LENGTH ) break;
132 if ( i + strlen(Device) +1 > MAX_PROMPT_LENGTH ) break;
140 if ( strlen(h) +1 +i > MAX_PROMPT_LENGTH ) break;
146 if ( strlen(Connect) +1 +i > MAX_PROMPT_LENGTH ) break;
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dfwin.h232 #ifndef MAX_PROMPT_LENGTH
233 # define MAX_PROMPT_LENGTH 80 macro
487 #ifndef MAX_PROMPT_LENGTH
488 # define MAX_PROMPT_LENGTH 80 macro
490 extern char fwin_prompt_string[MAX_PROMPT_LENGTH];
H A Dcslread.h108 #ifndef MAX_PROMPT_LENGTH
109 # define MAX_PROMPT_LENGTH 256 macro
111 extern char prompt_string[MAX_PROMPT_LENGTH];
H A Dstream.h114 #ifndef MAX_PROMPT_LENGTH
115 # define MAX_PROMPT_LENGTH 256
117 extern char memory_print_buffer[MAX_PROMPT_LENGTH];
H A Dtermed.c314 #ifndef MAX_PROMPT_LENGTH
315 # define MAX_PROMPT_LENGTH 80
326 if (prompt_length > MAX_PROMPT_LENGTH) prompt_length = MAX_PROMPT_LENGTH;
H A Dfasl.c3394 char prompt_string[MAX_PROMPT_LENGTH];
3412 memcpy(prompt_string, memory_print_buffer, MAX_PROMPT_LENGTH); in Lsetpchar()
3413 prompt_string[MAX_PROMPT_LENGTH-1] = 0; in Lsetpchar()
H A Dfwin.c202 char fwin_prompt_string[MAX_PROMPT_LENGTH] = "> ";
H A Dprint.c3581 char memory_print_buffer[MAX_PROMPT_LENGTH];
3586 if (n < MAX_PROMPT_LENGTH-1) in count_character()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dcslread.h104 #define MAX_PROMPT_LENGTH 80 macro
105 extern char prompt_string[MAX_PROMPT_LENGTH];
H A Dfwin.h233 #define MAX_PROMPT_LENGTH 80 macro
492 extern char fwin_prompt_string[MAX_PROMPT_LENGTH];
H A Dwxfwin.h272 #define MAX_PROMPT_LENGTH 80
544 extern char fwin_prompt_string[MAX_PROMPT_LENGTH];
H A Dfasl.cpp553 char prompt_string[MAX_PROMPT_LENGTH];
569 std::memcpy(prompt_string, memory_print_buffer, MAX_PROMPT_LENGTH);
570 prompt_string[MAX_PROMPT_LENGTH-1] = 0;
H A Dstream.h115 #define MAX_PROMPT_LENGTH 80 macro
116 extern char memory_print_buffer[MAX_PROMPT_LENGTH];
H A Dtermed.cpp1031 #define MAX_PROMPT_LENGTH 80 macro
1033 static wchar_t termed_prompt_string[MAX_PROMPT_LENGTH+1] = L">";
1115 if (prompt_length > MAX_PROMPT_LENGTH) prompt_length = in term_setprompt()
1116 MAX_PROMPT_LENGTH; in term_setprompt()
1173 if (prompt_length > MAX_PROMPT_LENGTH) prompt_length = in term_wide_setprompt()
1174 MAX_PROMPT_LENGTH; in term_wide_setprompt()
1180 wchar_t temp[MAX_PROMPT_LENGTH+1]; in term_wide_setprompt()
H A Dwxfwin.cpp282 char fwin_prompt_string[MAX_PROMPT_LENGTH] = "> ";
H A Dfwin.cpp408 char fwin_prompt_string[MAX_PROMPT_LENGTH] = "> ";
H A Dprint.cpp4109 char memory_print_buffer[MAX_PROMPT_LENGTH];
4117 if (n < MAX_PROMPT_LENGTH-1) in count_character()
H A Dwxterminal.cpp406 uint32_t unicodePrompt[MAX_PROMPT_LENGTH];
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A Dfwin.h233 #define MAX_PROMPT_LENGTH 80 macro
492 extern char fwin_prompt_string[MAX_PROMPT_LENGTH];
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dtermed.cpp1031 #define MAX_PROMPT_LENGTH 80 macro
1033 static wchar_t termed_prompt_string[MAX_PROMPT_LENGTH+1] = L">";
1115 if (prompt_length > MAX_PROMPT_LENGTH) prompt_length = in term_setprompt()
1116 MAX_PROMPT_LENGTH; in term_setprompt()
1173 if (prompt_length > MAX_PROMPT_LENGTH) prompt_length = in term_wide_setprompt()
1174 MAX_PROMPT_LENGTH; in term_wide_setprompt()
1180 wchar_t temp[MAX_PROMPT_LENGTH+1]; in term_wide_setprompt()
H A DFXTerminal.cpp4147 static char promptString[MAX_PROMPT_LENGTH] = "> ";
4152 strncpy(promptString, fwin_prompt_string, MAX_PROMPT_LENGTH); in requestSetPrompt()
4153 promptString[MAX_PROMPT_LENGTH-1] = 0; in requestSetPrompt()
H A Dfwin.cpp408 char fwin_prompt_string[MAX_PROMPT_LENGTH] = "> ";