Home
last modified time | relevance | path

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

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dwidgets.c593 PW->vLcol = 3; in PromptWindow()
594 PW->vRcol = PW->vLcol + PW->NvCols - 1; in PromptWindow()
638 PW->vLcol - 1, NORMAL, TRUE); in PromptWindow()
666 PW->curCol = PW->vLcol + PW->curChar; in PromptWindow()
781 if (PW->curCol > PW->vLcol) { in PromptWindow()
830 PW->vRow, PW->vLcol, FALSE, NORMAL); in PromptWindow()
850 if (PW->curCol == PW->vLcol) { in PromptWindow()
928 PW->curCol = PW->vLcol; in PromptWindow()
987 PW->vRow, PW->vLcol, FALSE, NORMAL); in PromptWindow()
1032 PW->vRow, PW->vLcol, FALSE, NORMAL); in PromptWindow()
[all …]
/dports/science/cdf/cdf33_0-dist/src/include/
H A Dwidgets.h214 int vLcol; /* Left-most column of value. */ member