Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dtest.c84 e1 = newtEntry(12, 6, "", 20, &scaleVal, 0); in main()
85 e2 = newtEntry(12, 7, "Default", 20, &enr2, NEWT_FLAG_SCROLL); in main()
87 e3 = newtEntry(12, 8, NULL, 20, &enr3, NEWT_FLAG_PASSWORD); in main()
H A Dnewt.0.52.ver43 newtEntry;
H A Dwindows.c248 newtEntry(-1, -1, items[i].value ? in newtWinEntries()
H A Dnewt.h249 newtComponent newtEntry(int left, int top, const char * initialValue, int width,
H A Ddialogboxes.c207 entry = newtEntry(1, top + 1, val, width - 2, &val, in inputBox()
H A Dentry.c68 newtComponent newtEntry(int left, int top, const char * initialValue, int width, in newtEntry() function
H A Dsnack.c916 widget->co = newtEntry(-1, -1, initial, width, in entryWidget()
/dports/devel/fpc-newt/fpc-3.2.2/packages/newt/examples/
H A Dnewt3.pas23 entry := newtEntry(16,1,PChar(S),20,@P,NEWT_FLAG_SCROLL OR NEWT_FLAG_RETURNEXIT);
/dports/lang/fpc-source/fpc-3.2.2/packages/newt/examples/
H A Dnewt3.pas23 entry := newtEntry(16,1,PChar(S),20,@P,NEWT_FLAG_SCROLL OR NEWT_FLAG_RETURNEXIT);
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/MIT/
H A Dnet.c322 c.ipEntry = newtEntry(-1, -1, NULL, 16, &c.ip, 0); in readNetConfig()
323 c.nmEntry = newtEntry(-1, -1, NULL, 16, &c.nm, 0); in readNetConfig()
324 c.gwEntry = newtEntry(-1, -1, NULL, 16, &c.gw, 0); in readNetConfig()
325 c.nsEntry = newtEntry(-1, -1, NULL, 16, &c.ns, 0); in readNetConfig()
/dports/devel/fpc-newt/fpc-3.2.2/packages/newt/src/
H A Dnewt.pp269 function newtEntry(left:longint; top:longint; initialValue:Pchar; width:longint; resultPtr:PPchar; …
/dports/lang/fpc-source/fpc-3.2.2/packages/newt/src/
H A Dnewt.pp269 function newtEntry(left:longint; top:longint; initialValue:Pchar; width:longint; resultPtr:PPchar; …