Searched refs:ONOFF (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 89 (unsigned char *)"autoindent", (unsigned char *)"ai", ONOFF, 0, 0, 0, 90 (unsigned char *)"autoprint", (unsigned char *)"ap", ONOFF, 1, 1, 0, 91 (unsigned char *)"autowrite", (unsigned char *)"aw", ONOFF, 0, 0, 0, 92 (unsigned char *)"beautify", (unsigned char *)"bf", ONOFF, 0, 0, 0, 94 (unsigned char *)"edcompatible", (unsigned char *)"ed", ONOFF, 0, 0, 0, 95 (unsigned char *)"errorbells", (unsigned char *)"eb", ONOFF, 0, 0, 0, 96 (unsigned char *)"exrc", (unsigned char *)"ex", ONOFF, 0, 0, 0, 97 (unsigned char *)"flash", (unsigned char *)"fl", ONOFF, 1, 1, 0, 99 (unsigned char *)"ignorecase", (unsigned char *)"ic", ONOFF, 0, 0, 0, 100 (unsigned char *)"lisp", 0, ONOFF, 0, 0, 0, [all …]
|
H A D | ex_set.c | 277 if (op->otype == ONOFF) { in set() 422 case ONOFF: in propts() 449 case ONOFF: in propt()
|
H A D | ex.h | 142 #define ONOFF 0 macro
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 783 #define ONOFF(x) ((x) == 0 ? 0 : 1) macro 858 ONOFF(sctp->sctp_recvsndrcvinfo); in sctp_get_opt() 860 ONOFF(sctp->sctp_recvassocevnt); in sctp_get_opt() 862 ONOFF(sctp->sctp_recvpathevnt); in sctp_get_opt() 864 ONOFF(sctp->sctp_recvsendfailevnt); in sctp_get_opt() 866 ONOFF(sctp->sctp_recvpeererr); in sctp_get_opt() 868 ONOFF(sctp->sctp_recvshutdownevnt); in sctp_get_opt() 870 ONOFF(sctp->sctp_recvpdevnt); in sctp_get_opt() 872 ONOFF(sctp->sctp_recvalevnt); in sctp_get_opt() 1055 onoff = ONOFF(*i1); in sctp_set_opt() [all …]
|