Home
last modified time | relevance | path

Searched refs:dftswitch (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/ncal/
H A Dncal.c112 static struct djswitch *dftswitch = variable
242 nswitch = ndaysj(&dftswitch->dt); in main()
245 dftswitch = p; in main()
533 #define DFLT(p) ((p) == dftswitch ? '*' : ' ') in printcc()