Home
last modified time | relevance | path

Searched refs:MAX_LOCATOR_ELEMENT_LEN (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gdb/gdb/tui/
HDtui-data.h194 #define MAX_LOCATOR_ELEMENT_LEN 100 macro
199 char file_name[MAX_LOCATOR_ELEMENT_LEN];
200 char proc_name[MAX_LOCATOR_ELEMENT_LEN];
HDtui-stack.c284 strcat_to_buf (element->file_name, MAX_LOCATOR_ELEMENT_LEN, filename); in tui_set_locator_filename()
304 strcat_to_buf (element->proc_name, MAX_LOCATOR_ELEMENT_LEN, procname); in tui_set_locator_info()