Searched refs:addmac (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/checknr/ |
H A D | checknr.c | 164 static void addmac(char *mac); 215 addmac(br[i].opbr); 216 addmac(br[i].clbr); 230 addmac(b1); 545 addmac(mac); 556 addmac(char *mac) function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_set.c | 373 addmac(arrows[i].cap, NOSTR, NOSTR, arrows); 380 addmac(immacs[i].cap, NOSTR, NOSTR, immacs);
|
H A D | ex_tty.c | 220 addmac(sc, NULL, NULL, arrows); 222 addmac(sc, "\32", "susp", arrows);
|
H A D | ex_cmdsub.c | 1552 addmac(lhs, (unsigned char *)NOSTR, 1593 addmac(lhs,rhs,dname,mp); 1604 addmac(unsigned char *src, unsigned char *dest, unsigned char *dname, function 1611 fprintf(trace, "addmac(src='%s', dest='%s', dname='%s', mp=%x\n", src, dest, dname, mp);
|
H A D | ex.h | 598 void addmac();
|
Completed in 65 milliseconds