Searched refs:colp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dttysize.c49 get_ttysize_ioctl(rowp, colp)
51 int *colp;
58 *colp = wsize.ws_col;
65 get_ttysize_ioctl(rowp, colp)
67 int *colp;
74 get_ttysize(rowp, colp)
76 int *colp;
78 if (get_ttysize_ioctl(rowp, colp) == -1) {
84 if ((p = getenv("COLUMNS")) == NULL || (*colp = atoi(p)) <= 0)
85 *colp
[all...]
H A Dsudoreplay.c198 extern void get_ttysize __P((int *rowp, int *colp));
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cb_prg.c110 char *colp; local
126 colp = curlx_getenv("COLUMNS");
127 if(colp) {
129 long num = strtol(colp, &endptr, 10);
130 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 0))
134 curl_free(colp);
/macosx-10.10/mail_cmds-30/mail/
H A Dlist.c321 struct coltab *colp; local
324 for (colp = &coltab[0]; colp->co_char != '\0'; colp++)
325 if (colp->co_bit & colmod)
326 if ((mp->m_flag & colp->co_mask)
327 != colp->co_equal)
335 struct coltab *colp; local
338 for (colp = &coltab[0]; colp
356 struct coltab *colp; local
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_setup.c199 _nc_get_screensize(SCREEN *sp, int *linep, int *colp) argument
210 *colp = (int) columns;
214 *linep = *colp = 0;
221 *colp = value;
223 T(("screen size: environment LINES = %d COLUMNS = %d", *linep, *colp));
226 if (*linep <= 0 || *colp <= 0) {
229 *colp = screendata[0];
232 *linep, *colp));
237 if (*linep <= 0 || *colp <= 0) {
255 if (*colp <
[all...]
/macosx-10.10/vim-55/src/proto/
H A Dgui_beval.pro8 int get_beval_info __ARGS((BalloonEval *beval, int getword, win_T **winp, linenr_T *lnump, char_u **textp, int *colp));
H A Dui.pro57 int mouse_comp_pos __ARGS((win_T *win, int *rowp, int *colp, linenr_T *lnump));
58 win_T *mouse_find_win __ARGS((int *rowp, int *colp));
H A Dgui.pro34 int gui_xy2colrow __ARGS((int x, int y, int *colp));
/macosx-10.10/vim-55/src/
H A Dui.c2875 mouse_comp_pos(win, rowp, colp, lnump)
2878 int *colp;
2881 int col = *colp;
2952 *colp = col;
2960 * Find the window at screen position "*rowp" and "*colp". The positions are
2964 mouse_find_win(rowp, colp)
2966 int *colp UNUSED;
2981 if (*colp < fp->fr_width)
2983 *colp -= fp->fr_width;
H A Dgui_beval.c309 get_beval_info(beval, getword, winp, lnump, textp, colp)
315 int *colp;
401 *colp = col;
H A Dgui.c3097 * returns column in "*colp" and row as return value;
3100 gui_xy2colrow(x, y, colp)
3103 int *colp;
3109 *colp = mb_fix_col(col, row);
3111 *colp = col;
H A Dnormal.c3340 static int find_is_eval_item __ARGS((char_u *ptr, int *colp, int *nbp, int dir));
3347 * "*colp" is in/decremented if "ptr[-dir]" should also be included.
3351 find_is_eval_item(ptr, colp, bnp, dir)
3353 int *colp;
3375 *colp += dir;
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2649 int *colp)
H A Dllib-lncursest2704 int *colp)
H A Dllib-lncursesw3395 int *colp)

Completed in 232 milliseconds