Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A Dnedit.h103 typedef enum {NO_WRAP, NEWLINE_WRAP, CONTINUOUS_WRAP} WrapStyle; enumerator
H A Dmenu.c849 window, GetPrefWrap(PLAIN_LANGUAGE_MODE) == NEWLINE_WRAP, SHORT); in CreateMenuBar()
1099 window->wrapMode==NEWLINE_WRAP, SHORT); in CreateMenuBar()
1896 SetPrefWrap(NEWLINE_WRAP); in newlineWrapDefCB()
4038 SetAutoWrap(window, NEWLINE_WRAP); in setWrapTextAP()
H A Dwindow.c1943 int autoWrap = state == NEWLINE_WRAP, contWrap = state == CONTINUOUS_WRAP; in SetAutoWrap()
2254 textNautoWrap, window->wrapMode == NEWLINE_WRAP, in createTextArea()
H A Dpreferences.c3549 lm->wrapStyle == NEWLINE_WRAP, False); in lmSetDisplayedCB()
3776 lm->wrapStyle = NEWLINE_WRAP; in readLMDialogFields()
H A Dmacro.c4231 case NEWLINE_WRAP: in wrapTextMV()