Lines Matching refs:typos
317 } static const typos[] = TAGGED_ARRAY(PS, variable
411 if (strcmp(typos[toybuf[i]].name, typos[toybuf[i+1]].name)>0) { in help_fields()
422 t = (void *)(typos+toybuf[i]); in help_fields()
452 for (i = 0; i<ARRAY_LEN(typos)-jump; i++) toybuf[i] = i+(i>=PS_COMM)*jump; in help_help()
453 help_fields(ARRAY_LEN(typos)-jump, 1); in help_help()
454 help_fields(ARRAY_LEN(typos)-jump, 0); in help_help()
505 int which = field->which, sl = typos[which].slot; in string_field()
591 ll = slot[typos[which].slot]; in string_field()
1090 for (i = 0; i<ARRAY_LEN(typos); i++) { in parse_ko()
1093 if (!j) s = typos[i].name; in parse_ko()
1104 if (i==ARRAY_LEN(typos)) return type; in parse_ko()
1105 if (!field->title) field->title = typos[field->which].name; in parse_ko()
1106 if (!field->len) field->len = typos[field->which].width; in parse_ko()
1107 else if (typos[field->which].width<0) field->len *= -1; in parse_ko()
1215 slot = typos[field->which].slot; in ksort()
1340 && field->which<=PS_RGROUP && (typos[field->which].slot&XX)) in ps_main()
1631 int slot = typos[field->which].slot&(XX-1); in top_common()
1640 " %s: %*s,", typos[field->which].name, in top_common()