Lines Matching refs:subfolder
300 if ((c = strchr(name, '/'))) { /* if is subfolder */
556 * Description: determines if a file is an mh subfolder.
563 /* mh does not like subfolder names to be strings of digits */
606 * create it, including the (already existing) new subfolder directory.
640 /* When a subfolder and its parent folder have identical names,
641 * the widget name of the subfolder's menu entry must be unique.
664 * subfolder. For the directory given by the concatenation of
718 * Description: Remove a subfolder from a menu.
727 char * subfolder;
745 subfolder = ++c;
746 if (strcmp(button->name, subfolder) == 0) {
749 subfolder = c;
751 if ((entry = XtNameToWidget(button->menu, subfolder)) != NULL)