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

/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DPathTokenizer.cpp65 while (*fPath && !is_command(*fPath) && !isNumeric(*fPath)) {
76 if (is_command(*fPath)) {
120 // is_command
122 PathTokenizer::is_command(unsigned c) const function in class:agg::svg::PathTokenizer
H A DPathTokenizer.h81 inline bool is_command(unsigned c) const;
/haiku-fatelf/src/tests/system/kernel/
H A Dadvisory_locking_test.cpp88 is_command(const char* op, const char* command1, const char* command2) function
110 if (is_command(op, "wait", NULL)) {
122 if (is_command(op, "read", "shared"))
124 else if (is_command(op, "write", "exclusive"))
126 else if (is_command(op, "unlock", "remove"))

Completed in 47 milliseconds