Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/fs/explorer/src/
Dmain.c305 const int omitmax = 14; in NitroMain() local
309 … DEMODrawText(ox + 45, y, "%.*s%s", (p->longname_length <= omitmax) ? omitmax : (omitmax - 3), in NitroMain()
310 p->longname, (p->longname_length <= omitmax) ? "" : "..."); in NitroMain()