Searched refs:MOVE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.sbin/pkg/
H A Dconfig.c147 #define MOVE(len) do { \ macro
156 MOVE(1);
170 MOVE(sizeof(sect_len));
176 MOVE(1);
180 MOVE(1);
187 MOVE(1);
207 MOVE(len); \
211 MOVE(sizeof(tag_length));
270 #undef MOVE macro
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dprotocol.c984 #define MOVE(n,o,f) { tmp.f = n->f ; n->f = o->f; o->f = tmp.f; } macro
986 MOVE(newid, oldid, flags);
987 MOVE(newid, oldid, client);
988 MOVE(newid, oldid, server);
989 MOVE(newid, oldid, creds);
990 MOVE(newid, oldid, tkt_life);
991 MOVE(newid, oldid, renew_life);
992 MOVE(newid, oldid, key);
993 MOVE(newid, oldid, kdc_offset);
994 #undef MOVE macro
[all...]
/freebsd-10.0-release/contrib/libyaml/src/
H A Demitter.c1384 MOVE(handle);
1421 MOVE(string);
1623 MOVE(string);
1919 MOVE(string);
1980 MOVE(string);
2153 MOVE(string);
2317 MOVE(string);
H A Dyaml_private.h377 #define MOVE(string) ((string).pointer += WIDTH((string))) macro
/freebsd-10.0-release/contrib/dialog/
H A Ddlg_keys.c374 CURSES_NAME(MOVE),
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y106 %token MOVE
664 | MOVE
H A Dlex.cpp489 { "move", MOVE },

Completed in 106 milliseconds