Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A Dnedit.h99 #define MAX_SHORTENED_ITEMS 100 /* max. number of items excluded in short- */ macro
448 Widget toggleShortItems[MAX_SHORTENED_ITEMS]; /* Menu items to be
H A Dmenu.c5477 if (ShortMenuWindow->nToggleShortItems >= MAX_SHORTENED_ITEMS) { in addToToggleShortList()