| /xsrc/external/mit/xedit/dist/lisp/ |
| regex.c | 132 LispObj *regex, *ostring, *count, *ostart, *oend, *notbol, *noteol; local 136 oend = ARGUMENT(4); 170 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend,
|
| string.c | 586 LispObj *ostring, *ostart, *oend, *oradix, *junk_allowed; local 590 oend = ARGUMENT(2); 598 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 734 LispObj *ostring, *eof_error_p, *eof_value, *ostart, *oend; local 736 oend = ARGUMENT(4); 744 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 1126 LispObj *ostring, *ostart, *oend; local 1128 oend = ARGUMENT(2); 1132 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend, 1198 LispObj *ostring, *ostart, *oend; local 1269 LispObj *ostring, *ostart, *oend; local [all...] |
| helper.c | 1103 LispObj *string, *output_stream, *ostart, *oend; local 1105 oend = ARGUMENT(3); 1111 LispCheckSequenceStartEnd(builtin, string, ostart, oend,
|
| pathname.c | 448 LispObj *object, *host, *defaults, *ostart, *oend, *junk_allowed; local 451 oend = ARGUMENT(4); 491 LispCheckSequenceStartEnd(builtin, object, ostart, oend,
|
| stream.c | 565 LispObj *ostring, *ostart, *oend, *result; local 567 oend = ARGUMENT(2); 573 LispCheckSequenceStartEnd(builtin, ostring, ostart, oend,
|
| core.c | 1698 LispObj *sequence, *item, *ostart, *oend; local 1700 oend = ARGUMENT(3); 1705 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 3751 *test, *test_not, *ostart, *oend, *key; local 3754 oend = ARGUMENT(i); --i; 3775 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 4421 LispObj *sequence, *from_end, *test, *test_not, *ostart, *oend, *key; local 4424 oend = ARGUMENT(5); 4433 LispCheckSequenceStartEnd(builtin, sequence, ostart, oend, 4739 *test, *test_not, *ostart, *oend, *ocount, *key local 6094 LispObj *sequence, *ostart, *oend, *result; local [all...] |
| /xsrc/external/mit/xman/dist/ |
| man.c | 740 int *ostart, int *oend, Byte ** otherstart, Byte ** otherend) 767 oep = oend; 898 sortstrs_block_oo(ep, end, off, m, oep, oend, otherep, otherend);
|