Home
last modified time | relevance | path

Searched refs:code1 (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dechochar.c57 int code1; in echochar() local
59 code1 = waddch(stdscr, ch); in echochar()
62 return ((code1 == OK) ? code : code1); in echochar()
71 int code1; in wechochar() local
73 code1 = waddch(w, ch); in wechochar()
76 return ((code1 == OK) ? code : code1); in wechochar()
H A Decho_wch.c57 int code1; in echo_wchar() local
59 code1 = wadd_wch(stdscr, ch); in echo_wchar()
62 return ((code1 == OK) ? code : code1); in echo_wchar()
71 int code1; in wecho_wchar() local
73 code1 = wadd_wch(w, ch); in wecho_wchar()
76 return ((code1 == OK) ? code : code1); in wecho_wchar()
H A Dpecho_wc.c55 int code1; in pecho_wchar() local
68 code1 = wadd_wch(pad, cc); in pecho_wchar()
74 return ((code1) ? code : code1); in pecho_wchar()
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Drel_cred.c35 krb5_error_code code1, code2, code3; local
37 code1 = krb5_gss_init_context(&context);
38 if (code1) {
39 *minor_status = code1;
72 code1 = krb5_cc_destroy(context, cred->ccache);
74 code1 = krb5_cc_close(context, cred->ccache);
76 code1 = 0;
98 if (code1)
99 *minor_status = code1;
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.h27 uint8_t code1[0x0020]; member
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dshared.h418 char code1[0x0020]; member