Searched refs:work (Results 1 - 25 of 58) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcplus-dem.c61 #define CURRENT_DEMANGLING_STYLE work->options
145 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI)
146 #define PRINT_ARG_TYPES (work -> options & DMGL_PARAMS)
323 #define SCOPE_STRING(work) ((work->options & DMGL_JAVA) ? "." : "::")
354 demangle_template_template_parm PARAMS ((struct work_stuff *work,
358 demangle_template PARAMS ((struct work_stuff *work, const char **, string *,
693 struct work_stuff work[1]; local
699 memset ((char *) work, 0, sizeof (work));
908 struct work_stuff work[1]; local
[all...]
H A Dsort.c47 void sort_pointers (n, pointers, work)
50 void **work;
126 work[--count[((digit_t *) pointerp)[j]]] = *pointerp;
131 pointers = work;
132 work = pointerp;
155 void **work; local
163 work = xmalloc (k * sizeof (void *));
171 sort_pointers (k, pointers, work);
185 free (work);
/haiku-fatelf/src/libs/ncurses/test/
H A Dinserts.c119 WINDOW *work = 0; local
140 work = newwin(limit - 2, COLS - (2 * level), 1, level);
146 work = stdscr;
149 keypad(work, TRUE);
152 mvwvline(work, row, col, '.', limit - 2);
154 mvwvline(work, row, margin, ACS_VLINE, limit - 2);
155 mvwvline(work, row, margin + 1, ACS_VLINE, limit - 2);
158 mvwaddstr(work, 1, 2, "String");
159 mvwaddstr(work, limit + 1, 2, "Chars");
160 wnoutrefresh(work);
[all...]
H A Dins_wide.c199 WINDOW *work = 0; local
220 work = newwin(limit - 2, COLS - (2 * level), 1, level);
226 work = stdscr;
229 keypad(work, TRUE);
232 mvwvline(work, row, col, '.', limit - 2);
234 mvwvline(work, row, margin, ACS_VLINE, limit - 2);
235 mvwvline(work, row, margin + 1, ACS_VLINE, limit - 2);
238 mvwaddstr(work, 1, 2, "String");
239 mvwaddstr(work, limit + 1, 2, "Chars");
240 wnoutrefresh(work);
[all...]
/haiku-fatelf/src/kits/mail/
H A Ddes.c175 unsigned long work[2]; local
177 scrunch(inblock, work);
178 desfunc(work, KnL);
179 unscrun(work, outblock);
355 register unsigned long fval, work, right, leftt; local
360 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
361 right ^= work;
362 leftt ^= (work << 4);
363 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
364 right ^= work;
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
H A Dinftrees.c23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sy
[all...]
H A Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
H A Dinfback.c95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 &(state->lenbits), state->work);
455 &(state->lenbits), state->work);
464 &(state->next), &(state->distbits), state->work);
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.cpp295 rgb_color work; local
304 work = tint_color(base, B_DARKEN_2_TINT);
305 AddLine(r.LeftTop(), r.RightTop(), work);
306 AddLine(r.LeftTop(), r.LeftBottom(), work);
309 work = tint_color(base, B_DARKEN_4_TINT);
310 AddLine(r.RightTop(), r.RightBottom(), work);
311 AddLine(r.LeftBottom(), r.RightBottom(), work);
318 work = tint_color(base, B_LIGHTEN_MAX_TINT);
319 AddLine(r.LeftTop(), r.RightTop(), work);
320 AddLine(r.LeftTop(), r.LeftBottom(), work);
[all...]
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure.bat21 rem If you modify this program, or any covered work, by linking or
25 rem grants you additional permission to convey the resulting work.
28 rem as that of the covered work.
41 echo If it doesn't work, try executing MSDEV\BIN\VCVARS32.BAT first,
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Duldelete.c395 WCHAR_T **mdic, **cands, **work; local
456 work = cands;
457 while (*work) {
458 if (WStrcmp(*work, tc->tango_buffer) == 0) {
491 work++;
896 deldicinfo *work; local
907 work
909 if (work != (deldicinfo *)NULL) {
910 tc->workDic3 = work;
911 *work
[all...]
H A Dichiran.c347 WCHAR_T *work, *wptr, **bptr, **buf; local
352 if ((work = (WCHAR_T *)malloc(ROMEBUFSIZE * sizeof(WCHAR_T)))
364 if((*nelem = RkwGetKanjiList(context, work, ROMEBUFSIZE)) < 0) {
369 free(work);
377 w1 = work;
395 free(work);
398 for(wptr = work, bptr = buf, i = 0; *wptr && i++ < *nelem; bptr++) {
411 free(work);
H A Dulhinshi.c922 WCHAR_T **work; local
929 for(work = tc->udic; *work; work++)
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c301 MEVENT *work; local
313 work = &(SP->_sysmouse_fifo[SP->_sysmouse_tail]);
314 memset(work, 0, sizeof(*work));
315 work->id = NORMAL_EVENT; /* there's only one mouse... */
322 work->bstate |= BUTTON1_PRESSED;
324 work->bstate |= BUTTON2_PRESSED;
326 work->bstate |= BUTTON3_PRESSED;
329 work->bstate |= BUTTON1_RELEASED;
331 work
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Diconv_open-solaris.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
H A Diconv_open-irix.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
H A Diconv_open-aix.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
H A Diconv_open-osf.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c296 int (*work) OF((int infile, int outfile)) = zip; /* function to call */ variable
573 if (do_lzw && !decompress) work = lzw;
587 /* And get to work */
675 if ((*work)(fileno(stdin), fileno(stdout)) != OK) return;
814 if ((*work)(ifd, ofd) != OK) {
1131 * does not work correctly because of a bug in stat(). So we
1193 work = unzip;
1283 work = unzip;
1289 work = unpack;
1293 work
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddic.c869 struct td_n_tupple *work;
872 while((work = gwt->tdn) != (struct td_n_tupple *)0) {
873 gwt->tdn = work->next;
874 free(work);
882 struct td_n_tupple *work;
884 work = gwt->tdn;
885 if (work) {
886 gwt->tdn = work->next;
887 free(work);
866 struct td_n_tupple *work; local
879 struct td_n_tupple *work; local
/haiku-fatelf/src/bin/bash/support/
H A Dcheckbashisms129 '\$\(\([A-Za-z]' => q<cnt=$((cnt + 1)) does not work in dash>,
/haiku-fatelf/src/bin/unzip/
H A Dglobals.h126 to work either way. For these platforms, I simply keep a global pointer
217 union work area; /* see unzpriv.h for definition of work */
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk29 # would remove some text. The man program on Redhat 6.1 appears to work with
60 # This happens to work for groff 1.18.1 on Debian. At some point groff's
/haiku-fatelf/docs/user/
H A Dapidoc.dox187 work on a paragraph and you split it over multiple lines (because of the
267 commands. There are commands that work on single words, commands that work
269 letter commands are commands that work on a the next word. If you need to
299 since they're not members, some of the structuring commands won't work.
301 dividing it up in subsections by starting new blocks will not work. Instead,
543 of the kit or the API. What objects does it work with, how it interacts

Completed in 247 milliseconds

123