Home
last modified time | relevance | path

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

/dports/news/nn/nn-6.7.3/
H A Dmore.c394 fct_type hdrattr; in more() local
606 while (next_header_field(&fname, &hdrline, &hdrattr)) { in more()
619 if (hdrattr) in more()
620 CALL(hdrattr) (1); in more()
637 if (hdrattr) in more()
638 CALL(hdrattr) (0); in more()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dbin.c121 static const char hdrattr[] = { "read public 'HDR'" }; variable
795 AddLineQueueX("%s1 %r USE16 %r %s", hdrname, T_SEGMENT, T_WORD, hdrattr ); in pe_create_MZ_header()