HomeSort by: relevance | last modified time | path
    Searched defs:addnum (Results 1 - 2 of 2) sorted by relevancy

  /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 in typeref:typename:void
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 in typeref:typename:void

Completed in 23 milliseconds