Home
last modified time | relevance | path

Searched defs:pstate (Results 1 – 14 of 14) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dztoken.c88 scanner_state *pstate; in ztoken_continue() local
98 token_continue(i_ctx_t *i_ctx_p, stream * s, scanner_state * pstate, in token_continue()
180 scanner_state *pstate; in ztokenexec_continue() local
190 tokenexec_continue(i_ctx_t *i_ctx_p, stream * s, scanner_state * pstate, in tokenexec_continue()
260 scanner_state *pstate; in ztoken_handle_comment() local
H A Dgscrypt1.c25 gs_type1_encrypt(byte * dest, const byte * src, uint len, crypt_state * pstate) in gs_type1_encrypt()
41 gs_type1_decrypt(byte * dest, const byte * src, uint len, crypt_state * pstate) in gs_type1_decrypt()
H A Dgsiodisk.c190 diskn_state * pstate = gs_alloc_struct(mem, diskn_state, &st_diskn_state, in iodev_diskn_init() local
207 diskn_state * pstate = (diskn_state *)iodev->state; in iodev_diskn_fopen() local
230 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_delete() local
249 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_rename() local
275 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_status() local
293 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_enumerate_files_init() local
322 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_get_params() local
366 diskn_state * pstate = (diskn_state *)iodev->state; in diskn_put_params() local
H A Dinobtokn.c27 scanner_state *pstate) in scan_binary_token()
H A Discanbin.c150 scanner_state *pstate) in scan_binary_token()
369 scanner_state * pstate) in scan_bin_string_continue()
395 scanner_state * pstate) in scan_bin_num_array_continue()
438 scanner_state * pstate) in scan_bos_continue()
600 scan_bos_resize(i_ctx_t *i_ctx_p, scanner_state * pstate, uint new_size, in scan_bos_resize()
627 scanner_state * pstate) in scan_bos_string_continue()
H A Dzfproc.c94 s_handle_intc(i_ctx_t *i_ctx_p, const ref *pstate, int nstate, in s_handle_intc()
185 const ref * pstate, int nstate, op_proc_t cont) in s_handle_read_exception()
315 const ref * pstate, int nstate, op_proc_t cont) in s_handle_write_exception()
H A Digc.c633 gc_rescan_chunk(chunk_t * cp, gc_state_t * pstate, gc_mark_stack * pmstack) in gc_rescan_chunk()
700 gc_trace_chunk(const gs_memory_t *mem, chunk_t * cp, gc_state_t * pstate, gc_mark_stack * pmstack) in gc_trace_chunk()
758 gc_trace(gs_gc_root_t * rp, gc_state_t * pstate, gc_mark_stack * pmstack) in gc_trace()
1010 gc_extend_stack(gc_mark_stack * pms, gc_state_t * pstate) in gc_extend_stack()
1073 gc_trace_finish(gc_state_t * pstate) in gc_trace_finish()
1185 gc_do_reloc(chunk_t * cp, gs_ref_memory_t * mem, gc_state_t * pstate) in gc_do_reloc()
H A Discan.c254 scanner_state *pstate; in scan_handle_refill() local
288 scan_comment(i_ctx_t *i_ctx_p, ref *pref, scanner_state *pstate, in scan_comment()
393 scan_token(i_ctx_t *i_ctx_p, stream * s, ref * pref, scanner_state * pstate) in scan_token()
H A Discan.h122 #define scanner_state_init_check(pstate, from_string, check_only)\ argument
126 #define scanner_state_init(pstate, from_string)\ argument
H A Dziodevst.c64 iostatic_state *pstate = gs_alloc_struct(mem, iostatic_state, &st_iostatic_state, in iostatic_init() local
H A Dgdevtfax.c246 stream_CFE_state * pstate, tiff_mono_directory * pdir) in tifff_print_page()
/plan9/sys/src/libmach/sparc64/
H A Dureg.h47 ulong pstate; member
/plan9/sys/src/cmd/lex/
H A Dsub2.c527 pstate(int s) in pstate() function
/plan9/sys/src/cmd/
H A Dyacc.c222 Item* pstate[NSTATES+2]; /* pointers to the descriptions of the states */ variable