Home
last modified time | relevance | path

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

/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dspecials.cc491 std::vector<std::string> tickitems; in new_graph_in_shell() local
492 while (std::getline(ss, tickitem, ',')) { tickitems.push_back(tickitem); } in new_graph_in_shell()
496 double scale = (tickitems.size() - 1) / s->scale; in new_graph_in_shell()
499 const char *tick = tickitems[v].c_str(); in new_graph_in_shell()
500 size_t itemlen = tickitems[v].size(); in new_graph_in_shell()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dspecials.cc491 std::vector<std::string> tickitems; in new_graph_in_shell() local
492 while (std::getline(ss, tickitem, ',')) { tickitems.push_back(tickitem); } in new_graph_in_shell()
496 double scale = (tickitems.size() - 1) / s->scale; in new_graph_in_shell()
499 const char *tick = tickitems[v].c_str(); in new_graph_in_shell()
500 size_t itemlen = tickitems[v].size(); in new_graph_in_shell()