Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 107) sorted by relevance

12345

/plan9/sys/src/cmd/execnet/
H A Dnote.c12 typedef struct Note Note; typedef
13 struct Note struct
20 static Note notes[128]; argument
21 static Note *enotes = notes+nelem(notes);
56 Note *n; in delayednotes()
89 Note *n; in _threadnote()
/plan9/sys/src/libthread/
H A Dnote.c10 typedef struct Note Note; typedef
11 struct Note struct
18 static Note notes[128]; argument
19 static Note *enotes = notes+nelem(notes);
54 Note *n; in delayednotes()
87 Note *n; in _threadnote()
/plan9/sys/src/cmd/gs/src/
H A Dcontrib.mak144 ### Note: this driver was contributed by a user: ###
157 ### Note: this driver was contributed by a user: please contact ###
168 ### Note: this driver was contributed by a user: please contact ###
180 ### Note: this driver is maintained by a user: if you have questions, ###
195 ### Note: these drivers were contributed by users. ###
234 ### Note: this driver was contributed by a user: please contact ###
246 ### Note: there are two different 500C drivers, both contributed by users.###
291 # Note: the pjxl300 driver also works for the CopyJet.
295 # Note: the BJC600 driver also works for the BJC4000.
330 ### Note that this is a long-edge-feed device, so the default page size is
[all …]
/plan9/sys/src/cmd/
H A Dcpu.c790 typedef struct Note Note; typedef
791 struct Note struct
793 Note *next; argument
815 Note *nfirst, *nlast; argument
842 Note *np; in kick()
1141 Note *np; in lclnoteproc()
1189 np = mallocz(sizeof(Note), 1); in lclnoteproc()
/plan9/sys/src/9/omap/
H A Dsyscall.c106 Note *n; in notify()
174 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
175 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/cmd/gs/jpeg/
H A Dcoderules.doc52 Note that each function definition must begin with GLOBAL(type), LOCAL(type),
70 Note the set of parentheses surrounding the parameter list.
94 wherever possible. (Note that our method-based calling conventions help this
115 Note: these rules (particularly #4) are not followed religiously in the
H A Djmorecfg.h.save104 * external storage. Note that when using the stdio data source/destination
195 * Note that the arglist parameter must be parenthesized!
254 * library. Note that you can leave certain source files out of the
273 /* Note: if you selected 12-bit data precision, it is dangerous to turn off
303 * (one extra byte per pixel) by changing RGB_PIXELSIZE. Note that changing
348 * by your compiler. (Note that this type is only used in the floating point
H A Djconfig.st35 /* Note: if you undef TWO_FILE_COMMANDLINE, you may need to define
H A Djconfig.mc631 /* Note: the above define is known to improve the code with Microsoft C 6.00A.
/plan9/sys/src/9/teg2/
H A Dsyscall.c112 Note *n; in notify()
181 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
182 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/9/kw/
H A Dsyscall.c106 Note *n; in notify()
174 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
175 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h32 typedef struct Note Note; typedef
307 struct Note struct
/plan9/sys/src/9/port/
H A Dportdat.h24 typedef struct Note Note; typedef
338 struct Note struct
751 Note note[NNOTE];
754 Note lastnote;
/plan9/sys/src/cmd/gs/
H A Dcontrib9.mak5 ### Note: this driver was contributed by a user: please contact ###
/plan9/sys/src/cmd/gs/lib/
H A DFAPIcidfmap16 % Note that this is unrelated to the real type of the font file -
H A DFAPIfontmap16 % Note that this is unrelated to the real type of the font file -
H A Dxlatmap21 % that resource is not available, definefont will fail. Note that
/plan9/sys/lib/wiki/d/
H A D020 #That's all. Note in particular that arbitrary HTML tags are not
H A D0.hist20 #That's all. Note in particular that arbitrary HTML tags are not
/plan9/sys/doc/fs/
H A Dpa20 Note that
/plan9/sys/src/cmd/gs/doc/
H A Dgs-vms.hlp29 in the command line. Note that this switch must precede the first
121 Note that the B paper sizes are ISO sizes: for information about using
176 Note that VMS will convert all command line arguments to lower case
226 Note that gs_init.ps makes systemdict read-only, so the values of names
/plan9/sys/lib/ghostscript/
H A Dxlatmap21 % that resource is not available, definefont will fail. Note that
/plan9/acme/bin/source/acd/
H A Dsubmit30 Note that the disc ID specified in the mail Subject line should
127 X-Cddbd-Note: message for user
151 X-Cddbd-Note: Problems with Super CD Player? Send email to support@supercd.com.
160 Note the blank line between the "Content-Length" header field and the
/plan9/sys/src/9/mtx/
H A Dtrap.c719 Note *n; in notify()
778 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
779 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/lib/ghostscript/font/
H A DFontmap.GS47 % Note that an alias name cannot be enclosed in parentheses.
63 % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager

12345