Home
last modified time | relevance | path

Searched refs:rest_of_line (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dtextbox.c131 int rest_of_line; in update_text_lines() local
148 rest_of_line = text_box_x + 1 - cur_x; in update_text_lines()
149 if (rest_of_line > 0) in update_text_lines()
150 wprintw(text_widget.window, "%*s", rest_of_line, ""); in update_text_lines()
/third_party/boost/tools/quickbook/src/
Dsyntax_highlight.cpp231 >> (line_start | rest_of_line) in definition()
232 >> *rest_of_line in definition()
240 rest_of_line = in definition()
356 cl::rule<Scanner> program, line_start, rest_of_line, macro, member
/third_party/glib/gio/gdbus-2.0/codegen/
Dparser.py86 rest_of_line = line[colon_index + 2 :].strip()
87 if len(rest_of_line) > 0:
88 body += "<para>" + rest_of_line + "</para>"