Home
last modified time | relevance | path

Searched refs:entrybox_text (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dentry.c51 if(!(len=strlen(entry_text))) GLOBALS->entrybox_text=NULL; in enter_callback()
52 else strcpy((GLOBALS->entrybox_text=(char *)malloc_2(len+1)),entry_text); in enter_callback()
67 GLOBALS->entrybox_text=NULL; in destroy_callback()
96 GLOBALS->entrybox_text = s; in entrybox()
101 GLOBALS->entrybox_text = NULL; in entrybox()
114 if(!len) GLOBALS->entrybox_text=NULL; in entrybox()
115 else strcpy((GLOBALS->entrybox_text=(char *)malloc_2(len+1)),out_text_entry); in entrybox()
121 GLOBALS->entrybox_text = NULL; in entrybox()
H A Dgconf.c162 char *e_copy = GLOBALS->entrybox_text; in user_function()
163 GLOBALS->entrybox_text=strdup_2(str2); in user_function()
166 GLOBALS->entrybox_text = e_copy; in user_function()
183 char *e_copy = GLOBALS->entrybox_text; in user_function()
188 GLOBALS->entrybox_text = e_copy; in user_function()
494 char *e_copy = GLOBALS->entrybox_text; in move_to_time_callback()
495 GLOBALS->entrybox_text=strdup_2(str); in move_to_time_callback()
499 GLOBALS->entrybox_text = e_copy; in move_to_time_callback()
533 char *e_copy = GLOBALS->entrybox_text; in zoom_size_callback()
534 GLOBALS->entrybox_text=strdup_2(str); in zoom_size_callback()
[all …]
H A Dmenu.c1019 if(GLOBALS->entrybox_text)
1536 if(GLOBALS->entrybox_text)
4847 if(GLOBALS->entrybox_text)
5404 if(GLOBALS->entrybox_text) { free_2(GLOBALS->entrybox_text); GLOBALS->entrybox_text=NULL; }
5441 if(GLOBALS->entrybox_text)
5477 if(GLOBALS->entrybox_text)
5485 …if((GLOBALS->entrybox_text[0] >= 'A' && GLOBALS->entrybox_text[0] <= 'Z')||(GLOBALS->entrybox_text
5563 if(GLOBALS->entrybox_text)
5612 if(GLOBALS->entrybox_text)
6910 int shamt = GLOBALS->entrybox_text ? atoi(GLOBALS->entrybox_text) : 0;
[all …]
H A Dglobals.h234 char *entrybox_text; /* from entry.c 83 */ member