Home
last modified time | relevance | path

Searched refs:OUTLINLEN (Results 1 – 3 of 3) sorted by last modified time

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h33 #define OUTLINLEN 71 /* length of output file line */ macro
H A Dv_cnv.c5935 if ((__outlinpos += ll) > OUTLINLEN) in __wrap_puts()
5939 || __outlinpos > OUTLINLEN + 6) in __wrap_puts()
5974 if (++__outlinpos > OUTLINLEN) in __wrap_putc()
5977 if ((!ispunct(c) && c != ' ') || __outlinpos > OUTLINLEN + 6) in __wrap_putc()
H A Dcver.c1754 for (i = 0; i < OUTLINLEN; i++) __blnkline[i] = ' '; in init_ds()
1755 __blnkline[OUTLINLEN] = '\0'; in init_ds()