Home
last modified time | relevance | path

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

/dports/science/cdf/cdf33_0-dist/src/include/
H A Dwidgets.h449 struct FieldWindowStruct *FW, int nFields, int NfLines, int fLineNchars,
/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dwidgets.c2699 void AllocFW (FW, nFields, NfLines, fLineNchars, fatalFnc) in AllocFW() argument
2703 int fLineNchars;
2721 FW->fLines[lineN] = (char *) cdf_AllocateMemory (fLineNchars+1,
2723 for (i = 0; i < fLineNchars; i++) FW->fLines[lineN][i] = ' ';
2724 FW->fLines[lineN][fLineNchars] = NUL;