Searched refs:wp (Results 1 - 25 of 200) sorted by relevance

12345678

/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_watch.c79 const MASTER_STR_WATCH *wp; local
81 for (wp = str_watch_table; wp->name != 0; wp++) {
88 if (wp->backup[0] != 0
89 && strcmp(wp->backup[0], wp->value[0]) != 0) {
90 if ((wp->flags & MASTER_WATCH_FLAG_UPDATABLE) == 0) {
91 msg_warn("ignoring %s parameter value change", wp->name);
93 wp
118 MASTER_INT_WATCH *wp; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dwatchdog.c152 WATCHDOG *wp; local
160 if ((wp = watchdog_curr) == 0)
163 msg_info("%s: %p %d", myname, (void *) wp, wp->trip_run);
164 if (++(wp->trip_run) < WATCHDOG_STEPS) {
173 alarm(wp->timeout);
175 if (wp->action)
176 wp->action(wp, wp
193 WATCHDOG *wp; local
227 watchdog_destroy(WATCHDOG *wp) argument
251 watchdog_start(WATCHDOG *wp) argument
265 watchdog_stop(WATCHDOG *wp) argument
294 WATCHDOG *wp; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dwc.c74 static void printout(register Wc_t *wp, register char *name,register int mode) argument
77 sfprintf(sfstdout," %7I*d",sizeof(wp->lines),wp->lines);
79 sfprintf(sfstdout," %7I*d",sizeof(wp->words),wp->words);
81 sfprintf(sfstdout," %7I*d",sizeof(wp->chars),wp->chars);
83 sfprintf(sfstdout," %7I*d",sizeof(wp->chars),wp->longest);
94 register Wc_t *wp; local
[all...]
H A Dwclib.c61 Wc_t* wp; local
63 if (!(wp = (Wc_t*)stakalloc(sizeof(Wc_t))))
66 wp->mb = 0;
69 wp->mb = 1;
72 wp->mb = -1;
75 wp->type[n] = (w && isspace(n)) ? WC_SP : 0;
76 wp->type['\n'] = WC_SP|WC_NL;
77 if ((mode & (WC_MBYTE|WC_WORDS)) && wp->mb > 0)
81 wp->type[0x80+n] |= WC_MB;
83 wp
162 wc_count(Wc_t *wp, Sfio_t *fd, const char* file) argument
[all...]
H A Drev.c64 register wchar_t *wp, *xp; local
69 wp = 0;
77 if (!(wp = newof(wp, wchar_t, w, 0)))
83 xp = wp;
87 while (xp > wp)
93 if (wp)
94 free(wp);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.who.c189 struct who *wp, *wpnew; local
280 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next)
281 wp->who_status = OFFLINE | CLEARED;
311 wp = whohead.who_next;
312 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
313 wp
461 debugwholist(struct who *new, struct who *wp) argument
495 print_who(struct who *wp) argument
520 struct who *wp = ptr; local
607 struct who *wp; local
634 struct who *wp; local
655 struct who *wp, *wpnew; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c111 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op, argument
120 t0 = ToLinearF[cr = wp[0]];
121 t1 = ToLinearF[cg = wp[1]];
122 t2 = ToLinearF[cb = wp[2]];
128 wp += 3;
131 t0 = ToLinearF[(cr += wp[0]) & mask];
132 t1 = ToLinearF[(cg += wp[1]) & mask];
133 t2 = ToLinearF[(cb += wp[2]) & mask];
139 t0 = ToLinearF[cr = wp[0]];
140 t1 = ToLinearF[cg = wp[
174 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op, float *ToLinearF) argument
242 horizontalAccumulate16(uint16 *wp, int n, int stride, uint16 *op, uint16 *ToLinear16) argument
294 horizontalAccumulate11(uint16 *wp, int n, int stride, uint16 *op) argument
337 horizontalAccumulate8(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
386 horizontalAccumulate8abgr(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
878 horizontalDifferenceF(float *ip, int n, int stride, uint16 *wp, uint16 *FromLT2) argument
936 horizontalDifference16(unsigned short *ip, int n, int stride, unsigned short *wp, uint16 *From14) argument
990 horizontalDifference8(unsigned char *ip, int n, int stride, unsigned short *wp, uint16 *From8) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c107 uint16 *wp,
119 t0 = ToLinearF[cr = wp[0]];
120 t1 = ToLinearF[cg = wp[1]];
121 t2 = ToLinearF[cb = wp[2]];
127 wp += 3;
130 t0 = ToLinearF[(cr += wp[0]) & mask];
131 t1 = ToLinearF[(cg += wp[1]) & mask];
132 t2 = ToLinearF[(cb += wp[2]) & mask];
138 t0 = ToLinearF[cr = wp[0]];
139 t1 = ToLinearF[cg = wp[
106 horizontalAccumulateF( uint16 *wp, int n, int stride, float *op, float *ToLinearF ) argument
172 horizontalAccumulate12( uint16 *wp, int n, int stride, int16 *op, float *ToLinearF ) argument
243 horizontalAccumulate16( uint16 *wp, int n, int stride, uint16 *op, uint16 *ToLinear16 ) argument
298 horizontalAccumulate11( uint16 *wp, int n, int stride, uint16 *op ) argument
344 horizontalAccumulate8( uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8 ) argument
396 horizontalAccumulate8abgr( uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8 ) argument
872 horizontalDifferenceF( float *ip, int n, int stride, uint16 *wp, uint16 *FromLT2 ) argument
931 horizontalDifference16( unsigned short *ip, int n, int stride, unsigned short *wp, uint16 *From14 ) argument
988 horizontalDifference8( unsigned char *ip, int n, int stride, unsigned short *wp, uint16 *From8 ) argument
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dmove.pro5 void check_cursor_moved __ARGS((win_T *wp));
7 void changed_window_setting_win __ARGS((win_T *wp));
8 void set_topline __ARGS((win_T *wp, linenr_T lnum));
10 void changed_cline_bef_curs_win __ARGS((win_T *wp));
12 void changed_line_abv_curs_win __ARGS((win_T *wp));
15 void invalidate_botline_win __ARGS((win_T *wp));
16 void approximate_botline_win __ARGS((win_T *wp));
21 void validate_virtcol_win __ARGS((win_T *wp));
23 int win_col_off __ARGS((win_T *wp));
25 int win_col_off2 __ARGS((win_T *wp));
[all...]
H A Dscreen.pro3 void redraw_win_later __ARGS((win_T *wp, int type));
11 int conceal_cursor_line __ARGS((win_T *wp));
13 void update_single_line __ARGS((win_T *wp, linenr_T lnum));
15 void updateWindow __ARGS((win_T *wp));
22 void win_redr_status __ARGS((win_T *wp));
23 int stl_connected __ARGS((win_T *wp));
24 int get_keymap_str __ARGS((win_T *wp, char_u *buf, int len));
42 int win_ins_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear));
43 int win_del_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear));
44 int screen_ins_lines __ARGS((int off, int row, int line_count, int end, win_T *wp));
[all...]
H A Dwindow.pro17 void win_init_empty __ARGS((win_T *wp));
30 void goto_tabpage_win __ARGS((tabpage_T *tp, win_T *wp));
32 void win_goto __ARGS((win_T *wp));
34 void win_enter __ARGS((win_T *wp, int undo_sync));
37 void win_append __ARGS((win_T *after, win_T *wp));
38 void win_remove __ARGS((win_T *wp, tabpage_T *tp));
39 int win_alloc_lines __ARGS((win_T *wp));
40 void win_free_lsize __ARGS((win_T *wp));
49 void win_setwidth_win __ARGS((int width, win_T *wp));
53 void win_comp_scroll __ARGS((win_T *wp));
[all...]
H A Dfold.pro9 int foldmethodIsManual __ARGS((win_T *wp));
10 int foldmethodIsIndent __ARGS((win_T *wp));
11 int foldmethodIsExpr __ARGS((win_T *wp));
12 int foldmethodIsMarker __ARGS((win_T *wp));
13 int foldmethodIsSyntax __ARGS((win_T *wp));
14 int foldmethodIsDiff __ARGS((win_T *wp));
27 void foldUpdate __ARGS((win_T *wp, linenr_T top, linenr_T bot));
36 void foldMarkAdjust __ARGS((win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after));
38 char_u *get_foldtext __ARGS((win_T *wp, linenr_T lnum, linenr_T lnume, foldinfo_T *foldinfo, char_u *buf));
40 int put_folds __ARGS((FILE *fd, win_T *wp));
[all...]
H A Ddiff.pro11 void diff_win_options __ARGS((win_T *wp, int addbuf));
14 int diff_check __ARGS((win_T *wp, linenr_T lnum));
15 int diff_check_fill __ARGS((win_T *wp, linenr_T lnum));
19 int diff_find_change __ARGS((win_T *wp, linenr_T lnum, int *startp, int *endp));
20 int diff_infold __ARGS((win_T *wp, linenr_T lnum));
26 linenr_T diff_lnum_win __ARGS((linenr_T lnum, win_T *wp));
H A Dquickfix.pro2 int qf_init __ARGS((win_T *wp, char_u *efile, char_u *errorformat, int newlist, char_u *qf_title));
3 void qf_free_all __ARGS((win_T *wp));
8 void qf_mark_adjust __ARGS((win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after));
12 linenr_T qf_current_entry __ARGS((win_T *wp));
25 int get_errorlist __ARGS((win_T *wp, list_T *list));
26 int set_errorlist __ARGS((win_T *wp, list_T *list, int action, char_u *title));
H A Dif_perl.pro5 void perl_win_free __ARGS((win_T *wp));
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h51 wp :1, member in struct:_cr0
/macosx-10.9.5/vim-53/src/
H A Dscreen.c116 static void win_update __ARGS((win_T *wp));
117 static void win_draw_end __ARGS((win_T *wp, int c1, int c2, int row, int endrow, hlf_T hl));
119 static void fold_line __ARGS((win_T *wp, long fold_count, foldinfo_T *foldinfo, linenr_T lnum, int row));
120 static void fill_foldcolumn __ARGS((char_u *p, win_T *wp, int closed, linenr_T lnum));
133 static void draw_vsep_win __ARGS((win_T *wp, int row));
136 static void redraw_custom_statusline __ARGS((win_T *wp));
142 static void init_search_hl __ARGS((win_T *wp));
143 static void prepare_search_hl __ARGS((win_T *wp, linenr_T lnum));
155 static void linecopy __ARGS((int to, int from, win_T *wp));
156 static void redraw_block __ARGS((int row, int end, win_T *wp));
235 win_T *wp; local
258 win_T *wp; local
325 win_T *wp; local
739 win_T *wp; local
5757 win_T *wp; local
5773 win_T *wp; local
5789 win_T *wp; local
7860 win_T *wp; local
9648 win_T *wp; local
[all...]
H A Dwindow.c31 static int frame_has_win __ARGS((frame_T *frp, win_T *wp));
40 static void frame_fix_width __ARGS((win_T *wp));
44 static void new_frame __ARGS((win_T *wp));
49 static void frame_fix_height __ARGS((win_T *wp));
51 static void win_enter_ext __ARGS((win_T *wp, int undo_sync, int no_curwin));
52 static void win_free __ARGS((win_T *wp, tabpage_T *tp));
57 static void win_new_width __ARGS((win_T *wp, int width));
100 win_T *wp; local
233 for (wp = firstwin; wp !
699 win_T *wp = newwin; local
1262 win_T *wp; local
1278 win_T *wp; local
1370 win_T *wp; local
2023 win_T *wp; local
2084 win_T *wp; local
2113 win_T *wp; local
2311 win_T *wp; local
2370 win_T *wp; local
2422 win_T *wp; local
2831 win_T *wp; local
2873 win_T *wp; local
2981 win_T *wp; local
3149 win_T *wp; local
3347 new_frame(win_T *wp) argument
3923 win_T *wp; local
4208 win_T *wp; local
4233 win_T *wp; local
4647 win_T *wp; local
4667 win_T *wp; local
4712 win_T *wp; local
5201 win_T *wp; local
5755 win_T *wp; local
6189 win_T *wp; local
6222 win_T *wp; local
6322 win_T *wp; local
6370 win_T *wp = NULL; local
[all...]
H A Dmove.c22 static void comp_botline __ARGS((win_T *wp));
25 static void curs_rows __ARGS((win_T *wp, int do_botline));
26 static void validate_botline_win __ARGS((win_T *wp));
47 * Compute wp->w_botline for the current wp->w_topline. Can be called after
48 * wp->w_topline changed.
51 comp_botline(wp)
52 win_T *wp;
66 check_cursor_moved(wp);
67 if (wp
[all...]
H A Dfold.c46 static void newFoldLevelWin __ARGS((win_T *wp));
49 static int foldLevelWin __ARGS((win_T *wp, linenr_T lnum));
50 static void checkupdate __ARGS((win_T *wp));
53 static linenr_T setManualFoldWin __ARGS((win_T *wp, linenr_T lnum, int opening, int recurse, int *donep));
59 static void checkSmall __ARGS((win_T *wp, fold_T *fp, linenr_T lnum_off));
65 static void foldUpdateIEMS __ARGS((win_T *wp, linenr_T top, linenr_T bot));
66 static void parseMarker __ARGS((win_T *wp));
316 foldmethodIsManual(wp)
317 win_T *wp;
319 return (wp
496 win_T *wp; local
1286 win_T *wp; local
2101 win_T *wp; /* window */ member in struct:__anon14202
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_window.c99 WINDOW *wp; local
103 for (wp = win; wp->_parent; wp = wp->_parent) {
105 WINDOW *pp = wp->_parent;
107 assert((wp->_pary <= pp->_maxy) &&
108 ((wp->_pary + wp->_maxy) <= pp->_maxy));
110 for (y = 0; y <= wp
168 WINDOW *wp; local
[all...]
H A Dresizeterm.c67 WINDOWLIST *wp; local
72 for (each_window(wp)) {
74 &(wp->win),
75 (long) wp->win._maxy + 1,
76 (long) wp->win._maxx + 1,
77 (long) wp->win._begy,
78 (long) wp->win._begx);
149 WINDOWLIST *wp; local
151 for (each_window(wp)) {
152 WINDOW *tst = &(wp
246 WINDOWLIST *wp; local
280 WINDOWLIST *wp; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dnls.c161 char *wp, *retval; local
182 wp = retval;
186 *wp++ = 'i';
187 *wp++ = 's';
188 *wp++ = 'o';
193 *wp++ = _rl_to_lower (codeset[i]);
195 *wp++ = codeset[i];
196 *wp = '\0';
/macosx-10.9.5/mail_cmds-29/mail/
H A Dhead.c265 nextword(wp, wbuf)
266 char *wp, *wbuf;
270 if (wp == NULL) {
274 while ((c = *wp++) != '\0' && c != ' ' && c != '\t') {
277 while ((c = *wp++) != '\0' && c != '"')
282 wp--;
286 for (; c == ' ' || c == '\t'; c = *wp++)
290 return (wp - 1);
/macosx-10.9.5/architecture-265/i386/
H A Dcpu.h49 wp :1, member in struct:_cr0

Completed in 382 milliseconds

12345678