Searched refs:hl (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10/mail_cmds-30/mail/
H A Dhead.c63 struct headline hl; local
68 parse(linebuf, &hl, parbuf);
69 if (hl.l_date == NULL) {
73 if (!isdate(hl.l_date)) {
103 parse(line, hl, pbuf)
105 struct headline *hl;
110 hl->l_from = NULL;
111 hl->l_tty = NULL;
112 hl->l_date = NULL;
123 hl
[all...]
H A Dcmd1.c181 struct headline hl; local
204 parse(headline, &hl, pbuf);
211 curind, dispc, mesg, name, hl.l_date, wcount);
214 curind, dispc, mesg, name, hl.l_date, wcount,
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib553.c63 struct curl_slist *headerlist=NULL, *hl; local
80 hl = curl_slist_append(headerlist, buf);
81 if (!hl)
83 headerlist = hl;
86 hl = curl_slist_append(headerlist, "Expect: ");
87 if (!hl)
89 headerlist = hl;
H A Dlib505.c44 struct curl_slist *hl; local
99 if ((hl = curl_slist_append(headerlist, buf_1)) == NULL) {
106 if ((headerlist = curl_slist_append(hl, buf_2)) == NULL) {
108 curl_slist_free_all(hl);
114 headerlist = hl;
/macosx-10.10/file-46/file/src/
H A Dsoftmagic.c825 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3]));
846 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0]));
863 ((p->hl[1]<<24)|(p->hl[
[all...]
/macosx-10.10/less-25/less/
H A Dsearch.c605 struct hilite *hl; local
608 for (hl = hilite_anchor.hl_first; hl != NULL; hl = nexthl)
610 nexthl = hl->hl_next;
611 free((void*)hl);
625 struct hilite *hl; local
630 for (hl = hilite_anchor.hl_first; hl != NULL; hl
742 struct hilite *hl; local
843 struct hilite *hl; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dasn1_par.c125 int nl,hl,j,r; local
153 hl=(p-op);
154 length-=hl;
161 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
162 depth,(long)hl,len) <= 0)
167 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
168 depth,(long)hl) <= 0)
230 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
246 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
263 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c926 int hl; /* This spot's histline */ member in struct:isrch_spot
951 set_isrch_spot(int num, int hl, int pos, int pat_hl, int pat_pos, argument
964 isrch_spots[num].hl = hl;
980 *hlp = isrch_spots[num].hl;
1092 * hl: the number of the history line we are looking at
1097 int hl = histline, pos; local
1099 * The value of hl and pos at which the last pattern match
1116 * I think these need resetting to the current hl and pos when
1123 int pat_hl = hl, pat_po
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSchedule.h206 MCSchedModel(unsigned iw, int ml, unsigned ll, unsigned hl, unsigned mp, argument
210 IssueWidth(iw), MinLatency(ml), LoadLatency(ll), HighLatency(hl),
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip.h109 #define IP_MAKE_VHL(v, hl) ((v) << 4 | (hl))
/macosx-10.10/ruby-106/ruby/ext/date/
H A Ddate_strftime.c430 int hl, hw; local
438 hl = 1;
440 hl = 2;
442 if (flags & BIT_OF(LEFT) && hl == 1)
485 if (padding == ' ' && precision > hl) {
486 i = snprintf(s, endp - s, "%*s", precision - hl, "");
487 precision = hl;
/macosx-10.10/OpenSSL098-52/src/crypto/pem/
H A Dpem_lib.c623 int end=0,i,k,bl=0,hl=0,nohead=0; local
671 hl=0;
684 if (!BUF_MEM_grow(headerB,hl+i+9))
691 memcpy(&(headerB->data[hl]),buf,i);
692 headerB->data[hl+i]='\0';
693 hl+=i;
740 bl=hl;
/macosx-10.10/tcsh-65/tcsh/
H A Ded.chared.c1875 Char *hl; local
1881 hl = hp->histline;
1883 hl = sprlex(&hp->Hlex);
1884 cleanup_push(hl, xfree);
1887 xprintf("Comparing with \"%S\"\n", hl);
1889 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1890 hl[LastChar-InputBuf]) && c_hmatch(hl);
1892 cleanup_until(hl);
1936 Char *hl; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCell.c86 register int hl = tablePtr->highlightWidth; local
161 *x = hl + tablePtr->colStarts[col];
166 *y = hl + tablePtr->rowStarts[row];
196 int x, y, w, h, w0, h0, cellType, hl = tablePtr->highlightWidth; local
219 int topX = tablePtr->colStarts[tablePtr->titleCols]+hl;
220 int topY = tablePtr->rowStarts[tablePtr->titleRows]+hl;
264 if ((x < hl) || (y < hl) || ((x+w0) > (Tk_Width(tablePtr->tkwin)-hl))
265 || ((y+h0) > (Tk_Height(tablePtr->tkwin)-hl))) {
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dinfo.el1597 (defun Info-restore-point (hl)
1599 (while hl
1600 (if (and (equal (nth 0 (car hl)) Info-current-file)
1602 (string-equal (nth 1 (car hl)) Info-current-node))
1604 (goto-char (nth 2 (car hl)))
1605 (setq hl nil)) ;terminate the while at next iter
1606 (setq hl (cdr hl)))))
2000 (let ((hl (delete '("history" "Top") Info-history-list)))
2001 (while hl
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhexpand.c156 Histloc_t hl; /* history location */
304 hl = hist_find(shgd->hist_ptr, str,
307 if((n = hl.hist_command) == -1)
374 w[1] = sftell(ref) + hl.hist_char;
/macosx-10.10/vim-55/runtime/syntax/
H A Dpcap.vim29 syn match pcapKeyword contained ':\(fo\|hl\|ic\|rs\|rw\|sb\|sc\|sf\|sh\)'
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkClassicTheme.c40 HighlightElement *hl = elementRecord; local
43 Tcl_GetIntFromObj(NULL,hl->highlightThicknessObj,&highlightThickness);
51 HighlightElement *hl = elementRecord; local
53 XColor *highlightColor = Tk_GetColorFromObj(tkwin, hl->highlightColorObj);
55 Tcl_GetIntFromObj(NULL,hl->highlightThicknessObj,&highlightThickness);
/macosx-10.10/vim-55/src/proto/
H A Dmessage.pro64 void give_warning __ARGS((char_u *message, int hl));
/macosx-10.10/zsh-61/zsh/Src/
H A Dmem.c314 Heap h, hn, hl = NULL; local
352 hl = h;
377 if (hl)
378 hl->next = NULL;
391 Heap h, hn, hl = NULL; local
421 hl = h;
430 if (hl)
431 hl->next = NULL;
H A Dprompt.c1638 const struct highlight *hl; local
1655 for (hl = highlights; hl->name; hl++) {
1656 if (strpfx(hl->name, teststr)) {
1657 const char *val = teststr + strlen(hl->name);
1664 *on_var |= hl->mask_on;
1665 *on_var &= ~hl->mask_off;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableSet.h437 unsigned hl = getHeight(L); local
439 return (hl > hr ? hl : hr) + 1;
495 unsigned hl = getHeight(L); local
498 if (hl > hr + 2) {
515 if (hr > hl + 2) {
/macosx-10.10/vim-55/src/
H A Dscreen.c117 static void win_draw_end __ARGS((win_T *wp, int c1, int c2, int row, int endrow, hlf_T hl));
2067 win_draw_end(wp, c1, c2, row, endrow, hl)
2073 hlf_T hl;
2115 c2, c2, hl_attr(hl));
2118 c1, c2, hl_attr(hl));
2165 c1, c2, hl_attr(hl));
3286 shl = &cur->hl;
3624 shl = &cur->hl;
3692 shl = &cur->hl;
4621 if (prevcol == (long)cur->hl
5351 int hl; local
5833 int hl; local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-pem.c228 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
272 hl = 0;
292 if (!BUF_MEM_grow(headerB, hl+i+9)) {
299 memcpy(&(headerB->data[hl]), buf, i);
300 headerB->data[hl + i] = '\0';
301 hl += i;
357 bl = hl;
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c161 unsigned char hl[4]; /* 2 bytes of a fixed-endian "long" */ member in union:magic::VALUETYPE
1767 ((p->hl[0] << 24) | (p->hl[1] << 16) | (p->hl[2] << 8) | (p->hl[3]));
1775 ((p->hl[3] << 24) | (p->hl[2] << 16) | (p->hl[1] << 8) | (p->hl[0]));

Completed in 269 milliseconds

123