Searched refs:PREV (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DProvider.pm50 use constant PREV => 0; constant
307 # PREV items. This cleanup method walks the list deleting all the NEXT/PREV
319 undef $slot->[ PREV ];
714 if ($slot->[ PREV ]) {
715 $slot->[ PREV ]->[ NEXT ] = $slot->[ NEXT ];
721 $slot->[ NEXT ]->[ PREV ] = $slot->[ PREV ];
724 $self->{ TAIL } = $slot->[ PREV ];
729 $head->[ PREV ]
[all...]
H A DIterator.pm102 @$self{ qw( PREV NEXT ) } = ( undef, $self->{ _DATASET }->[ $index + 1 ]);
135 @$self{ qw( PREV NEXT ) } = @$data[ $index - 1, $index + 1 ];
/macosx-10.10/NFS-82/rpc.rquotad/
H A Drquotad.c782 #define PREV ((cur + 1) & 1) macro
815 for (i=j=0; (i < cnt[PREV]) && (j < cnt[cur]); ) {
816 cmp = sfscmp(&sfs[PREV][i], &sfs[cur][j]);
824 DEBUG("- %s\n", sfs[PREV][i].f_mntonname);
825 fsdel(&sfs[PREV][i]);
835 while (i < cnt[PREV]) {
837 DEBUG("- %s\n", sfs[PREV][i].f_mntonname);
838 fsdel(&sfs[PREV][i]);
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_mouse.c171 #undef PREV macro
172 #define PREV(ep) ((ep <= FirstEV(sp)) \ macro
838 prev = PREV(eventp)->bstate;
1006 MEVENT *ep, *runp, *next, *prev = PREV(eventp);
1047 runp = PREV(runp);
1178 for (; runcount; prev = PREV(eventp), runcount--)
1199 return (PREV(eventp)->id != INVALID_EVENT);
1275 MEVENT *prev = PREV(eventp);
/macosx-10.10/libresolv-57/
H A Dres_update.h36 #define PREV(elt, link) ((elt)->link.prev) macro
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dutil.h196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) macro
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dutil.h191 #define PREV(elt, link) ISC_LIST_PREV(elt, link) macro
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c5243 #define PREV ((cur + 1) & 1) macro
5298 for (i=j=0; (i < cnt[PREV]) && (j < cnt[cur]); ) {
5299 cmp = sfscmp(&sfs[PREV][i], &sfs[cur][j]);
5306 DEBUG(1, "- %s\n", sfs[PREV][i].f_mntonname);
5307 gotmount |= check_xpaths(sfs[PREV][i].f_mntonname);
5318 while (i < cnt[PREV]) {
5319 DEBUG(1, "- %s\n", sfs[PREV][i].f_mntonname);
5320 gotmount |= check_xpaths(sfs[PREV][i].f_mntonname);
/macosx-10.10/vim-55/runtime/syntax/
H A Dbaan.vim534 syn keyword baanConstant F.PREV.FLD
535 syn keyword baanConstant F.PREV.OBJ
536 syn keyword baanConstant F.PREV.OCC
571 syn keyword baanConstant FC.PREV.FIELD
572 syn keyword baanConstant FC.PREV.FORM
663 syn keyword baanConstant MARK.GOTO.PREV
703 syn keyword baanConstant PREV.FRM
704 syn keyword baanConstant PREV.SET
705 syn keyword baanConstant PREV.VIEW
H A Dplsql.vim94 syn match plsqlKeyword "\.PREV\>"hs=s+1
/macosx-10.10/ntp-92/lib/isc/
H A Dtask.c276 prev = PREV(event, ev_link);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtask.c409 prev = PREV(event, ev_link);
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlregexp.c61 * Need PREV to check on a '-' within a Character Group. May only be used
64 #define PREV (ctxt->cur[-1]) macro
5016 * the start of ctxt->string, and PREV should be safe
5018 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c58 * Need PREV to check on a '-' within a Character Group. May only be used
61 #define PREV (ctxt->cur[-1]) macro
5006 * the start of ctxt->string, and PREV should be safe
5008 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c2314 least_greater = PREV(version, link);

Completed in 244 milliseconds