Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dsystems.c295 GetLabel(char *line, const char *filename, int linenum) in GetLabel() function
375 if ((cp = GetLabel(cp, filename, linenum)) == NULL) in ReadSystem()
394 cp = GetLabel(cp, filename, linenum); in ReadSystem()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1934 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction