Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 14 of 14) sorted by relevance

/plan9/sys/src/cmd/db/
H A Dinput.c122 char *fptr; in getformat() local
126 fptr=deformat; in getformat()
130 fptr += runetochar(fptr, &r); in getformat()
135 if (fptr!=deformat) in getformat()
136 *fptr = '\0'; in getformat()
/plan9/sys/src/cmd/gs/src/
H A Dfiles.h31 #define fptr(pref) (pref)->value.pfile macro
60 (svar = fptr(op), (svar->read_id | svar->write_id) == r_size(op))
62 (svar = fptr(op), (svar->read_id | svar->write_id) != r_size(op))
85 svar = fptr(op);\
106 svar = fptr(op);\
H A Dzfilter.c244 s = fptr(sop); in filter_read()
323 s = fptr(sop); in filter_write()
415 bs = fptr(&bsop); in filter_ensure_buf()
428 fptr(fop)->is_temp = is_temp; in filter_mark_temp()
436 stream *s = fptr(fop); in filter_mark_strm_temp()
H A Dzfproc.c200 for (ps = fptr(fop); ps->strm != 0;) in s_handle_read_exception()
331 for (ps = fptr(fop); ps->strm != 0;) in s_handle_write_exception()
H A Dzfileio.c897 stream *s = fptr(op); in file_switch_to_read()
913 stream *s = fptr(op); in file_switch_to_write()
956 for (s = fptr(fop); s->strm != 0 && s->state->error_string[0] == 0;) in copy_error_string()
H A Dzfrsd.c191 stream *rs = fptr(source_op); in zreusablestream()
H A Discan.c230 stream *s = fptr(fop); in scan_handle_refill()
H A Dzfile.c638 s = fptr(&fref); in zlibfile()
/plan9/sys/src/cmd/plot/
H A Dplot.c105 struct fcall *fptr = flibr; variable
524 fptr->name = names; in define()
532 fptr->stash = nstash; in define()
556 if(fptr++ >= &flibr[MAXL]){ in define()
570 for(f=flibr;f<fptr;f++){ in call()
574 if(f == fptr){ in call()
/plan9/sys/src/cmd/lex/
H A Dlmain.c43 int fptr; variable
123 yyfile = argv[fptr++]; in main()
H A Dldefs.h83 extern int fptr;
H A Dsub1.c286 yyfile = sargv[fptr++]; in gch()
/plan9/sys/include/
H A Dbootexec.h7 ulong fptr; member
/plan9/sys/src/cmd/upas/fs/
H A Dfs.c28 Message *fptr; // pointer to message at off member
846 f->fptr = nil; in readmboxdir()
856 if(f->mb->vers == f->fvers && off >= f->foff && f->fptr != nil){ in readmboxdir()
857 msg = f->fptr; in readmboxdir()
882 f->fptr = msg; in readmboxdir()
1125 ff->fptr = nil; in newfid()
1130 f->fptr = nil; in newfid()