HomeSort by: relevance | last modified time | path
    Searched defs:__line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_trace.h 523 std::string __line; local
525 while (std::getline(__conf_file, __line))
527 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
529 if (__line.length() <= 0 || __line[__i] == '#')
535 __line.erase(__remove(__line.begin(), __line.end(), ' '),
536 __line.end());
537 std::string::size_type __pos = __line.find("=")
    [all...]
  /src/lib/libcurses/
curses_private.h 60 * A window is an array of __LINE structures pointed to by the 'lines' pointer.
84 struct __line { struct
107 __LINE **alines; /* Array of pointers to the lines */
108 __LINE *lspace; /* line space (for cleanup) */
351 int _cursesi_addbyte(WINDOW *, __LINE **, int *, int *, int , attr_t, int);
352 int _cursesi_addwchar(WINDOW *, __LINE **, int *, int *, const cchar_t *,

Completed in 18 milliseconds