| /plan9/sys/src/ape/cmd/pax/ |
| H A D | pathname.c | 143 char *element[PATHELEM]; local 158 element[idx] = item = name; 170 } else if (strcmp(element[idx - 1], "..") == 0) { 180 element[idx++] = absolute ? "" : "."; 182 element[idx] = (char *)NULL; 187 for (idx = 0; item = element[idx]; ++idx, *name++ = '/') {
|
| /plan9/sys/src/9/pcboot/ |
| H A D | fs.c | 44 char element[NAMELEN]; in fswalk() local 51 while(path = nextelem(path, element)){ in fswalk() 52 switch(fs->walk(f, element)){ in fswalk()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gsistate.c | 180 #define RCCOPY(element)\ in gs_imager_state_pre_assign() argument 181 rc_pre_assign(pto->element, pfrom->element, cname) in gs_imager_state_pre_assign() 205 #define RCDECR(element)\ in gs_imager_state_release() argument 206 rc_decrement(pis->element, cname) in gs_imager_state_release()
|
| H A D | ttfmain.c | 387 private void Init_Glyph_Component( PSubglyph_Record element, in Init_Glyph_Component() argument 391 element->index = -1; in Init_Glyph_Component() 392 element->is_scaled = FALSE; in Init_Glyph_Component() 393 element->is_hinted = FALSE; in Init_Glyph_Component() 396 mount_zone( &original->zone, &element->zone ); in Init_Glyph_Component() 398 element->zone = exec->pts; in Init_Glyph_Component() 400 element->zone.n_contours = 0; in Init_Glyph_Component() 401 element->zone.n_points = 0; in Init_Glyph_Component() 403 element->arg1 = 0; in Init_Glyph_Component() 404 element->arg2 = 0; in Init_Glyph_Component() [all …]
|
| H A D | gscparam.c | 500 int element; in c_param_read_typed() local 512 for (element = 0; element < fa.size; ++element) in c_param_read_typed() 513 ((float *)(pparam->alternate_typed_data))[element] in c_param_read_typed() 514 = (float)pparam->value.ia.data[element]; in c_param_read_typed()
|
| H A D | zgstate.c | 312 ref element; in zsetdash() local 314 array_get(mem, op1, (long)i, &element); in zsetdash() 315 code = float_param(&element, &pattern[i]); in zsetdash()
|
| H A D | gsstate.c | 984 #define RCCOPY(element)\ in gstate_copy() argument 985 rc_pre_assign(pto->element, pfrom->element, cname) in gstate_copy()
|
| /plan9/sys/lib/ghostscript/ |
| H A D | xlatmap | 17 % The first element of pair is a string which encodes identifier of 18 % character mapping table. The format of the first element depends 20 % plugins. The second element is name of the Decoding resource. If
|
| /plan9/sys/src/cmd/gs/lib/ |
| H A D | xlatmap | 17 % The first element of pair is a string which encodes identifier of 18 % character mapping table. The format of the first element depends 20 % plugins. The second element is name of the Decoding resource. If
|
| H A D | FAPIcidfmap | 23 % The first element of the array specifies Ordering of CIDSystemInfo. 24 % The second element specifies Supplement of CIDSystemInfo.
|
| H A D | Fontmap.Ult | 28 % environmental variable GS_LIB_DEFAULT, which contains it as an element of
|
| /plan9/sys/src/cmd/postscript/postmd/ |
| H A D | postmd.c | 201 double element; /* next matrix element */ variable 594 while ( patcount != total && fscanf(fp_in, "%f", &element) != EOF ) { in matrix() 595 if ( inwindow() ) *rptr++ = mapfloat(element); in matrix() 974 mapfloat(element) in mapfloat() argument 976 double element; /* floating point matrix element */ in mapfloat() 990 for ( i = 1; i < next && ilist[i].val < element; i += 2 ) ; 992 if ( i > next || element < ilist[i].val )
|
| H A D | README | 13 element is mapped into an integer in the range 0 to 255 (254 by default)
|
| /plan9/sys/src/cmd/upas/smtp/ |
| H A D | smtpd.y | 98 domain : element ={ $$ = cat(&$1, 0, 0, 0, 0 ,0, 0); } 99 | element '.' ={ $$ = cat(&$1, 0, 0, 0, 0 ,0, 0); } 100 | element '.' domain ={ $$ = cat(&$1, &$2, &$3, 0, 0 ,0, 0); } 102 element : name ={ $$ = cat(&$1, 0, 0, 0, 0 ,0, 0); }
|
| /plan9/sys/doc/sam/ |
| H A D | fig7.pic | 9 T4: box "\f(CW\s8/* for each element */\s0\fP" ht tw wid 186 with .w at T3.e
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | juke.c | 84 static void element(Juke*, int); 740 element(w, from); in mmove() 742 element(w, to); in mmove() 744 element(w, trans); in mmove() 802 element(Juke *w, int e) in element() function 926 element(w, w->se0+i); in positions() 928 element(w, w->mt0+i); in positions() 930 element(w, w->ie0+i); in positions() 932 element(w, w->dt0+i); in positions()
|
| /plan9/sys/lib/ |
| H A D | scsicodes | 199 2101 invalid element address 242 2801 import or export element accessed 244 2803 import/export element accessed, medium changed 346 3b0d medium destination element full 347 3b0e medium source element empty 356 3b18 element disabled 357 3b19 element enabled 429 5303 medium removal prevented by data transfer element
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | jmorecfg.h.save | 46 /* Representation of a single sample (pixel element value). 314 #define RGB_RED 0 /* Offset of Red in an RGB scanline element */ 317 #define RGB_PIXELSIZE 3 /* JSAMPLEs per RGB scanline element */
|
| H A D | structure.doc | 28 pixel, we mean an element of the full-size image, while a sample is an element 581 The basic element type JSAMPLE will typically be one of unsigned char,
|
| /plan9/sys/doc/ |
| H A D | lexnames.ms | 40 by just removing the last path name element of a directory\(emwith 109 the matching entry is the final path element of the ultimate result. 448 For each path element in the name, 455 to that element [Pike93]. 462 Advance to the next element and continue. 517 path name element of 605 we delete the last element of the existing name and set the 740 element in the path name is evaluated, 773 the last element of the initial file name. 873 element that precedes them.
|
| H A D | acid.ms | 546 evaluates to the first element of the list and 1140 Each element in the list is a string corresponding to a line in the file. 1223 and returns the size in bytes of a single element of result's format. 1708 The first element is an 1712 specifying the address of the called function. The second element is the value 1715 Each element of these lists 1836 structure. Each element of the structure is retrieved and printed. 1865 .Ip \f(CW{}\fP addsrcdir string "Add element to source search path
|
| H A D | auth.ms | 648 Each element in the list is either an 656 A key matches a query if every element in the list 2121 where $H sub 1# is a hash function yielding a random element of $Z sub p sup *#,
|
| /plan9/sys/lib/man/lookman/ |
| H A D | junkwords | 130 element
|
| /plan9/sys/src/cmd/gs/icclib/ |
| H A D | Readme.txt | 136 reading to every type of element, with every possible variation of usage.
|
| /plan9/lib/ |
| H A D | keyboard | 481 2208 mo ∈ element of 482 2209 !m ∉ not an element of
|