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

/haiku-fatelf/src/libs/ncurses/test/
H A Dlrtest.c18 } MARK; typedef in typeref:struct:__anon4876
25 show(MARK *m)
62 static MARK marks[] =
/haiku-fatelf/src/bin/zip/
H A Dzipnote.c31 #define MARK '@' macro
227 not tab or newline (mainly to remove carriage returns), and prefix MARK's
238 if (c == MARK || c == '\\')
409 printf("%c %s\n", MARK, z->zname);
411 printf("%c%s\n", MARK, MARKE);
413 printf("%c%s\n", MARK, MARKZ);
427 (a[0] != MARK || strcmp(a + 1, MARKZ)))
429 if (a[0] != MARK || a[1] != ' ') /* better be "@ name" */
435 if (zgetline(a, WRBUFSIZ+1) != NULL && a[0] == MARK && a[1] == '=')
456 while (a != NULL && *a != MARK)
[all...]

Completed in 42 milliseconds