Searched defs:StringList (Results 1 – 1 of 1) sorted by relevance
59 pub type StringList = _stringlist; typedef2057 pub fn sl_add(sl: *mut StringList, n: *mut c_char) -> c_int; in sl_add()2058 pub fn sl_free(sl: *mut StringList, i: c_int); in sl_free()2059 pub fn sl_find(sl: *mut StringList, n: *mut c_char) -> *mut c_char; in sl_find()