Home
last modified time | relevance | path

Searched refs:ONOFF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c87 (unsigned char *)"autoindent", (unsigned char *)"ai", ONOFF, 0, 0, 0,
88 (unsigned char *)"autoprint", (unsigned char *)"ap", ONOFF, 1, 1, 0,
89 (unsigned char *)"autowrite", (unsigned char *)"aw", ONOFF, 0, 0, 0,
90 (unsigned char *)"beautify", (unsigned char *)"bf", ONOFF, 0, 0, 0,
92 (unsigned char *)"edcompatible", (unsigned char *)"ed", ONOFF, 0, 0, 0,
93 (unsigned char *)"errorbells", (unsigned char *)"eb", ONOFF, 0, 0, 0,
94 (unsigned char *)"exrc", (unsigned char *)"ex", ONOFF, 0, 0, 0,
95 (unsigned char *)"flash", (unsigned char *)"fl", ONOFF, 1, 1, 0,
97 (unsigned char *)"ignorecase", (unsigned char *)"ic", ONOFF, 0, 0, 0,
98 (unsigned char *)"lisp", 0, ONOFF, 0, 0, 0,
[all …]
H A Dex_set.c277 if (op->otype == ONOFF) { in set()
422 case ONOFF: in propts()
449 case ONOFF: in propt()
H A Dex.h142 #define ONOFF 0 macro
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c793 #define ONOFF(x) ((x) == 0 ? 0 : 1) macro
868 ONOFF(sctp->sctp_recvsndrcvinfo); in sctp_get_opt()
870 ONOFF(sctp->sctp_recvassocevnt); in sctp_get_opt()
872 ONOFF(sctp->sctp_recvpathevnt); in sctp_get_opt()
874 ONOFF(sctp->sctp_recvsendfailevnt); in sctp_get_opt()
876 ONOFF(sctp->sctp_recvpeererr); in sctp_get_opt()
878 ONOFF(sctp->sctp_recvshutdownevnt); in sctp_get_opt()
880 ONOFF(sctp->sctp_recvpdevnt); in sctp_get_opt()
882 ONOFF(sctp->sctp_recvalevnt); in sctp_get_opt()
1065 onoff = ONOFF(*i1); in sctp_set_opt()
[all …]