/original-bsd/local/toolchest/ksh/ |
H A D | getopts | 6 eval typeset opstring=['$'$n] name='$'{$#} balance 24 $opstring) 25 d=${opstring#*$c}
|
/original-bsd/usr.bin/struct/beautify/ |
H A D | tree.c | 49 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 D | prtree.c | 111 printf("%s", opinfo[op].opstring); 116 printf("%s", opinfo[op].opstring);
|
H A D | opinfo.h | 16 char *opstring; member
|
/original-bsd/sbin/newlfs/ |
H A D | newfs.c | 102 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 D | tree.c | 346 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 D | debug.c | 123 s = opinfo[ord(op)].opstring;
|
H A D | operators.c | 23 String opstring; member
|
/original-bsd/sbin/newfs/ |
H A D | newfs.c | 172 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 D | c20.c | 340 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 D | c2.h | 124 char opstring[7]; member
|
/original-bsd/old/pcc/c2.tahoe/ |
H A D | c20.c | 365 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 D | c2.h | 61 char opstring[7]; member
|
/original-bsd/old/pcc/ccom.tahoe/ |
H A D | local2.c | 60 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 D | local2.c | 57 struct hoptab { int opmask; char * opstring; } ioptab[] = { member 77 printf( "%s%c", q->opstring, tolower(f)); in hopcode()
|