String 37 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); String 50 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); String 68 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1); String 82 core/string.c vPN(String) s; String 424 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); String 224 tools/compile.c case String: String 958 tools/compile.c case String: return strlen(node->string.value) > 0; String 69 tools/greg.h struct String string; String 127 tools/tree.c Node *node= newNode(String); String 314 tools/tree.c case String: fprintf(stream, " \"%s\"", node->string.value); break; String 390 tools/tree.c case String: free(node->string.value); break;