Lines Matching refs:newPtr
44 char *key, int *newPtr));
48 char *key, int *newPtr));
54 char *key, int *newPtr));
58 char *key, int *newPtr));
470 * is a newly-created entry, then *newPtr will be set to a non-zero
471 * value; otherwise *newPtr will be set to 0. If this is a new
481 StringCreate(tablePtr, key, newPtr)
485 int *newPtr; /* Store info here telling whether a new
505 *newPtr = 0;
515 *newPtr = 1;
591 * is a newly-created entry, then *newPtr will be set to a non-zero
592 * value; otherwise *newPtr will be set to 0. If this is a new
602 OneWordCreate(tablePtr, key, newPtr)
606 int *newPtr; /* Store info here telling whether a new
621 *newPtr = 0;
630 *newPtr = 1;
717 * is a newly-created entry, then *newPtr will be set to a non-zero
718 * value; otherwise *newPtr will be set to 0. If this is a new
728 ArrayCreate(tablePtr, key, newPtr)
732 int *newPtr; /* Store info here telling whether a new
755 *newPtr = 0;
768 *newPtr = 1;
843 BogusCreate(tablePtr, key, newPtr)
847 int *newPtr; /* Store info here telling whether a new