Lines Matching full:world
336 const char *word = "hello#world";
350 const char *word[] = { "hello", "world" };
417 t_fprintf(tf, "\\\nhello world\n");
443 t_fprintf(tf, "hello\\\n world\n");
611 t_fprintf(tf, "'hello world'\n");
613 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
624 t_fprintf(tf, "\"hello world\"\n");
626 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
642 t_fprintf(tf, "'hello 'world\n");
644 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
655 t_fprintf(tf, "\"hello \"world\n");
657 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
668 t_fprintf(tf, "hello' 'world\n");
670 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
681 t_fprintf(tf, "hello\" \"world\n");
683 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
694 t_fprintf(tf, "hello' world'\n");
696 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
707 t_fprintf(tf, "hello\" world\"\n");
709 ret = orw_expect(tf, "hello world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
905 t_fprintf(tf, "hello \\\n world\n");
908 orw_expect(tf, "world", 1 /*lines*/, 0 /*eof*/, 1 /*eol*/);
919 t_fprintf(tf, "hello\\\n world\n");
922 orw_expect(tf, "world", 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
936 orw_expect(tf, "world", 1 /*lines*/, 0 /*eof*/, 1 /*eol*/);