Searched refs:maxx (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dwutil.c164 int maxx; local
167 maxx = getmaxx(w);
169 for ( ; curx < maxx; curx++)
289 int maxx; local
291 maxx = getmaxx(w);
292 x = (maxx - (int) strlen(str)) / 2;
334 int maxx = 0, maxy = 0; local
346 getmaxyx(stdscr, maxy, maxx);
347 gScreenWidth = maxx;
367 int maxy = 0, maxx local
[all...]
H A Dbmed.c141 int maxy, maxx; local
148 getmaxyx(gHostWin, maxy, maxx);
211 sprintf(spec, "%%-%ds", maxx - 4);
218 AbbrevStr(str, url, (size_t) maxx - 2, 1);
223 AbbrevStr(str + 2, gCurHostListItem->comment, (size_t) maxx - 8, 1);
460 int maxy, maxx; local
463 getmaxyx(gEditHostWin, maxy, maxx);
473 wgp.fieldLen = maxx - 3;
503 int maxy, maxx; local
505 getmaxyx(gEditHostWin, maxy, maxx);
541 int maxy, maxx; local
1057 int maxy, maxx; local
1147 int maxy, maxx; local
[all...]
H A Dwgets.c451 int maxx, maxy; local
472 getmaxyx(gW, maxy, maxx);
477 if ((wgpp->sx < 0) || (wgpp->sx > maxx))
H A Dsyshdrs.h202 # define getmaxyx(w,y,x) y = w->maxy; x = w->maxx
223 # define getmaxx(win) ((win)->maxx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.c1030 int maxy, maxx; local
1032 scale_menu(curses_menu, &maxy, &maxx);
1056 int maxx, maxy; local
1076 scale_menu(curses_menu, &maxy, &maxx);
1077 maxx = min(maxx, mwin_max_cols-2);
1081 maxx,
1083 (mwin_max_cols-maxx)/2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c1982 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) argument
1985 return clip_line(ex, ey, sx, sy, maxx);
1994 if (*ex > maxx) {
1995 if (*sx > maxx)
1997 *ey = *sy + (*ey - *sy) * (int64_t)(maxx - *sx) / (*ex - *sx);
1998 *ex = maxx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1221 int maxx = roundmax(0, roundmax(x4, roundmax(x2, x3))); local
1227 for (int rx = minx; rx < maxx; rx++)
1286 CalcBoundingBox (maxx, maxy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure9898 # maxx or _maxx
9899 echo $ac_n "checking whether curses structure has maxx or _maxx field""... $ac_c" 1>&6
9900 echo "configure:9901: checking whether curses structure has maxx or _maxx field" >&5
9929 w->maxx = 0;
9936 echo "$ac_t""maxx" 1>&6
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 594 milliseconds