Lines Matching defs:print
21 Default: search ".", match all, -print matches.
50 -print Print match with newline -print0 Print match with null
213 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse;
267 // print: saw one of print/ok/exec, no need for default -print
329 } else if (!strcmp(s, "print") || !strcmp("print0", s)) {
330 print++;
520 print++;
602 print++;
679 // If there was no action, print
680 if (!print && test) do_print(new, '\n');