Home
last modified time | relevance | path

Searched refs:opstring (Results 1 – 15 of 15) sorted by relevance

/original-bsd/local/toolchest/ksh/
H A Dgetopts6 eval typeset opstring=['$'$n] name='$'{$#} balance
24 $opstring)
25 d=${opstring#*$c}
/original-bsd/usr.bin/struct/beautify/
H A Dtree.c49 char *opstring[] = { "||", "&&", ">=", "<=", "!=", ">", "==", "<"}; variable
84 tree->lit = malloc(slength(opstring[i])+1);
85 str_copy(opstring[i],tree->lit, slength(opstring[i])+1);
/original-bsd/usr.bin/pascal/pdx/tree/
H A Dprtree.c111 printf("%s", opinfo[op].opstring);
116 printf("%s", opinfo[op].opstring);
H A Dopinfo.h16 char *opstring; member
/original-bsd/sbin/newlfs/
H A Dnewfs.c102 char *cp, *opstring; local
115 opstring = "F:B:DLNS:T:a:b:c:d:e:f:i:k:l:m:n:o:p:r:s:t:u:x:";
117 opstring += 2;
120 while ((ch = getopt(argc, argv, opstring)) != EOF)
/original-bsd/old/dbx/
H A Dtree.c346 fprintf(f, "%s", opinfo[ord(cmd->op)].opstring);
391 fprintf(f, "%s }", opinfo[ord(cmd->op)].opstring);
568 fprintf(f, "%s", opinfo[ord(op)].opstring);
573 fprintf(f, "%s", opinfo[ord(op)].opstring);
578 if (opinfo[ord(op)].opstring == nil) {
581 fprintf(f, "%s", opinfo[ord(op)].opstring);
H A Ddebug.c123 s = opinfo[ord(op)].opstring;
H A Doperators.c23 String opstring; member
/original-bsd/sbin/newfs/
H A Dnewfs.c172 char *cp, *s1, *s2, *special, *opstring, buf[BUFSIZ]; local
184 opstring = mfs ?
187 while ((ch = getopt(argc, argv, opstring)) != EOF)
/original-bsd/old/pcc/c2.vax/
H A Dc20.c340 for (p=optab; p->opstring[0]; ++p) in output()
343 printf("%s", t->pop->opstring); in output()
416 for (optp = optab; optp->opstring[0]; optp++) { in opsetup()
417 t=7; i=0; while (--t>=0) i+= i+optp->opstring[t]; in opsetup()
443 if (equstr(tempop,optp->opstring)) return(optp); in oplook()
H A Dc2.h124 char opstring[7]; member
/original-bsd/old/pcc/c2.tahoe/
H A Dc20.c365 for (p=optab; p->opstring[0]; ++p) in output()
369 printf("%s", t->pop->opstring); in output()
430 for (optp = optab; optp->opstring[0]; optp++) { in opsetup()
431 t=7; i=0; while (--t>=0) i+= i+optp->opstring[t]; in opsetup()
457 if (equstr(tempop,optp->opstring)) return(optp); in oplook()
H A Dc2.h61 char opstring[7]; member
/original-bsd/old/pcc/ccom.tahoe/
H A Dlocal2.c60 struct hoptab { int opmask; char * opstring; } ioptab[] = { member
82 printf( "e%s", q->opstring); in hopcode()
84 printf( "%s%c", q->opstring, tolower(f)); in hopcode()
/original-bsd/old/pcc/ccom.vax/
H A Dlocal2.c57 struct hoptab { int opmask; char * opstring; } ioptab[] = { member
77 printf( "%s%c", q->opstring, tolower(f)); in hopcode()