.TITLE CMKT Cancel Mark Time Requests .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index CMKT Cancel Mark Time Requests ; ; Usage ; ; #include ; word efn; /* Event flag number */ ; {typ} astsrv(); /* AST service function */ ; word status; /* Returned DSW */ ; ; status = cmkt(efn, astsrv); ; ; Description ; ; Cancel mark time requests specified by ; efn, AST routine, both, or cancel ; all mark time requests. See the appropriate ; Executive Reference Manual. ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial edit ; V1.1 19-Oct-82 RBD Change P-Sections. Fix Documentation. ; .mcall cmkt$s cmkt:: mov sp,r0 ;r0 --> parameters stack frame cmkt$s 2(r0),4(r0) mov $dsw, r0 ;return DSW return .end