Lines Matching refs:value
156 /* pointer to the token's value */
345 char *value;
348 /* pointer to the token's value */
349 value = token + 3;
354 if (strncmp("BUSY", value, 4) == 0) {
361 s->hw->model = decode_string(value, len);
367 char *v = decode_string(value, len);
373 char *v = decode_string(value, len);
384 if (strncmp("TYPEPAGE", value, len) == 0) {
388 if (strncmp("TYPEFEED", value, len) == 0) {
392 if (strncmp("DPLX1SCN", value, len) == 0) {
397 if (strncmp("DPLX2SCN", value, len) == 0) {
402 if (strncmp("FORDPF1N", value, len) == 0) {
406 if (strncmp("FORDPFN1", value, len) == 0) {
410 if (strncmp("ALGNLEFT", value, len) == 0) {
415 if (strncmp("ALGNCNTR", value, len) == 0) {
420 if (strncmp("ALGNRIGT", value, len) == 0) {
428 if (strncmp("PREF", value, len) == 0) {
432 if (strncmp("ASCN", value, len) == 0) {
436 if (strncmp("RCVR", value, len) == 0) {
445 if (strncmp("AREA", value, 4) == 0) {
447 int min = decode_value(value + 4, 8);
448 int max = decode_value(value + 4 + 8, 8);
454 if (strncmp("AMIN", value, 4) == 0) {
456 int min = decode_value(value + 4, 8);
457 int max = decode_value(value + 4 + 8, 8);
462 if (strncmp("AMAX", value, 4) == 0) {
464 int min = decode_value(value + 4, 8);
465 int max = decode_value(value + 4 + 8, 8);
478 if (strncmp("AREA", value, 4) == 0) {
480 int min = decode_value(value + 4, 4);
481 int max = decode_value(value + 4 + 4, 8);
488 if (strncmp("AMAX", value, 4) == 0) {
491 int min = decode_value(value + 4, 4);
493 int max = decode_value(value + 4 + 4, 8);
506 if (strncmp("RESO", value, 4) == 0) {
508 int res = decode_value(value + 4, 8);
515 if (strncmp("OVSN", value, 4) == 0) {
517 int x = decode_value(value + 4, 4);
518 int y = decode_value(value + 4 + 4, 4);
532 if (strncmp("AREA", value, 4) == 0) {
534 int min = decode_value(value + 4, 8);
535 int max = decode_value(value + 4 + 8, 8);
547 if (strncmp("AREA", value, 4) == 0) {
549 int min = decode_value(value + 4, 4);
551 int max = decode_value(value + 4 + 4, 8);
561 if (strncmp("ALGNLEFT", value, len) == 0) {
566 if (strncmp("ALGNCNTR", value, len) == 0) {
571 if (strncmp("ALGNRIGT", value, len) == 0) {
581 if (strncmp("RESO", value, 4) == 0) {
583 int res = decode_value(value + 4, 8);
590 if (strncmp("OVSN", value, 4) == 0) {
592 int x = decode_value(value + 4, 4);
593 int y = decode_value(value + 4 + 4, 4);
601 if (strncmp("DETX", value, len) == 0) {
605 if (strncmp("DETY", value, len) == 0) {
640 char *value = token + 3;
701 if (strncmp("RAW ", value + 4, 4) == 0) {
707 if (strncmp("RAW ", value + 8, 4) == 0) {
785 char *value = token + 3;
794 if (strncmp("ADF PE ", value, len) == 0) {
799 if (strncmp("ADF OPN", value, len) == 0) {