Searched refs:addnum (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.bin/pr/
H A Dextern.h40 void addnum(char *, int, int);
H A Dpr.c269 addnum(nbuf, num, ++lncnt);
484 addnum(ptbf, nmwd, ++lncnt);
745 addnum(ptbf, nmwd, ++lncnt);
1018 addnum(ptbf, nmwd, ++lncnt);
1539 * addnum(): adds the line number to the column
1550 * part of the column. The usage of addnum currently treats
1554 addnum(char *buf, int wdth, int line) function
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dsymbols.h132 offsetT addnum; member in struct:broken_word
H A Dwrite.c1628 exp.X_add_number = lie->addnum;
1716 to_addr = S_GET_VALUE (lie->add) + lie->addnum;
2311 + lie->addnum
2318 sprint_value (buf, (addressT) lie->addnum);
H A Dread.c3478 x->addnum = exp->X_add_number;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.h132 offsetT addnum; member in struct:broken_word
H A Dwrite.c1324 exp.X_add_number = lie->addnum;
1394 to_addr = S_GET_VALUE (lie->add) + lie->addnum;
1881 + lie->addnum
1888 sprint_value (buf, (addressT) lie->addnum);
H A Dread.c3758 x->addnum = exp->X_add_number;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh64.c2356 offsetT addnum local
2359 if (addnum == 0 || addnum == 16 || addnum == 32
2360 || addnum == 48)
2363 = (addnum == 0
2365 : (addnum == 16
2367 : (addnum == 32
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh64.c2361 offsetT addnum local
2364 if (addnum == 0 || addnum == 16 || addnum == 32
2365 || addnum == 48)
2368 = (addnum == 0
2370 : (addnum == 16
2372 : (addnum == 32
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunittcpreuse.c51 struct outside_network* outnet, unsigned int addnum)
55 for(i=0; i<addnum; i++) {
50 tcpid_addmore(struct reuse_tcp* reuse, struct outside_network* outnet, unsigned int addnum) argument

Completed in 277 milliseconds