| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | regex.c | 132 LispObj *regex, *ostring, *count, *ostart, *oend, *notbol, *noteol; local in function:Lisp_Reexec 137 ostart = ARGUMENT(3); 170 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend,
|
| H A D | string.c | 586 LispObj *ostring, *ostart, *oend, *oradix, *junk_allowed; local in function:Lisp_ParseInteger 591 ostart = ARGUMENT(1); 598 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 734 LispObj *ostring, *eof_error_p, *eof_value, *ostart, *oend; local in function:Lisp_ReadFromString 737 ostart = ARGUMENT(3); 744 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 1126 LispObj *ostring, *ostart, *oend; local in function:LispStringUpcase 1129 ostart = ARGUMENT(1); 1132 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 1198 LispObj *ostring, *ostart, *oen local in function:LispStringDowncase 1269 LispObj *ostring, *ostart, *oend; local in function:LispStringCapitalize [all...] |
| H A D | helper.c | 1103 LispObj *string, *output_stream, *ostart, *oend; local in function:LispWriteString_ 1106 ostart = ARGUMENT(2); 1111 LispCheckSequenceStartEnd(builtin, string, ostart, oend,
|
| H A D | pathname.c | 448 LispObj *object, *host, *defaults, *ostart, *oend, *junk_allowed; local in function:Lisp_ParseNamestring 452 ostart = ARGUMENT(3); 491 LispCheckSequenceStartEnd(builtin, object, ostart, oend,
|
| H A D | stream.c | 565 LispObj *ostring, *ostart, *oend, *result; local in function:Lisp_MakeStringInputStream 568 ostart = ARGUMENT(1); 573 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend,
|
| H A D | core.c | 1698 LispObj *sequence, *item, *ostart, *oend; local in function:Lisp_Fill 1701 ostart = ARGUMENT(2); 1705 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 3751 *test, *test_not, *ostart, *oend, *key; local in function:LispFindOrPosition 3755 ostart = ARGUMENT(i); --i; 3775 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 4421 LispObj *sequence, *from_end, *test, *test_not, *ostart, *oend, *key; local in function:LispDeleteOrRemoveDuplicates 4425 ostart = ARGUMENT(4); 4433 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 4739 *test, *test_not, *ostart, *oen local in function:LispDeleteRemoveXSubstitute 6094 LispObj *sequence, *ostart, *oend, *result; local in function:Lisp_Subseq [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | man.c | 740 int *ostart, int *oend, Byte ** otherstart, Byte ** otherend) 766 osp = ostart; 833 ocp = ostart; 896 sortstrs_block_oo(start, sp, off, m, ostart, osp, otherstart, othersp); 739 sortstrs_block_oo(Byte ** start,Byte ** end,int offset,Byte mask,int * ostart,int * oend,Byte ** otherstart,Byte ** otherend) argument
|