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

/netbsd-current/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp63 static int duplex_flag = 0; variable
253 if (duplex_flag)
254 printf("\033&l%dS", duplex_flag);
629 duplex_flag = 1;
637 duplex_flag = atoi(optarg);
638 if (duplex_flag != 1 && duplex_flag != 2) {
640 duplex_flag = 1;

Completed in 188 milliseconds