Home | History | Annotate | Download | only in src

Lines Matching refs:unset

919  * Unset a variable. The flags can be:
921 * |2 = keep attributes, only unset content
924 unset(struct tbl *vp, int flags)
945 /* if foo[0] is being unset, the remainder of the array is kept... */
1436 unset(vp, 1);