Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dlineedit_ptr_hack.c8 struct lineedit_statics;
14 struct lineedit_statics *lineedit_ptr_to_statics;
21 struct lineedit_statics *const lineedit_ptr_to_statics __attribute__ ((section (".data")));
Dlineedit.c139 struct lineedit_statics { struct
192 extern struct lineedit_statics *BB_GLOBAL_CONST lineedit_ptr_to_statics; argument