Searched refs:ctable (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dctable.h6 /* ctable 5
10 /* #include <ctable.h>
19 #define CTABLE struct ctable
H A Dctable.c3 /* ctable 3
7 /* #include <ctable.h>
87 #include <ctable.h>
105 struct ctable { struct
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_resolve.c56 #include <ctable.h>
H A Dsmtpd_check.c201 #include <ctable.h>
/macosx-10.10.1/screen-22/screen/
H A Dtermcap.c1190 char **ctable; local
1220 ctable = D_xtable[curchar];
1241 if (ctable[c])
1242 free(ctable[c]);
1247 if ((ctable[c] = (char *)malloc(l + 1)) == 0)
1253 sx = ctable[c];
1267 ASSERT(ctable[c] + l * templnsub + templlen == sx);
1268 debug3("XC: %c %c->%s\n", curchar, c, ctable[c]);
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertoepson.c401 static int ctable[6] = { 0, 2, 1, 4, 18, 17 }; local
548 printf("\033(r%c%c%c%c", 2, 0, 1, ctable[plane] & 15);
551 printf("\033r%c", ctable[plane + 1]);
554 printf("\033r%c", ctable[plane]); /* Set color */
577 putchar(ctable[plane]);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dform.vim29 syn keyword formHeaderStatement set sets index indices table ctable
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_tls_policy.c102 #include <ctable.h>
465 /* policy_create - create SMTP TLS policy cache object (ctable call-back) */
603 /* policy_delete - free no longer cached policy (ctable call-back) */
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_dane.c176 #include <ctable.h>
630 /* dane_free - ctable style */
1084 /* dane_lookup - TLSA record lookup, ctable style */
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el11665 (let (s1 s2 rtn (ctable org-last-tags-completion-table)
11674 (setq rtn (try-completion s2 ctable confirm))
11678 (assoc rtn ctable))
11683 (all-completions s2 ctable confirm)
11687 (assoc s2 ctable)))

Completed in 322 milliseconds