Lines Matching defs:getfld
85 * getfld(), getattrval(), getquoted()
189 * char *getfld(ptr, delims)
201 getfld(
257 * [getquoted(), getfld(), and getattrval()] left off.
280 if ((p) && (*p == '"') && (p = getfld(p+1, "\""))) {
301 * getfld() left off...
330 if (*p && getfld(p, "=")) {
729 if (p = getfld(record, ":")) {
741 if ((p = getfld(NULL, ":")) == NULL) {
756 if (!(p = getfld(NULL, ":"))) {
772 if ((p = getfld(NULL, ":\n")) == NULL) {