/src/lib/libcurses/PSD.doc/ |
twinkle1.c | 57 static int ison(int, int); 97 * calls ison() to determine if the character is on that pattern 110 if (ison(y, x)) { 122 ison(int y, int x) function in typeref:typename:int
|
twinkle1.c | 57 static int ison(int, int); 97 * calls ison() to determine if the character is on that pattern 110 if (ison(y, x)) { 122 ison(int y, int x) function in typeref:typename:int
|
twinkle2.c | 56 static int ison(int, int); 165 * calls ison() to determine if the character is on that pattern 178 if (ison(y, x)) { 190 ison(int y, int x) function in typeref:typename:int
|
twinkle2.c | 56 static int ison(int, int); 165 * calls ison() to determine if the character is on that pattern 178 if (ison(y, x)) { 190 ison(int y, int x) function in typeref:typename:int
|
/src/sys/dev/scsipi/ |
st_scsi.c | 242 int error, ison; local in function:st_scsibus_cmprss 276 ison = (cptr->dce_dcc & DCP_DCE) != 0; 283 ison = (ptr->sel_comp_alg != 0); 305 if (onoff == ison)
|
st_scsi.c | 242 int error, ison; local in function:st_scsibus_cmprss 276 ison = (cptr->dce_dcc & DCP_DCE) != 0; 283 ison = (ptr->sel_comp_alg != 0); 305 if (onoff == ison)
|
/src/sys/dev/ic/ |
pckbc.c | 401 int ison; local in function:pckbc_xt_translation 414 ison = t->t_cmdbyte & KC8_TRANS; 415 if ((on && ison) || (!on && !ison)) 426 ison = t->t_cmdbyte & KC8_TRANS; 427 if ((on && ison) || (!on && !ison))
|
pckbc.c | 401 int ison; local in function:pckbc_xt_translation 414 ison = t->t_cmdbyte & KC8_TRANS; 415 if ((on && ison) || (!on && !ison)) 426 ison = t->t_cmdbyte & KC8_TRANS; 427 if ((on && ison) || (!on && !ison))
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 82 int ison; member in struct:amidisplaycc_softc 453 adp->ison = 1; 1062 UINTDATA = adp->ison ? 1477 adp->ison = 1; 1544 adp->ison = 1; 1551 adp->ison = 0;
|
amidisplaycc.c | 82 int ison; member in struct:amidisplaycc_softc 453 adp->ison = 1; 1062 UINTDATA = adp->ison ? 1477 adp->ison = 1; 1544 adp->ison = 1; 1551 adp->ison = 0;
|