/ast/src/lib/libpp/ |
H A D | ppproto.c | 28 * define PROTOMAIN for standalone proto 32 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2012-04-14 $\0\n"; 51 #define GENERATED "/* : : generated by proto : : */\n" 68 typedef struct Proto_s /* proto buffer state */ 102 * proto is separate from pp so these undef's are ok 293 p = strcopy(buf, "proto: "); 296 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local 298 if (proto->line) 300 if (proto->file) 303 p = strcopy(p, proto 368 linesync(register Proto_t* proto, register char* p, register long n) argument 391 init(Proto_t* proto, char* op, int flags) argument 575 lex(register Proto_t* proto, register long flags) argument 2149 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local 2170 register Proto_t* proto; local 2508 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local 2607 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local [all...] |
/ast/src/cmd/INIT/ |
H A D | proto.c | 21 /* : : generated by proto : : */ 80 #line 1 "proto.c" 201 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2012-04-14 $\000\n"; 1417 p = strcopy(buf, "proto: "); 1420 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local 1422 if (proto->line) 1424 if (proto->file) 1427 p = strcopy(p, proto->file); 1433 p = number(p, proto->line); 1435 else if (proto 4414 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local 4424 register Proto_t* proto; local 4751 register Proto_t* proto = (Proto_t*)(iob - sizeof(Proto_t)); local [all...] |
H A D | Makefile | 47 cc ld ldd :PACKAGE_INIT: mamake.c proto.c ratz.c release.c 281 * proto initialization 286 prototyped.h : $(BINDIR)/proto 287 proto -f /dev/null > h.$(tmp).h
|
H A D | package.sh | 510 the converted output files in the \b$PACKAGEROOT/proto/src\b tree. 682 Mproto='<A href=../../man/man1/proto.html>proto</A>(1)' 707 Mproto='proto(1)' 862 ${bB}\$PACKAGEROOT/proto/src${eB} tree. Converted files are then viewpathed over the 1249 package archive using proto(1). 3029 *) for i in package proto nmake 3491 # NOTE: proto.c must be K&R compatible 3497 checkaout proto || return 3498 PROTOROOT=$PACKAGEROOT/proto [all...] |
H A D | iffe.sh | 1152 --pro|--prot|--proto|--protot|--prototy|--prototyp|--prototype|--prototyped) 2397 # be run through proto(1), but we'd like iffe to 2398 # work sans proto -- so we drop the extern's in 3093 *) (proto -r $protoflags $tmp.h) >/dev/null 2>&1
|
/ast/src/cmd/proto/ |
H A D | Makefile | 11 proto :: RELEASE PROMO.mm proto.c 25 :TEST: proto 28 * ../INIT/proto.c is snarfed from the standalone src 34 ../INIT/proto.c :INSTALL: .SCAN.NULL proto.c 47 $(SED) -e 's%".*/src/cmd/proto/%"%' -e 's%".*/src/cmd/%"../%' -e 's%".*/src/lib/%"../../lib/%' |
|
H A D | proto.c | 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) function 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(fil [all...] |
/ast/src/cmd/tests/cdt/ |
H A D | tbags.c | 60 Obj_t *p, *o, *obj, proto; local 110 proto.key = mid; 111 proto.ord = -1; 115 if(!(o = dtatmost(dt, &proto)) ) 120 if(!(o = dtatleast(dt, &proto)) ) 139 for(o = dtatmost(dt, &proto); o; o = dtnext(dt,o) ) 148 for(o = dtatleast(dt, &proto); o; o = dtprev(dt,o) )
|
H A D | trhbags.c | 51 Obj_t *o, proto; local
|
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_agent.c | 184 char proto[ STRLEN ]; local 187 /* url format: "proto:/user:pass@host:port/remote-path" */ 188 /* split proto & user:pass@host:port, and remote-path */ 189 strncpy( proto, url, sizeof(proto) ); 190 if( (host = strchr( proto, '/' )) == NULL || host[-1] != ':' ) { 197 if( AgentSearch( proto ) == NULL ) { 204 mi->proto = strdup( proto ); 279 srv.agent = AgentSearch( mi->proto ); [all...] |
H A D | ifs_agent.h | 66 char *proto; member in struct:mount_item
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 466 PROTO = proto 4290 stdarg.h : .SPECIAL .NULL .TERMINAL .DONTCARE .IGNORE /* courtesy to proto(1) */
|