Searched refs:oname (Results 1 – 7 of 7) sorted by relevance
/original-bsd/usr.bin/ex/ |
H A D | ex_set.c | 74 if (eq(op->oname, cp) || op->oabbrev && eq(op->oabbrev, cp)) in set() 76 if (op->oname == 0) in set() 93 serror("Option %s is not a toggle", op->oname); in set() 97 serror("Missing =@in assignment to option %s", op->oname); in set() 219 name = op->oname;
|
H A D | ex.h | 110 char *oname; member
|
/original-bsd/bin/pax/ |
H A D | tables.c | 528 add_name(oname, onamelen, nname) in add_name() 529 register char *oname; in add_name() 549 indx = st_hash(oname, onamelen, N_TAB_SZ); 554 while ((pt != NULL) && (strcmp(oname, pt->oname) != 0)) 578 if ((pt->oname = strdup(oname)) != NULL) { 584 (void)free((char *)pt->oname); 601 sub_name(register char *oname, int *onamelen) in sub_name() argument 604 sub_name(oname, onamelen) in sub_name() 605 register char *oname; in sub_name() 617 indx = st_hash(oname, *onamelen, N_TAB_SZ); [all …]
|
H A D | tables.h | 68 char *oname; /* old name */ member
|
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/ |
H A D | textblocks.c | 30 int oname; local 104 oname = texname; 106 return(oname);
|
/original-bsd/old/tbl/ |
H A D | tg.c | 16 int oname; local 68 oname=texname; 70 return(oname);
|
/original-bsd/old/pcc/mip/ |
H A D | pftn.c | 256 /* iterate */ --memp){ char *cname, *oname; local 259 oname=stab[*memp].sname; 262 if(*cname++ != *oname)goto diff; 263 if(!*oname++)break; 266 if (cname != oname) goto diff;
|