Home
last modified time | relevance | path

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

/dports/devel/autogen/autogen-5.18.16/columns/
H A Dcolumns.c47 char const * pzFirstPfx = NULL; variable
84 pzFirstPfx = HAVE_OPT(FIRST_INDENT) in main()
151 snprintf(res, len, pfx_buf, pzFirstPfx); in construct_first_pfx()
152 pzFirstPfx = res; in construct_first_pfx()
560 if (pzFirstPfx != NULL) { in writeRows()
561 fputs( pzFirstPfx, stdout ); in writeRows()
562 pzFirstPfx = pzLinePfx; in writeRows()
614 if (pzFirstPfx != NULL) { in writeRows()
616 pzFirstPfx = pzLinePfx; in writeRows()
668 if (pzFirstPfx != NULL) in writeFill()
[all …]