Searched refs:subfolder (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dfolder.c300 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; local in function:DeleteFolderMenuEntry
745 subfolder
[all...]
H A Dtoc.c82 char *subfolder; local in function:MakeSureSubfolderExists
87 subfolder = strchr( strcpy(folder, name), '/');
88 *subfolder = '\0';
89 subfolder++;
92 /* The parent folder exists. Make sure the subfolder exists. */
100 Punt("Can't create new xmh subfolder!");
104 Punt("Can't create new xmh subfolder!");

Completed in 18 milliseconds