Lines Matching defs:ue
253 usg_elem *ue;
285 ue = store + store_idx++;
286 ue->idx = i;
287 ue->next = ue->alias = NULL;
291 byr_val = ue;
299 RVAL (s, ue->idx)) {
308 NAME (s, ue->idx)) > 0) {
315 ue->next = *ue_curr;
316 *ue_curr = ue;
326 ue = byr_val;
327 while (ue) {
330 printf ("%2d: %s\n", ue->idx, NAME (s, ue->idx));
331 for (ue2 = ue->alias; ue2; ue2 = ue2->next)
334 ue = ue->next;
342 for (ue = byr_val; ue; ue = ue->next) {
355 if (!(FLAGS (s, ue->idx) & IS_LONG))
356 CALC_LEN (ue->idx);
359 for (ap = ue->alias; ap; ap = ap->next) {
365 if (FLAGS (s, ue->idx) & IS_LONG)
366 CALC_LEN (ue->idx);
369 for (ap = ue->alias; ap; ap = ap->next) {
379 len = strlen (DESC (s, ue->idx));
408 for (ue = byr_val; ue; ue = ue->next) {
413 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
414 for (ap = ue->alias; ap; ap = ap->next) {
434 if (!(FLAGS (s, ue->idx) & IS_LONG))
435 PRINT_IT (ue->idx);
438 for (ap = ue->alias; ap; ap = ap->next) {
444 if (FLAGS (s, ue->idx) & IS_LONG)
445 PRINT_IT (ue->idx);
448 for (ap = ue->alias; ap; ap = ap->next) {
460 pstart = DESC (s, ue->idx);