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

/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh20 MESSAGE="This script will install firmware for various wireless network cards.
44 local result=`alert --stop "$MESSAGE" "$VIEW" "$ABORT" "$OK"`
/haiku/src/bin/rc/
H A Dlexer.l89 message return MESSAGE;
H A Dparser.y119 %token ENUM RESOURCE ARCHIVE ARRAY MESSAGE RTYPE IMPORT
304 : MESSAGE '(' integer ')' '{' msgfields '}'
310 | MESSAGE '(' integer ')' '{' '}'
316 | MESSAGE '(' integer ')'
322 | MESSAGE '{' msgfields '}' { $$ = flatten_msg(make_msg($3)); }
323 | MESSAGE '{' '}' { $$ = flatten_msg(new BMessage); }
324 | MESSAGE { $$ = flatten_msg(new BMessage); }
473 | '(' MESSAGE ')' { $$ = get_type("message"); }
480 | MESSAGE { $$ = get_type("message"); }
/haiku/src/bin/unzip/
H A Dinflate.c95 c14q 30 Oct 94 G. Roelofs changed fprintf macro to MESSAGE()
102 c14u 1 Oct 95 G. Roelofs moved G into definition of MESSAGE macro
297 #ifndef MESSAGE /* only used twice, for fixed strings--NOT general-purpose */
298 # define MESSAGE(str,len,flag) fprintf(stderr,(char *)(str)) macro
1070 MESSAGE((uch *)"(incomplete l-tree) ", 21L, 1);
1091 MESSAGE((uch *)"(incomplete d-tree) ", 21L, 1);
H A Dinflatef.c55 #ifndef MESSAGE /* only used twice, for fixed strings--NOT general-purpose */
56 # define MESSAGE(str,len,flag) fprintf(stderr,(char *)(str)) macro
828 MESSAGE((uch *)"(incomplete l-tree) ", 21L, 1);
849 MESSAGE((uch *)"(incomplete d-tree) ", 21L, 1);
H A Dunzpriv.h2160 # define MESSAGE(str,len,flag) (*G.message)((zvoid *)&G,(str),(len),(flag)) macro

Completed in 121 milliseconds