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

/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c100 #define SIZEOF_LINE offsetof (struct line, mbstate)
102 #define SIZEOF_LINE (sizeof (struct line))
506 MEMCPY(&t, a, SIZEOF_LINE);
507 MEMCPY( a, b, SIZEOF_LINE);
508 MEMCPY( b, &t, SIZEOF_LINE);
99 #define SIZEOF_LINE macro
101 #define SIZEOF_LINE macro

Completed in 1368 milliseconds