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

/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-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];
H A Dtui-stack.c285 strcat_to_buf (element->file_name, MAX_LOCATOR_ELEMENT_LEN, filename);
305 strcat_to_buf (element->proc_name, MAX_LOCATOR_ELEMENT_LEN, procname);

Completed in 65 milliseconds