Lines Matching defs:proto
25 * proto - make prototyped C compatible with K&R, ANSI, C++
35 "[-?\n@(#)$Id: proto (AT&T Research) 2012-02-20 $\n]"
37 "[+NAME?proto - make prototyped C source compatible with K&R, ANSI and C++]"
62 "[i:inverse?Specifies inverse proto: classic function definitions are"
291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags)
600 b = "Usage: proto [-dfhinprstvzP+S] [-C directory] [-e package] [-l file]\n [-o \"name='value' ...\"] [-L file] file ...\n";
608 error_info.id = "proto";
712 flags = proto(buf, license, options, package, copy, type(buf, comment), flags);
719 do flags = proto(file, license, options, package, copy, type(file, comment), flags); while (file = *++argv);
721 flags = proto(file, license, options, package, copy, type(file, comment), flags);