Searched refs:rest_of_line (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/gpl2/texinfo/dist/makeinfo/ |
H A D | insertion.c | 2109 char *rest_of_line, *item_func; in cm_item() local 2120 get_rest_of_line (0, &rest_of_line); in cm_item() 2130 if (*rest_of_line) in cm_item() 2230 if (*rest_of_line) in cm_item() 2265 execute_string ("%s{%s}", item_func, rest_of_line); in cm_item() 2267 execute_string ("%s", rest_of_line); in cm_item() 2288 execute_string ("%s{%s}", item_func, rest_of_line); in cm_item() 2290 execute_string ("%s", rest_of_line); in cm_item() 2337 execute_string ("%s{%s}", item_func, rest_of_line); in cm_item() 2339 execute_string ("%s", rest_of_line); in cm_item() [all …]
|
/netbsd/external/bsd/atf/dist/tools/ |
H A D | parser.hpp | 164 std::string rest_of_line(void); 306 tokenizer< IS >::rest_of_line(void) in rest_of_line() function in tools::parser::tokenizer 334 std::string rest_of_line(void); 438 parser< TKZ >::rest_of_line(void) in rest_of_line() function in tools::parser::parser 440 return m_tkz.rest_of_line(); in rest_of_line()
|
H A D | reader.cpp | 221 got_info(t.text(), tools::text::trim(p.rest_of_line())); in read_info() 288 reason = tools::text::trim(p.rest_of_line()); in read_tp() 331 std::string line = p.rest_of_line(); in read_tc() 381 std::string reason = tools::text::trim(p.rest_of_line()); in read_tc()
|
H A D | config_file.cpp | 173 (void)p.rest_of_line(); in read() 185 (void)p.rest_of_line(); in read()
|
H A D | atffile.cpp | 158 (void)p.rest_of_line(); in read() 187 (void)p.rest_of_line(); in read()
|
H A D | test-program.cpp | 510 const std::string value = tools::text::trim(p.rest_of_line()); in read()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 112 const char *rest_of_line, int linenum); 177 const char *rest_of_line, int linenum) in add_unary_op() argument 179 int operand = atoi (rest_of_line); in add_unary_op()
|
H A D | toyvm.c | 118 const char *rest_of_line, int linenum) in add_unary_op() argument 120 int operand = atoi (rest_of_line); in add_unary_op()
|
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 112 const char *rest_of_line, int linenum); 177 const char *rest_of_line, int linenum) in add_unary_op() argument 179 int operand = atoi (rest_of_line); in add_unary_op()
|
H A D | toyvm.c | 118 const char *rest_of_line, int linenum) in add_unary_op() argument 120 int operand = atoi (rest_of_line); in add_unary_op()
|