Searched refs:__PARAM__ (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/INIT/ |
H A D | proto.c | 33 # define __PARAM__(n,o) n macro 48 # define __PARAM__(n,o) o macro 172 replace __PARAM__((const char* newfile, const char* oldfile, int preserve), (newfile, oldfile, preserve)) __OTORP__(const char* newfile; const char* oldfile; int preserve;){ 942 ppfsm __PARAM__((int op, register char* s), (op, s)) __OTORP__(int op; register char* s;){ 1355 number __PARAM__((register char* p, register long n), (p, n)) __OTORP__(register char* p; register long n;){ 1375 sstrlen __PARAM__((register const char* s), (s)) __OTORP__(register const char* s;){ 1387 sstrncmp __PARAM__((register const char* s, register const char* t, register int n), (s, t, n)) __OTORP__(register const char* s; register const char* t; register int n;){ 1405 strcopy __PARAM__((register char* s, register const char* t), (s, t)) __OTORP__(register char* s; register const char* t;){ 1413 proto_error __PARAM__((char* iob, int level, char* msg, char* arg), (iob, level, msg, arg)) __OTORP__(char* iob; int level; char* msg; char* arg;){ 1470 memcopy __PARAM__((registe [all...] |
Completed in 10 milliseconds