Lines Matching refs:btem_params
100 int btem_params[BTEM_MAXPARAMS]; member
959 if (btem->btem_params[i] == -1) in btem_setparam()
960 btem->btem_params[i] = newparam; in btem_setparam()
974 bcons_dev.bd_shift(btem->btem_params[0]); in btem_chkparam()
979 bcons_dev.bd_setpos(rows - btem->btem_params[0], cols); in btem_chkparam()
984 bcons_dev.bd_setpos(rows + btem->btem_params[0], cols); in btem_chkparam()
989 bcons_dev.bd_setpos(rows, cols + btem->btem_params[0]); in btem_chkparam()
994 bcons_dev.bd_setpos(rows, cols - btem->btem_params[0]); in btem_chkparam()
1017 switch (btem->btem_params[0]) { in btem_chkparam_qmark()
1025 switch (btem->btem_params[0]) { in btem_chkparam_qmark()
1045 btem->btem_params[btem->btem_curparam] = in btem_getparams()
1103 btem->btem_params[i] = -1; in btem_parse()