Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-data.h198 # define MAX_LOCATOR_ELEMENT_LEN PATH_MAX macro
200 # define MAX_LOCATOR_ELEMENT_LEN 1024 macro
207 char full_name[MAX_LOCATOR_ELEMENT_LEN];
208 char proc_name[MAX_LOCATOR_ELEMENT_LEN];
H A Dtui-stack.c294 strcat_to_buf (element->full_name, MAX_LOCATOR_ELEMENT_LEN, fullname); in tui_set_locator_fullname()
318 strcat_to_buf (element->proc_name, MAX_LOCATOR_ELEMENT_LEN, procname); in tui_set_locator_info()