Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 11082) sorted by last modified time

12345678910>>...444

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dicons.c60 Window wt; in CreateIconWindow() local
113 wt = tmp_win->icon_pixmap_w; in CreateIconWindow()
120 XReparentWindow(dpy, wt, tmp_win->icon_pixmap_w, 8,8); in CreateIconWindow()
121 XMapWindow(dpy, wt); in CreateIconWindow()
122 XResizeWindow(dpy, wt, in CreateIconWindow()
134 XChangeWindowAttributes(dpy,wt, valuemask,&attributes); in CreateIconWindow()
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dsimple.c828 int wt = atoi(posn + 8); in convert_fontconfig_to_pango() local
829 if (wt >= 150) in convert_fontconfig_to_pango()
831 else if (wt >= 90) in convert_fontconfig_to_pango()
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dutil.c205 Zoom(Window wf, Window wt) in Zoom() argument
216 if (wf == None || wt == None) in Zoom()
220 XGetGeometry(dpy, wt, &JunkRoot, &tx, &ty, &tw, &th, &JunkBW, &JunkDepth); in Zoom()
H A Dutil.h65 extern void Zoom(Window wf, Window wt);
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/helper/
H A Dpam-helper.c123 ssize_t wt, rd; in _converse() local
125 wt = write_prompt (STDOUT_FILENO, in _converse()
128 if (wt < 0 || wt != msg_len) { in _converse()
/dports/www/igal2/igal2-2.2/
H A Digal239 # This version was enhanced by Wolfgang Trexler (wt) Apr. 2003 - May 2016
58 # EMail: wt-igal@trexler.at
169 Authors: Wolfgang Trexler <wt-igal\@trexler.at>
260 # wt 08.04.03: check for destination directory of igal files, and create it if necessary
/dports/www/wt/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=emweb-wt-4.6.1_GH0.tar.gz
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/print/
H A Dprint.c1414 const char *wt; in print_sentence_word_alternatives() local
1424 wt = sent->word[wi].alternatives[ai]; in print_sentence_word_alternatives()
1427 if ((NULL != tokenpos) && (0 == strcmp(tokenpos->token, wt))) in print_sentence_word_alternatives()
1435 struct tokenpos firstpos = { wt }; in print_sentence_word_alternatives()
1443 lgdebug(6, "Skipping repeated %s\n", wt); in print_sentence_word_alternatives()
1458 if ('\0' == wt[0]) wt = "'\\0'"; /* Reveal a bogus value. */ in print_sentence_word_alternatives()
1459 append_string(s, " %s%s%s", opt_start, wt, opt_end); in print_sentence_word_alternatives()
1468 char *info = display(sent->dict, wt, arg); in print_sentence_word_alternatives()
1471 append_string(s, "Token \"%s\" ", wt); in print_sentence_word_alternatives()
1478 else if (word_split) append_string(s, " %s", wt); in print_sentence_word_alternatives()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dutilities.h438 wchar_t ws, wt;
445 nt = mbrtowc(&wt, t, MB_CUR_MAX, &mbt);
447 while (iswupper_l(ws, dict_locale) || iswupper_l(wt, dict_locale))
449 if (ws != wt) return false;
453 nt = mbrtowc(&wt, t, MB_CUR_MAX, &mbt);
/dports/textproc/link-grammar/link-grammar-5.8.0/data/ar/words/
H A Dwords.Nprop2178 >wt.Nprop
H A Dwords.n1093 bArA$wt.N
6472 T$wt.N
7081 x$wt.N
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtables.c522 float wt; in CheckTable() local
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/refer/
H A Drefer7.c168 char wt[4]; in condense() local
173 snprintf(wt, sizeof(wt), "%d",wref[i]); in condense()
174 n_strcat(sig,wt, MXSIG); in condense()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/ssl/
H A Dcertificate_file_expiry46 andreas perhab - andreas.perhab@wt-io-it.at (https://www.wt-io-it.at/)
H A Dletsencrypt_weekly25 andreas perhab - andreas.perhab@wt-io-it.at (https://www.wt-io-it.at/)
/dports/sysutils/heirloom/heirloom-070715/cpio/
H A Dcpio.c2453 ssize_t wo, wt = 0; in mwrite() local
2456 if ((wo = write(mt, blkbuf + wt, (max?max:blksiz) - wt)) < 0) { in mwrite()
2471 wt += wo; in mwrite()
2473 blocks += wt >> 9; in mwrite()
2474 bytes += wt & 0777; in mwrite()
2475 return wt; in mwrite()
5109 ssize_t rd, wo, wt; in redirect() local
5112 wo = wt = 0; in redirect()
5115 blkbuf + wt, in redirect()
5116 blktop - wt)) in redirect()
[all …]
/dports/sysutils/heirloom/heirloom-070715/cp/
H A Dcp.c433 ssize_t rsz, wo, wt; in fdcopy() local
493 wt = 0; in fdcopy()
495 if ((wo = write(dfd, buf + wt, rsz - wt)) < 0) { in fdcopy()
509 wt += wo; in fdcopy()
511 } while (wt < rsz); in fdcopy()
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Doblok.c133 ssize_t wo, wt = 0; in swrite() local
136 if ((wo = write(fd, data + wt, sz - wt)) < 0) { in swrite()
140 return wt; in swrite()
142 wt += wo; in swrite()
143 } while (wt < sz); in swrite()
/dports/sysutils/heirloom/heirloom-070715/tar/
H A Dtar.c2371 if ((wo = write(mt, data + wt, sz - wt)) < 0) { in mtwrite()
2374 else if (wt > 0) { in mtwrite()
2375 wt += wo; in mtwrite()
2380 wt += wo; in mtwrite()
2381 } while (wt < sz); in mtwrite()
2383 return wt; in mtwrite()
2761 int wo, wt; in redirect() local
2764 wo = wt = 0; in redirect()
2767 tbuf + wt, in redirect()
2768 rd - wt)) in redirect()
[all …]
/dports/sysutils/heirloom/heirloom-070715/copy/
H A Dcopy.c352 ssize_t rsz, wo, wt; in fdcopy() local
375 wt = 0; in fdcopy()
377 if ((wo = write(dfd, buf+wt, rsz-wt)) < 0) { in fdcopy()
384 wt += wo; in fdcopy()
385 } while (wt < rsz); in fdcopy()
/dports/sysutils/heirloom/heirloom-070715/grep/
H A Dgrep.c205 ssize_t rd, wo, wt; in redirect() local
209 wo = wt = 0; in redirect()
212 &ip->ib_cur[wt], in redirect()
213 rd - wt)) in redirect()
219 wt += wo; in redirect()
220 } while (wt < rd); in redirect()
/dports/sysutils/heirloom/heirloom-070715/dd/
H A Ddd.c646 ssize_t wt; in swrite() local
649 if ((wt = write(offd, data, size)) <= 0) { in swrite()
660 return wt; in swrite()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dmt.h293 windowtype_t wt; member
H A Dmt.c1392 if (cur -> wt == WT_FILE) in update_statusline()
1413 else if (cur -> wt == WT_COMMAND) in update_statusline()
1440 if (cur -> wt == WT_STDIN || cur -> wt == WT_SOCKET) in update_statusline()
2206 …if (cur -> wt == WT_COMMAND || cur -> wt == WT_STDIN || cur -> wt == WT_SOCKET || cur -> check_int… in set_default_parameters_if_not_given_do()
2328 if (cur -> wt == WT_STDIN) in start_all_processes()
2342 else if (cur -> wt == WT_SOCKET) in start_all_processes()
2861 if (cur -> wt == WT_FILE) in sigusr1_restart_tails()
2919 if (died_proc == cur -> pid && cur -> wt != WT_STDIN && cur -> wt != WT_SOCKET) in check_for_died_processes()
3083 cur -> wt = WT_FILE; in check_paths()
3608 if (cur -> wt == WT_SOCKET) in wait_for_keypress()
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A DMakefile.in161 cd $(srcdir) && ctags -wt $(SRCS) $(HDRS)

12345678910>>...444