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

/macosx-10.9.5/misc_cmds-32/ncal/
H A Dncal.c163 char *leftjustify(char *s, char *t, int w);
486 leftjustify(a, year[j].name, mw),
487 leftjustify(b, year[j + 1].name, mw));
492 leftjustify(a, year[j + 2].name, mw),
497 leftjustify(a, year[j].lines[i], mw),
498 leftjustify(b, year[j + 1].lines[i], mw));
503 leftjustify(a, year[j + 2].lines[i], mw),
509 leftjustify(a, year[j].weeks, mw),
510 leftjustify(b, year[j + 1].weeks, mw),
514 leftjustify(
919 leftjustify(char *s, char *t, int w) function
[all...]

Completed in 120 milliseconds