Lines Matching defs:getfield
55 char *getfield();
888 tag = getfield(&p, ':'); /* PM tag */
889 type = getfield(&p, ':'); /* PM type */
890 flags = getfield(&p, ':'); /* flags */
891 rsmax = getfield(&p, ':'); /* restart count */
892 state = pstate((unchar) atoi(getfield(&p, ':'))); /* state in nice output format */
893 cmd = getfield(&p, ':'); /* command */
894 comment = getfield(&p, '\n'); /* comment */
935 * getfield - retrieve and return a field from the sac "status" string (input
943 getfield(p, sepchar)