Home
last modified time | relevance | path

Searched refs:SIZEOF_LINE (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c99 #define SIZEOF_LINE offsetof (struct line, mbstate) macro
101 #define SIZEOF_LINE (sizeof (struct line)) macro
504 MEMCPY(&t, a, SIZEOF_LINE);
505 MEMCPY( a, b, SIZEOF_LINE);
506 MEMCPY( b, &t, SIZEOF_LINE);