| /src/usr.bin/pr/ |
| pr.c | 116 static void addnum(char *, int, int); 265 addnum(nbuf, num, ++lncnt); 461 addnum(ptbf, nmwd, ++lncnt); 718 addnum(ptbf, nmwd, ++lncnt); 910 addnum(ptbf, nmwd, ++lncnt); 1419 * addnum(): adds the line number to the column 1430 * part of the column. The usage of addnum currently treats 1434 addnum(char *buf, int wdth, int line) function
|
| /src/external/gpl3/binutils/dist/gas/ |
| symbols.h | 155 offsetT addnum; member in struct:broken_word
|
| write.c | 2226 exp.X_add_number = lie->addnum; 2300 to_addr = S_GET_VALUE (lie->add) + lie->addnum; 2889 + lie->addnum 2897 bfd_sprintf_vma (stdoutput, buf, lie->addnum);
|
| read.c | 4716 x->addnum = exp->X_add_number;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| symbols.h | 155 offsetT addnum; member in struct:broken_word
|
| write.c | 2224 exp.X_add_number = lie->addnum; 2298 to_addr = S_GET_VALUE (lie->add) + lie->addnum; 2887 + lie->addnum 2895 bfd_sprintf_vma (stdoutput, buf, lie->addnum);
|
| read.c | 4705 x->addnum = exp->X_add_number;
|
| /src/external/bsd/unbound/dist/testcode/ |
| unittcpreuse.c | 51 struct outside_network* outnet, unsigned int addnum) 55 for(i=0; i<addnum; i++) {
|